File tree Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128
128
e2e :
129
129
strategy :
130
130
matrix :
131
- k8s-version : ['v1.28.0 ']
131
+ k8s-version : ['v1.29.1 ']
132
132
needs : ["build"]
133
133
runs-on : ubuntu-latest
134
134
steps :
@@ -152,7 +152,7 @@ jobs:
152
152
name : dev
153
153
config : deploy/tests/kind-config.yaml
154
154
image : kindest/node:${{ matrix.k8s-version }}
155
- version : v0.20 .0
155
+ version : v0.21 .0
156
156
- name : Setup
157
157
run : CI_ENV=github deploy/tests/create.sh
158
158
- name : Run parallel e2e tests
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ stages:
4
4
- unit-tests
5
5
- build
6
6
- e2e-tests
7
- - e2e_k8s_26
8
7
- e2e_k8s_27
9
8
- e2e_k8s_28
9
+ - e2e_k8s_29
10
10
variables :
11
- KIND : v0.20 .0
11
+ KIND : v0.21 .0
12
12
DOCKER_HOST : tcp://docker:2375
13
13
DOCKER_DRIVER : overlay2
14
14
GO_VERSION : " 1.21"
@@ -238,27 +238,27 @@ docker-build-sch:
238
238
expire_in : 60 minutes
239
239
exclude :
240
240
- tar/*
241
- e2e_k8s_26 :
242
- stage : e2e_k8s_26
243
- needs : ["docker-build"]
244
- variables :
245
- K8S_VERSION : v1.26.3
246
- KUBEADM_VER : v1beta3
247
- KUBECTL : v1.26.6
248
- extends : .kind_deployment_schedules
249
241
e2e_k8s_27 :
250
242
stage : e2e_k8s_27
251
243
needs : ["docker-build"]
252
244
variables :
253
- K8S_VERSION : v1.27.3
245
+ K8S_VERSION : v1.27.10
254
246
KUBEADM_VER : v1beta3
255
247
KUBECTL : v1.27.0
256
248
extends : .kind_deployment_schedules
257
249
e2e_k8s_28 :
258
250
stage : e2e_k8s_28
259
251
needs : ["docker-build"]
260
252
variables :
261
- K8S_VERSION : v1.28.0
253
+ K8S_VERSION : v1.28.6
262
254
KUBEADM_VER : v1beta3
263
255
KUBECTL : v1.28.0
256
+ extends : .kind_deployment_schedules
257
+ e2e_k8s_29 :
258
+ stage : e2e_k8s_29
259
+ needs : ["docker-build"]
260
+ variables :
261
+ K8S_VERSION : v1.29.1
262
+ KUBEADM_VER : v1beta3
263
+ KUBECTL : v1.29.0
264
264
extends : .kind_deployment
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ networking:
6
6
kind : Cluster
7
7
nodes :
8
8
- role : control-plane
9
- image : kindest/node:v1.28.0
9
+ image : kindest/node:v1.29.1
10
10
extraPortMappings :
11
11
- hostPort : 30080
12
12
containerPort : 30080
You can’t perform that action at this time.
0 commit comments