Merge pull request #11129 from rabbitmq/md/ci/bump-runner
CI: Bump actions runner to Ubuntu 22.04
This commit is contained in:
commit
6465b4a409
|
|
@ -5,7 +5,7 @@ on:
|
|||
jobs:
|
||||
bazel-run-gazelle:
|
||||
name: bazel run gazelle
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
max-parallel: 1
|
||||
fail-fast: false
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ on:
|
|||
jobs:
|
||||
bazel-run-gazelle:
|
||||
name: bazel run gazelle
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
timeout-minutes: 10
|
||||
steps:
|
||||
- name: CHECKOUT REPOSITORY
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ on:
|
|||
jobs:
|
||||
run-a:
|
||||
name: Run A
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
erlang_version:
|
||||
|
|
@ -44,7 +44,7 @@ jobs:
|
|||
run-b:
|
||||
name: Run B
|
||||
needs: run-a
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
erlang_version:
|
||||
|
|
@ -79,7 +79,7 @@ jobs:
|
|||
parse-logs:
|
||||
name: Parse Logs
|
||||
needs: [run-a, run-b]
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: CHECKOUT BAZEL
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ concurrency:
|
|||
jobs:
|
||||
peer-discovery-aws-integration-test:
|
||||
name: Integration Test
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
otp_version_id:
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ concurrency:
|
|||
cancel-in-progress: true
|
||||
jobs:
|
||||
selenium:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ on:
|
|||
jobs:
|
||||
test-erlang-git:
|
||||
name: Test (Erlang Git Master)
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
timeout-minutes: 120
|
||||
steps:
|
||||
- name: CHECKOUT REPOSITORY
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ concurrency:
|
|||
jobs:
|
||||
ensure-mixed-version-archive:
|
||||
name: Prepare Artifacts
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: CHECKOUT REPOSITORY
|
||||
uses: actions/checkout@v4
|
||||
|
|
@ -114,7 +114,7 @@ jobs:
|
|||
|
||||
test-mixed-versions:
|
||||
name: Test (Mixed Version Cluster)
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
needs: ensure-mixed-version-archive
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ concurrency:
|
|||
cancel-in-progress: true
|
||||
jobs:
|
||||
selenium:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ concurrency:
|
|||
jobs:
|
||||
test:
|
||||
name: Test
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ on:
|
|||
jobs:
|
||||
update-toolchains:
|
||||
name: Update Elixir Versions
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
max-parallel: 1
|
||||
fail-fast: false
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ on:
|
|||
jobs:
|
||||
update-toolchains:
|
||||
name: Update OTP Versions
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
max-parallel: 1
|
||||
fail-fast: false
|
||||
|
|
|
|||
Loading…
Reference in New Issue