Skip to content

Commit 4918869

Browse files
authored
Merge pull request #35261 from Nordix/capi-release-1.11-jobs/adil
Add jobs for CAPI release 1.11
2 parents 1db72ac + f12c407 commit 4918869

12 files changed

+1111
-33
lines changed

config/jobs/kubernetes-sigs/cluster-api/cluster-api-main-periodics-upgrades.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ periodics:
3636
- name: KUBERNETES_VERSION_UPGRADE_TO
3737
value: "stable-1.29"
3838
- name: ETCD_VERSION_UPGRADE_TO
39-
value: "3.5.10-0"
39+
value: "3.5.16-0"
4040
- name: COREDNS_VERSION_UPGRADE_TO
4141
value: "v1.11.1"
4242
- name: GINKGO_LABEL_FILTER
@@ -93,9 +93,9 @@ periodics:
9393
- name: KUBERNETES_VERSION_UPGRADE_TO
9494
value: "stable-1.30"
9595
- name: ETCD_VERSION_UPGRADE_TO
96-
value: "3.5.12-0"
96+
value: "3.5.15-0"
9797
- name: COREDNS_VERSION_UPGRADE_TO
98-
value: "v1.11.1"
98+
value: "v1.11.3"
9999
- name: GINKGO_LABEL_FILTER
100100
value: "(Conformance && K8s-Upgrade)"
101101
# we need privileged mode in order to do docker in docker
@@ -207,7 +207,7 @@ periodics:
207207
- name: KUBERNETES_VERSION_UPGRADE_TO
208208
value: "stable-1.32"
209209
- name: ETCD_VERSION_UPGRADE_TO
210-
value: "3.5.15-0"
210+
value: "3.5.16-0"
211211
- name: COREDNS_VERSION_UPGRADE_TO
212212
value: "v1.11.3"
213213
- name: GINKGO_LABEL_FILTER
@@ -321,9 +321,9 @@ periodics:
321321
- name: KUBERNETES_VERSION_UPGRADE_TO
322322
value: "ci/latest-1.34"
323323
- name: ETCD_VERSION_UPGRADE_TO
324-
value: "3.5.21-0"
324+
value: "3.6.1-1"
325325
- name: COREDNS_VERSION_UPGRADE_TO
326-
value: "v1.12.0"
326+
value: "v1.12.1"
327327
- name: GINKGO_LABEL_FILTER
328328
value: "(Conformance && K8s-Upgrade)"
329329
# we need privileged mode in order to do docker in docker

config/jobs/kubernetes-sigs/cluster-api/cluster-api-main-periodics.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,9 +333,9 @@ periodics:
333333
- name: KUBERNETES_VERSION_UPGRADE_TO
334334
value: ci/latest-1.34
335335
- name: ETCD_VERSION_UPGRADE_TO
336-
value: 3.5.21-0
336+
value: 3.6.1-1
337337
- name: COREDNS_VERSION_UPGRADE_TO
338-
value: v1.12.0
338+
value: v1.12.1
339339
# we need privileged mode in order to do docker in docker
340340
securityContext:
341341
privileged: true

config/jobs/kubernetes-sigs/cluster-api/cluster-api-main-presubmits.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,6 @@ presubmits:
289289
annotations:
290290
testgrid-dashboards: sig-cluster-lifecycle-cluster-api
291291
testgrid-tab-name: capi-pr-e2e-main
292-
293292
- name: pull-cluster-api-e2e-upgrade-1-33-1-34-main
294293
cluster: eks-prow-build-cluster
295294
labels:
@@ -322,9 +321,9 @@ presubmits:
322321
- name: KUBERNETES_VERSION_UPGRADE_TO
323322
value: "ci/latest-1.34"
324323
- name: ETCD_VERSION_UPGRADE_TO
325-
value: "3.5.21-0"
324+
value: "3.6.1-1"
326325
- name: COREDNS_VERSION_UPGRADE_TO
327-
value: "v1.12.0"
326+
value: "v1.12.1"
328327
- name: GINKGO_LABEL_FILTER
329328
value: "(Conformance && K8s-Upgrade)"
330329
# we need privileged mode in order to do docker in docker
@@ -469,9 +468,9 @@ presubmits:
469468
- name: KUBERNETES_VERSION_UPGRADE_TO
470469
value: ci/latest-1.34
471470
- name: ETCD_VERSION_UPGRADE_TO
472-
value: 3.5.21-0
471+
value: 3.6.1-1
473472
- name: COREDNS_VERSION_UPGRADE_TO
474-
value: v1.12.0
473+
value: v1.12.1
475474
# we need privileged mode in order to do docker in docker
476475
securityContext:
477476
privileged: true

