From 3bb9da84a4ae361e3a4c26d44638e7d5983f5391 Mon Sep 17 00:00:00 2001 From: Jan Midtgaard Date: Sat, 26 Nov 2022 00:21:13 +0100 Subject: [PATCH 1/2] update workflows to beta2 --- .github/workflows/common.yml | 2 +- .github/workflows/gh-pages.yml | 4 ++-- .github/workflows/linux-500-bytecode-workflow.yml | 4 ++-- .github/workflows/linux-500-workflow.yml | 2 +- .github/workflows/macosx-500-workflow.yml | 2 +- .github/workflows/windows-500-workflow.yml | 2 +- .github/workflows/windows.yml | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index 60dc47392..46540debc 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -10,7 +10,7 @@ on: compiler: description: 'Compiler to use' type: string - default: 'ocaml-base-compiler.5.0.0~beta1' + default: 'ocaml-base-compiler.5.0.0~beta2' compiler_branch: description: 'Source branch of the compiler, to set up caching properly (must be set if CI is not using a tagged release of OCaml)' type: string diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 31900171a..e131ca4a4 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -17,11 +17,11 @@ jobs: uses: actions/cache@v2 with: path: ~/.opam - key: opam-ubuntu-latest-5.0.0~beta1 + key: opam-ubuntu-latest-5.0.0~beta2 - uses: avsm/setup-ocaml@v2 with: - ocaml-compiler: 'ocaml-base-compiler.5.0.0~beta1' + ocaml-compiler: 'ocaml-base-compiler.5.0.0~beta2' default: https://github.com/ocaml/opam-repository.git alpha: https://github.com/kit-ty-kate/opam-alpha-repository.git diff --git a/.github/workflows/linux-500-bytecode-workflow.yml b/.github/workflows/linux-500-bytecode-workflow.yml index b4c518224..3ee1600f4 100644 --- a/.github/workflows/linux-500-bytecode-workflow.yml +++ b/.github/workflows/linux-500-bytecode-workflow.yml @@ -1,4 +1,4 @@ -name: Linux 5.0.0~beta1 bytecode +name: Linux 5.0.0~beta2 bytecode on: [push, pull_request, workflow_dispatch] @@ -6,5 +6,5 @@ jobs: build: uses: ./.github/workflows/common.yml with: - compiler: 'ocaml-variants.5.0.0~beta1+options,ocaml-option-bytecode-only' + compiler: 'ocaml-variants.5.0.0~beta2+options,ocaml-option-bytecode-only' timeout: 360 diff --git a/.github/workflows/linux-500-workflow.yml b/.github/workflows/linux-500-workflow.yml index 4bc6660e2..65d9b1471 100644 --- a/.github/workflows/linux-500-workflow.yml +++ b/.github/workflows/linux-500-workflow.yml @@ -1,4 +1,4 @@ -name: Linux 5.0.0~beta1 +name: Linux 5.0.0~beta2 on: [push, pull_request, workflow_dispatch] diff --git a/.github/workflows/macosx-500-workflow.yml b/.github/workflows/macosx-500-workflow.yml index 3bc1c07aa..bc1ccebf8 100644 --- a/.github/workflows/macosx-500-workflow.yml +++ b/.github/workflows/macosx-500-workflow.yml @@ -1,4 +1,4 @@ -name: MacOSX 5.0.0~beta1 +name: MacOSX 5.0.0~beta2 on: [push, pull_request, workflow_dispatch] diff --git a/.github/workflows/windows-500-workflow.yml b/.github/workflows/windows-500-workflow.yml index e91879b47..38a7e9483 100644 --- a/.github/workflows/windows-500-workflow.yml +++ b/.github/workflows/windows-500-workflow.yml @@ -1,4 +1,4 @@ -name: Windows 5.0.0-beta1 +name: Windows 5.0.0-beta2 on: [push, pull_request, workflow_dispatch] diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index ca600978d..5a4be6374 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -6,7 +6,7 @@ on: compiler: description: 'Branch or tag of ocaml/ocaml to use as compiler' type: string - default: '5.0.0-beta1' + default: '5.0.0-beta2' only_test: description: 'Only test to run (eg “src/array/lin_tests.exe”); whole suite is run if empty' type: string From 181c6679b292313df79a0dd3f7efe7abf8e19f17 Mon Sep 17 00:00:00 2001 From: Jan Midtgaard Date: Sat, 26 Nov 2022 00:21:30 +0100 Subject: [PATCH 2/2] update badges --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d349554e..1ce50e31a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Multicore tests =============== -[![Linux 5.0.0~beta1](https://github.com/jmid/multicoretests/actions/workflows/linux-500-workflow.yml/badge.svg)](https://github.com/jmid/multicoretests/actions/workflows/linux-500-workflow.yml) [![MacOSX 5.0.0~beta1](https://github.com/jmid/multicoretests/actions/workflows/macosx-500-workflow.yml/badge.svg)](https://github.com/jmid/multicoretests/actions/workflows/macosx-500-workflow.yml) [![Linux 5.0.0~beta1-bytecode](https://github.com/jmid/multicoretests/actions/workflows/linux-500-bytecode-workflow.yml/badge.svg)](https://github.com/jmid/multicoretests/actions/workflows/linux-500-bytecode-workflow.yml) [![Windows 5.0.0~beta1](https://github.com/jmid/multicoretests/actions/workflows/windows-500-workflow.yml/badge.svg)](https://github.com/jmid/multicoretests/actions/workflows/windows-500-workflow.yml) +[![Linux 5.0.0~beta2](https://github.com/jmid/multicoretests/actions/workflows/linux-500-workflow.yml/badge.svg)](https://github.com/jmid/multicoretests/actions/workflows/linux-500-workflow.yml) [![MacOSX 5.0.0~beta2](https://github.com/jmid/multicoretests/actions/workflows/macosx-500-workflow.yml/badge.svg)](https://github.com/jmid/multicoretests/actions/workflows/macosx-500-workflow.yml) [![Linux 5.0.0~beta2-bytecode](https://github.com/jmid/multicoretests/actions/workflows/linux-500-bytecode-workflow.yml/badge.svg)](https://github.com/jmid/multicoretests/actions/workflows/linux-500-bytecode-workflow.yml) [![Windows 5.0.0~beta2](https://github.com/jmid/multicoretests/actions/workflows/windows-500-workflow.yml/badge.svg)](https://github.com/jmid/multicoretests/actions/workflows/windows-500-workflow.yml) [![Linux 5.0.0+trunk](https://github.com/jmid/multicoretests/actions/workflows/linux-500-trunk-workflow.yml/badge.svg)](https://github.com/jmid/multicoretests/actions/workflows/linux-500-trunk-workflow.yml) [![MacOSX 5.0.0+trunk](https://github.com/jmid/multicoretests/actions/workflows/macosx-500-trunk-workflow.yml/badge.svg)](https://github.com/jmid/multicoretests/actions/workflows/macosx-500-trunk-workflow.yml) [![Linux 5.0.0+trunk-bytecode](https://github.com/jmid/multicoretests/actions/workflows/linux-500-bytecode-trunk-workflow.yml/badge.svg)](https://github.com/jmid/multicoretests/actions/workflows/linux-500-bytecode-trunk-workflow.yml) [![Windows 5.0.0+trunk](https://github.com/jmid/multicoretests/actions/workflows/windows-500-trunk-workflow.yml/badge.svg)](https://github.com/jmid/multicoretests/actions/workflows/windows-500-trunk-workflow.yml)