Skip to content

[ci] Try runner Ubuntu 24.04 #2560

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ workflows:
name: "K8s test - Autoscaling Jobs - HTTPS"
platforms: linux/arm64
machine-type: ubuntu2204arm64large
k8s-version: 'v1.29.10'
k8s-version: 'v1.29.12'
test-strategy: job_https
cluster: 'minikube'
helm-version: 'v3.14.3'
Expand All @@ -57,7 +57,7 @@ workflows:
name: "K8s test - Autoscaling Jobs - Ingress hostname"
platforms: linux/arm64
machine-type: ubuntu2204arm64large
k8s-version: 'v1.30.6'
k8s-version: 'v1.30.8'
test-strategy: job_hostname
cluster: 'minikube'
helm-version: 'v3.15.4'
Expand All @@ -67,11 +67,11 @@ workflows:
name: "K8s test - Autoscaling Deployments - HTTPS"
platforms: linux/arm64
machine-type: ubuntu2204arm64large
k8s-version: 'v1.31.2'
k8s-version: 'v1.31.4'
test-strategy: deployment_https
cluster: 'minikube'
helm-version: 'v3.16.3'
docker-version: '27.3.1'
helm-version: 'v3.16.4'
docker-version: '27.4.1'
test-upgrade: true
- docker-test:
name: "Docker test - Use random user (true)"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- docker-test
- helm-chart-test
if: failure() && ( github.run_attempt < 3 )
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ permissions:
jobs:
build-and-test:
name: Test Docker Selenium
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-chart-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
needs:
- helm-chart-test
if: (!failure() && !cancelled())
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions: write-all
env:
NAME: ${{ vars.DOCKER_NAMESPACE || 'selenium' }}
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/helm-chart-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ permissions:
jobs:
build-and-test:
name: Test K8s
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
Expand All @@ -43,55 +43,55 @@ jobs:
test-strategy: playwright_connect_grid
cluster: 'minikube'
helm-version: 'v3.11.3'
docker-version: '24.0.9'
docker-version: '26.1.4'
python-version: '3.8'
test-upgrade: true
service-mesh: true
- k8s-version: 'v1.26.15'
test-strategy: disabled
cluster: 'minikube'
helm-version: 'v3.11.3'
docker-version: '24.0.9'
docker-version: '26.1.4'
python-version: '3.8'
test-upgrade: true
service-mesh: false
- k8s-version: 'v1.27.16'
test-strategy: job
cluster: 'minikube'
helm-version: 'v3.12.3'
docker-version: '24.0.9'
docker-version: '26.1.4'
python-version: '3.9'
test-upgrade: true
service-mesh: true
- k8s-version: 'v1.28.15'
test-strategy: deployment
cluster: 'minikube'
helm-version: 'v3.13.3'
docker-version: '24.0.9'
docker-version: '26.1.4'
python-version: '3.10'
test-upgrade: true
service-mesh: true
- k8s-version: 'v1.29.10'
- k8s-version: 'v1.29.12'
test-strategy: job_https
cluster: 'minikube'
helm-version: 'v3.14.3'
docker-version: '25.0.5'
docker-version: '26.1.4'
python-version: '3.11'
test-upgrade: true
service-mesh: false
- k8s-version: 'v1.30.6'
- k8s-version: 'v1.30.8'
test-strategy: job_hostname
cluster: 'minikube'
helm-version: 'v3.15.4'
docker-version: '26.1.4'
python-version: '3.12'
test-upgrade: true
service-mesh: false
- k8s-version: 'v1.31.2'
- k8s-version: 'v1.31.4'
test-strategy: deployment_https
cluster: 'minikube'
helm-version: 'v3.16.3'
docker-version: '27.3.1'
helm-version: 'v3.16.4'
docker-version: '27.4.1'
python-version: '3.13'
test-upgrade: true
service-mesh: false
Expand Down
42 changes: 21 additions & 21 deletions .github/workflows/k8s-scaling-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,46 +56,46 @@ env:
jobs:
build-and-test:
name: Test K8s
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
include:
- k8s-version: 'v1.31.2'
- k8s-version: 'v1.31.4'
test-strategy: test_k8s_autoscaling_job_count_strategy_default_in_chaos
cluster: 'minikube'
helm-version: 'v3.16.3'
docker-version: '27.3.1'
helm-version: 'v3.16.4'
docker-version: '27.4.1'
python-version: '3.13'
- k8s-version: 'v1.31.2'
- k8s-version: 'v1.31.4'
test-strategy: test_k8s_autoscaling_job_count_strategy_default_with_node_max_sessions
cluster: 'minikube'
helm-version: 'v3.16.3'
docker-version: '27.3.1'
helm-version: 'v3.16.4'
docker-version: '27.4.1'
python-version: '3.13'
- k8s-version: 'v1.31.2'
- k8s-version: 'v1.31.4'
test-strategy: test_k8s_autoscaling_job_count_strategy_default
cluster: 'minikube'
helm-version: 'v3.16.3'
docker-version: '27.3.1'
helm-version: 'v3.16.4'
docker-version: '27.4.1'
python-version: '3.13'
- k8s-version: 'v1.31.2'
- k8s-version: 'v1.31.4'
test-strategy: test_k8s_autoscaling_deployment_count_in_chaos
cluster: 'minikube'
helm-version: 'v3.16.3'
docker-version: '27.3.1'
helm-version: 'v3.16.4'
docker-version: '27.4.1'
python-version: '3.13'
- k8s-version: 'v1.31.2'
- k8s-version: 'v1.31.4'
test-strategy: test_k8s_autoscaling_deployment_count_with_node_max_sessions
cluster: 'minikube'
helm-version: 'v3.16.3'
docker-version: '27.3.1'
helm-version: 'v3.16.4'
docker-version: '27.4.1'
python-version: '3.13'
- k8s-version: 'v1.31.2'
- k8s-version: 'v1.31.4'
test-strategy: test_k8s_autoscaling_deployment_count
cluster: 'minikube'
helm-version: 'v3.16.3'
docker-version: '27.3.1'
helm-version: 'v3.16.4'
docker-version: '27.4.1'
python-version: '3.13'
env:
CLUSTER: ${{ matrix.cluster }}
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
publish-results:
name: Publish Results
if: (!failure() && !cancelled() && (github.event.inputs.publish-results == 'true'))
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs: build-and-test
steps:
- name: Checkout code
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
pr-results:
name: Create a PR with the results
if: (!failure() && !cancelled() && (github.event.inputs.pr-results == 'true'))
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs: build-and-test
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label-commenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
comment:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@main
- name: Label Commenter
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

jobs:
action:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: dessant/lock-threads@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rerun-failed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:
jobs:
rerun_workflow:
name: Rerun ${{ github.event.inputs.runId }}
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan-dockerfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
build-and-scan:
name: Scan Dockerfile vulnerabilities
permissions: write-all
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@main
- name: Set severity for PRs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-chart-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
update-chart-readme:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions: write-all
steps:
- name: Checkout code
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-dev-beta-browser-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

deploy:

runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
needs:
- deploy
if: failure() && ( github.run_attempt < 3 )
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@main
Expand Down
Loading