Skip to content

Commit c5bdc16

Browse files
committed
[ci] Try runner Ubuntu 24.04
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent 1666105 commit c5bdc16

11 files changed

+14
-14
lines changed

.github/workflows/build-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- docker-test
6666
- helm-chart-test
6767
if: failure() && ( github.run_attempt < 3 )
68-
runs-on: ubuntu-latest
68+
runs-on: ubuntu-24.04
6969
steps:
7070
- name: Checkout code
7171
uses: actions/checkout@main

.github/workflows/docker-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ permissions:
2929
jobs:
3030
build-and-test:
3131
name: Test Docker Selenium
32-
runs-on: ubuntu-latest
32+
runs-on: ubuntu-24.04
3333
strategy:
3434
fail-fast: false
3535
matrix:

.github/workflows/helm-chart-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
needs:
4444
- helm-chart-test
4545
if: (!failure() && !cancelled())
46-
runs-on: ubuntu-latest
46+
runs-on: ubuntu-24.04
4747
permissions: write-all
4848
env:
4949
NAME: ${{ vars.DOCKER_NAMESPACE || 'selenium' }}

.github/workflows/helm-chart-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ permissions:
3434
jobs:
3535
build-and-test:
3636
name: Test K8s
37-
runs-on: ubuntu-latest
37+
runs-on: ubuntu-24.04
3838
strategy:
3939
fail-fast: false
4040
matrix:

.github/workflows/k8s-scaling-test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ env:
5656
jobs:
5757
build-and-test:
5858
name: Test K8s
59-
runs-on: ubuntu-latest
59+
runs-on: ubuntu-24.04
6060
strategy:
6161
fail-fast: false
6262
matrix:
@@ -197,7 +197,7 @@ jobs:
197197
publish-results:
198198
name: Publish Results
199199
if: (!failure() && !cancelled() && (github.event.inputs.publish-results == 'true'))
200-
runs-on: ubuntu-latest
200+
runs-on: ubuntu-24.04
201201
needs: build-and-test
202202
steps:
203203
- name: Checkout code
@@ -231,7 +231,7 @@ jobs:
231231
pr-results:
232232
name: Create a PR with the results
233233
if: (!failure() && !cancelled() && (github.event.inputs.pr-results == 'true'))
234-
runs-on: ubuntu-latest
234+
runs-on: ubuntu-24.04
235235
needs: build-and-test
236236
steps:
237237
- name: Checkout code

.github/workflows/label-commenter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111

1212
jobs:
1313
comment:
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-24.04
1515
steps:
1616
- uses: actions/checkout@main
1717
- name: Label Commenter

.github/workflows/lock.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
jobs:
1414
action:
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-24.04
1616
steps:
1717
- uses: dessant/lock-threads@v5
1818
with:

.github/workflows/rerun-failed.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ env:
2323
jobs:
2424
rerun_workflow:
2525
name: Rerun ${{ github.event.inputs.runId }}
26-
runs-on: ubuntu-latest
26+
runs-on: ubuntu-24.04
2727
steps:
2828
- name: Checkout code
2929
uses: actions/checkout@main

.github/workflows/scan-dockerfile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
build-and-scan:
1818
name: Scan Dockerfile vulnerabilities
1919
permissions: write-all
20-
runs-on: ubuntu-latest
20+
runs-on: ubuntu-24.04
2121
steps:
2222
- uses: actions/checkout@main
2323
- name: Set severity for PRs

.github/workflows/update-chart-readme.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
update-chart-readme:
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-24.04
1717
permissions: write-all
1818
steps:
1919
- name: Checkout code

.github/workflows/update-dev-beta-browser-images.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
deploy:
2727

28-
runs-on: ubuntu-latest
28+
runs-on: ubuntu-24.04
2929
strategy:
3030
fail-fast: false
3131
matrix:
@@ -116,7 +116,7 @@ jobs:
116116
needs:
117117
- deploy
118118
if: failure() && ( github.run_attempt < 3 )
119-
runs-on: ubuntu-latest
119+
runs-on: ubuntu-24.04
120120
steps:
121121
- name: Checkout code
122122
uses: actions/checkout@main

0 commit comments

Comments
 (0)