Skip to content

Commit 66d3530

Browse files
committed
[ci] Update dependency ubuntu to v24
Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
1 parent 7bb13d1 commit 66d3530

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
python-version: '3.9'
5757
test-upgrade: true
5858
service-mesh: false
59-
os: ubuntu-22.04
59+
os: ubuntu-24.04
6060
check-records-output: true
6161
test-strategy: disabled
6262
- k8s-version: 'v1.27.16'
@@ -66,7 +66,7 @@ jobs:
6666
python-version: '3.9'
6767
test-upgrade: true
6868
service-mesh: false
69-
os: ubuntu-22.04
69+
os: ubuntu-24.04
7070
check-records-output: true
7171
test-strategy: job
7272
- k8s-version: 'v1.28.15'
@@ -76,7 +76,7 @@ jobs:
7676
python-version: '3.10'
7777
test-upgrade: true
7878
service-mesh: true
79-
os: ubuntu-22.04
79+
os: ubuntu-24.04
8080
check-records-output: true
8181
test-strategy: deployment
8282
- k8s-version: 'v1.29.15'
@@ -86,7 +86,7 @@ jobs:
8686
python-version: '3.11'
8787
test-upgrade: true
8888
service-mesh: false
89-
os: ubuntu-22.04
89+
os: ubuntu-24.04
9090
check-records-output: true
9191
test-strategy: job_https
9292
- k8s-version: 'v1.30.13'
@@ -96,7 +96,7 @@ jobs:
9696
python-version: '3.12'
9797
test-upgrade: true
9898
service-mesh: false
99-
os: ubuntu-22.04
99+
os: ubuntu-24.04
100100
check-records-output: true
101101
test-strategy: job_hostname
102102
- k8s-version: 'v1.31.9'
@@ -106,7 +106,7 @@ jobs:
106106
python-version: '3.13'
107107
test-upgrade: true
108108
service-mesh: false
109-
os: ubuntu-22.04
109+
os: ubuntu-24.04
110110
check-records-output: true
111111
test-strategy: deployment_https
112112
- k8s-version: 'v1.32.5'
@@ -116,7 +116,7 @@ jobs:
116116
python-version: '3.10'
117117
test-upgrade: true
118118
service-mesh: false
119-
os: ubuntu-22.04
119+
os: ubuntu-24.04
120120
check-records-output: true
121121
test-strategy: playwright_connect_grid
122122
- k8s-version: 'v1.33.1'
@@ -126,7 +126,7 @@ jobs:
126126
python-version: '3.10'
127127
test-upgrade: true
128128
service-mesh: true
129-
os: ubuntu-22.04
129+
os: ubuntu-24.04
130130
check-records-output: false
131131
test-strategy: job_relay
132132
env:

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,42 +76,42 @@ jobs:
7676
helm-version: 'v3.12.3'
7777
docker-version: '26.1.4'
7878
python-version: '3.9'
79-
os: ubuntu-22.04
79+
os: ubuntu-24.04
8080
test-strategy: test_k8s_autoscaling_job_count_strategy_default_in_chaos
8181
- k8s-version: 'v1.28.15'
8282
cluster: 'minikube'
8383
helm-version: 'v3.13.3'
8484
docker-version: '26.1.4'
8585
python-version: '3.10'
86-
os: ubuntu-22.04
86+
os: ubuntu-24.04
8787
test-strategy: test_k8s_autoscaling_job_count_strategy_default_with_node_max_sessions
8888
- k8s-version: 'v1.29.15'
8989
cluster: 'minikube'
9090
helm-version: 'v3.14.3'
9191
docker-version: '27.5.1'
9292
python-version: '3.11'
93-
os: ubuntu-22.04
93+
os: ubuntu-24.04
9494
test-strategy: test_k8s_autoscaling_job_count_strategy_default
9595
- k8s-version: 'v1.30.13'
9696
cluster: 'minikube'
9797
helm-version: 'v3.15.4'
9898
docker-version: '27.5.1'
9999
python-version: '3.12'
100-
os: ubuntu-22.04
100+
os: ubuntu-24.04
101101
test-strategy: test_k8s_autoscaling_deployment_count_in_chaos
102102
- k8s-version: 'v1.31.9'
103103
cluster: 'minikube'
104104
helm-version: 'v3.16.4'
105105
docker-version: '27.4.1'
106106
python-version: '3.13'
107-
os: ubuntu-22.04
107+
os: ubuntu-24.04
108108
test-strategy: test_k8s_autoscaling_deployment_count_with_node_max_sessions
109109
- k8s-version: 'v1.32.5'
110110
cluster: 'minikube'
111111
helm-version: 'v3.17.3'
112112
docker-version: '26.1.4'
113113
python-version: '3.10'
114-
os: ubuntu-22.04
114+
os: ubuntu-24.04
115115
test-strategy: test_k8s_autoscaling_deployment_count
116116
env:
117117
CLUSTER: ${{ matrix.cluster }}

0 commit comments

Comments
 (0)