Skip to content

Commit

Permalink
Merge pull request #436 from ocaml-multicore/move-520-trunk-to-alpha1
Browse files Browse the repository at this point in the history
Move 520 trunk workflows to alpha1
  • Loading branch information
jmid committed Feb 8, 2024
2 parents b53236d + 28ca9a4 commit 7b9b1c1
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
uses: ./.github/workflows/common.yml
with:
runs_on: windows-latest
compiler: ocaml.5.2.0
compiler: ocaml-variants.5.2.0~alpha1+options+win
cygwin: true
compiler_git_ref: refs/heads/5.2
timeout: 360
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ jobs:
build:
uses: ./.github/workflows/common.yml
with:
compiler: 'ocaml-variants.5.2.0+trunk,ocaml-option-32bit'
compiler_git_ref: refs/heads/5.2
compiler: 'ocaml-variants.5.2.0~alpha1+options,ocaml-option-32bit'
timeout: 240
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ jobs:
build:
uses: ./.github/workflows/common.yml
with:
compiler: 'ocaml-variants.5.2.0+trunk,ocaml-option-bytecode-only'
compiler_git_ref: refs/heads/5.2
compiler: 'ocaml-variants.5.2.0~alpha1+options,ocaml-option-bytecode-only'
timeout: 240
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
build:
uses: ./.github/workflows/common.yml
with:
compiler: 'ocaml-variants.5.2.0+trunk'
compiler_git_ref: refs/heads/5.2
compiler: 'ocaml-base-compiler.5.2.0~alpha1'
dune_profile: 'debug-runtime'
runparam: 's=4096,v=0,V=1'
timeout: 240
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ jobs:
build:
uses: ./.github/workflows/common.yml
with:
compiler: 'ocaml-variants.5.2.0+trunk,ocaml-option-fp'
compiler_git_ref: refs/heads/5.2
compiler: 'ocaml-variants.5.2.0~alpha1+options,ocaml-option-fp'
timeout: 240
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ jobs:
build:
uses: ./.github/workflows/common.yml
with:
compiler: 'ocaml-variants.5.2.0+trunk'
compiler_git_ref: refs/heads/5.2
compiler: 'ocaml-base-compiler.5.2.0~alpha1'
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ jobs:
build:
uses: ./.github/workflows/common.yml
with:
compiler: 'ocaml-variants.5.2.0+trunk'
compiler_git_ref: refs/heads/5.2
compiler: 'ocaml-base-compiler.5.2.0~alpha1'
runs_on: 'macos-latest'
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ jobs:
uses: ./.github/workflows/common.yml
with:
runs_on: windows-latest
compiler: ocaml.5.2.0,ocaml-option-mingw,ocaml-option-bytecode-only
compiler_git_ref: refs/heads/5.2
compiler: ocaml-variants.5.2.0~alpha1+options+win,ocaml-option-mingw,ocaml-option-bytecode-only
timeout: 240
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ jobs:
uses: ./.github/workflows/common.yml
with:
runs_on: windows-latest
compiler: ocaml.5.2.0,ocaml-option-mingw
compiler_git_ref: refs/heads/5.2
compiler: ocaml-variants.5.2.0~alpha1+options+win,ocaml-option-mingw
timeout: 240
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ Multicore tests
[![MinGW 5.1.0-bytecode](https://github.com/ocaml-multicore/multicoretests/actions/workflows/mingw-51x-bytecode.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/mingw-51x-bytecode.yml)
[![Cygwin 5.1.0](https://github.com/ocaml-multicore/multicoretests/actions/workflows/cygwin-51x.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/cygwin-51x.yml)

[![Linux 5.2.0+trunk](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-520-trunk.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-520-trunk.yml)
[![MacOSX 5.2.0+trunk](https://github.com/ocaml-multicore/multicoretests/actions/workflows/macosx-520-trunk.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/macosx-520-trunk.yml)
[![Linux 5.2.0+trunk-bytecode](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-520-trunk-bytecode.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-520-trunk-bytecode.yml)
[![Linux 5.2.0+trunk-debug](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-520-trunk-debug.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-520-trunk-debug.yml)
[![Linux 32-bit 5.2.0+trunk](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-520-trunk-32bit.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-520-trunk-32bit.yml)
[![Linux FP 5.2.0+trunk](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-520-trunk-fp.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-520-trunk-fp.yml)
[![MinGW 5.2.0+trunk](https://github.com/ocaml-multicore/multicoretests/actions/workflows/mingw-520-trunk.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/mingw-520-trunk.yml)
[![MinGW 5.2.0+trunk-bytecode](https://github.com/ocaml-multicore/multicoretests/actions/workflows/mingw-520-trunk-bytecode.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/mingw-520-trunk-bytecode.yml)
[![Cygwin 5.2.0+trunk](https://github.com/ocaml-multicore/multicoretests/actions/workflows/cygwin-520-trunk.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/cygwin-520-trunk.yml)
[![Linux 5.2.0](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-520.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-520.yml)
[![MacOSX 5.2.0](https://github.com/ocaml-multicore/multicoretests/actions/workflows/macosx-520.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/macosx-520.yml)
[![Linux 5.2.0-bytecode](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-520-bytecode.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-520-bytecode.yml)
[![Linux 5.2.0-debug](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-520-debug.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-520-debug.yml)
[![Linux 32-bit 5.2.0](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-520-32bit.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-520-32bit.yml)
[![Linux FP 5.2.0](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-520-fp.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-520-fp.yml)
[![MinGW 5.2.0](https://github.com/ocaml-multicore/multicoretests/actions/workflows/mingw-520.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/mingw-520.yml)
[![MinGW 5.2.0-bytecode](https://github.com/ocaml-multicore/multicoretests/actions/workflows/mingw-520-bytecode.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/mingw-520-bytecode.yml)
[![Cygwin 5.2.0](https://github.com/ocaml-multicore/multicoretests/actions/workflows/cygwin-520.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/cygwin-520.yml)

[![Linux 5.3.0+trunk](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-530-trunk.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-530-trunk.yml)
[![MacOSX 5.3.0+trunk](https://github.com/ocaml-multicore/multicoretests/actions/workflows/macosx-530-trunk.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/macosx-530-trunk.yml)
Expand Down

0 comments on commit 7b9b1c1

Please sign in to comment.