Skip to content

Commit 8957677

Browse files
committed
CAPZ: Remove k8s 1.30 upgrade job, add k8s 1.33
1 parent 965bd26 commit 8957677

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
periodics:
22

3-
- name: periodic-cluster-api-provider-azure-e2e-workload-upgrade-1-29-1-30-main
3+
- name: periodic-cluster-api-provider-azure-e2e-workload-upgrade-1-30-1-31-main
44
cluster: eks-prow-build-cluster
55
minimum_interval: 24h
66
decorate: true
@@ -28,9 +28,9 @@ periodics:
2828
- "./scripts/ci-e2e.sh"
2929
env:
3030
- name: KUBERNETES_VERSION_UPGRADE_FROM
31-
value: "stable-1.29"
32-
- name: KUBERNETES_VERSION_UPGRADE_TO
3331
value: "stable-1.30"
32+
- name: KUBERNETES_VERSION_UPGRADE_TO
33+
value: "stable-1.31"
3434
- name: GINKGO_FOCUS
3535
value: "\\[K8s-Upgrade\\]"
3636
# we need privileged mode in order to do docker in docker
@@ -45,11 +45,11 @@ periodics:
4545
memory: 9Gi
4646
annotations:
4747
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-azure
48-
testgrid-tab-name: capi-periodic-upgrade-main-1-29-1-30
48+
testgrid-tab-name: capi-periodic-upgrade-main-1-30-1-31
4949
testgrid-alert-email: [email protected]
50-
description: "Runs Kubernetes upgrade tests from v1.29 to v1.30 on CAPZ main branch"
50+
description: "Runs Kubernetes upgrade tests from v1.30 to v1.31 on CAPZ main branch"
5151

52-
- name: periodic-cluster-api-provider-azure-e2e-workload-upgrade-1-30-1-31-main
52+
- name: periodic-cluster-api-provider-azure-e2e-workload-upgrade-1-31-1-32-main
5353
cluster: eks-prow-build-cluster
5454
minimum_interval: 24h
5555
decorate: true
@@ -77,9 +77,9 @@ periodics:
7777
- "./scripts/ci-e2e.sh"
7878
env:
7979
- name: KUBERNETES_VERSION_UPGRADE_FROM
80-
value: "stable-1.30"
81-
- name: KUBERNETES_VERSION_UPGRADE_TO
8280
value: "stable-1.31"
81+
- name: KUBERNETES_VERSION_UPGRADE_TO
82+
value: "stable-1.32"
8383
- name: GINKGO_FOCUS
8484
value: "\\[K8s-Upgrade\\]"
8585
# we need privileged mode in order to do docker in docker
@@ -94,11 +94,11 @@ periodics:
9494
memory: 9Gi
9595
annotations:
9696
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-azure
97-
testgrid-tab-name: capi-periodic-upgrade-main-1-30-1-31
97+
testgrid-tab-name: capi-periodic-upgrade-main-1-31-1-32
9898
testgrid-alert-email: [email protected]
99-
description: "Runs Kubernetes upgrade tests from v1.30 to v1.31 on CAPZ main branch"
99+
description: "Runs Kubernetes upgrade tests from v1.31 to v1.32 on CAPZ main branch"
100100

101-
- name: periodic-cluster-api-provider-azure-e2e-workload-upgrade-1-31-1-32-main
101+
- name: periodic-cluster-api-provider-azure-e2e-workload-upgrade-1-32-1-33-main
102102
cluster: eks-prow-build-cluster
103103
minimum_interval: 24h
104104
decorate: true
@@ -126,9 +126,9 @@ periodics:
126126
- "./scripts/ci-e2e.sh"
127127
env:
128128
- name: KUBERNETES_VERSION_UPGRADE_FROM
129-
value: "stable-1.31"
130-
- name: KUBERNETES_VERSION_UPGRADE_TO
131129
value: "stable-1.32"
130+
- name: KUBERNETES_VERSION_UPGRADE_TO
131+
value: "stable-1.33"
132132
- name: GINKGO_FOCUS
133133
value: "\\[K8s-Upgrade\\]"
134134
# we need privileged mode in order to do docker in docker
@@ -143,6 +143,6 @@ periodics:
143143
memory: 9Gi
144144
annotations:
145145
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-azure
146-
testgrid-tab-name: capi-periodic-upgrade-main-1-31-1-32
146+
testgrid-tab-name: capi-periodic-upgrade-main-1-32-1-33
147147
testgrid-alert-email: [email protected]
148-
description: "Runs Kubernetes upgrade tests from v1.31 to v1.32 on CAPZ main branch"
148+
description: "Runs Kubernetes upgrade tests from v1.32 to v1.33 on CAPZ main branch"

0 commit comments

Comments
 (0)