config/jobs/kubernetes-sigs/cluster-api/cluster-api-prowjob-gen.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,25 @@ prow_ignored:
5050
to: "1.33"
5151
- from: "1.33"
5252
to: "1.34"
53+
release-1.11:
54+
testImage: "gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250717-57d1ca3de9-1.33"
55+
interval: "4h"
56+
upgradesInterval: "24h"
57+
kubernetesVersionManagement: "v1.30.10"
58+
kubebuilderEnvtestKubernetesVersion: "1.30.3"
59+
upgrades:
60+
- from: "1.28"
61+
to: "1.29"
62+
- from: "1.29"
63+
to: "1.30"
64+
- from: "1.30"
65+
to: "1.31"
66+
- from: "1.31"
67+
to: "1.32"
68+
- from: "1.32"
69+
to: "1.33"
70+
- from: "1.33"
71+
to: "1.34"
5372
release-1.10:
5473
testImage: "gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250717-57d1ca3de9-1.32"
5574
interval: "4h"

config/jobs/kubernetes-sigs/cluster-api/cluster-api-release-1-10-periodics-upgrades.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ periodics:
3636
- name: KUBERNETES_VERSION_UPGRADE_TO
3737
value: "stable-1.28"
3838
- name: ETCD_VERSION_UPGRADE_TO
39-
value: "3.5.9-0"
39+
value: "3.5.15-0"
4040
- name: COREDNS_VERSION_UPGRADE_TO
4141
value: "v1.10.1"
4242
- name: GINKGO_LABEL_FILTER
@@ -93,7 +93,7 @@ periodics:
9393
- name: KUBERNETES_VERSION_UPGRADE_TO
9494
value: "stable-1.29"
9595
- name: ETCD_VERSION_UPGRADE_TO
96-
value: "3.5.10-0"
96+
value: "3.5.16-0"
9797
- name: COREDNS_VERSION_UPGRADE_TO
9898
value: "v1.11.1"
9999
- name: GINKGO_LABEL_FILTER
@@ -150,9 +150,9 @@ periodics:
150150
- name: KUBERNETES_VERSION_UPGRADE_TO
151151
value: "stable-1.30"
152152
- name: ETCD_VERSION_UPGRADE_TO
153-
value: "3.5.12-0"
153+
value: "3.5.15-0"
154154
- name: COREDNS_VERSION_UPGRADE_TO
155-
value: "v1.11.1"
155+
value: "v1.11.3"
156156
- name: GINKGO_LABEL_FILTER
157157
value: "(Conformance && K8s-Upgrade)"
158158
# we need privileged mode in order to do docker in docker
@@ -264,7 +264,7 @@ periodics:
264264
- name: KUBERNETES_VERSION_UPGRADE_TO
265265
value: "stable-1.32"
266266
- name: ETCD_VERSION_UPGRADE_TO
267-
value: "3.5.15-0"
267+
value: "3.5.16-0"
268268
- name: COREDNS_VERSION_UPGRADE_TO
269269
value: "v1.11.3"
270270
- name: GINKGO_LABEL_FILTER

0 commit comments

Comments
 (0)