Skip to content

Commit

Permalink
remove usage of k8s 1.26 from CAPZ jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
nojnhuh committed Aug 20, 2024
1 parent 6b9389e commit b6f1b44
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
periodics:

- name: periodic-cluster-api-provider-azure-e2e-workload-upgrade-1-26-1-27-main
- name: periodic-cluster-api-provider-azure-e2e-workload-upgrade-1-27-1-28-main
cluster: eks-prow-build-cluster
interval: 24h
decorate: true
Expand All @@ -26,13 +26,13 @@ periodics:
- "./scripts/ci-e2e.sh"
env:
- name: KUBERNETES_VERSION_UPGRADE_FROM
value: "stable-1.26"
- name: KUBERNETES_VERSION_UPGRADE_TO
value: "stable-1.27"
- name: KUBERNETES_VERSION_UPGRADE_TO
value: "stable-1.28"
- name: ETCD_VERSION_UPGRADE_TO
value: "3.5.6-0"
value: "3.5.9-0"
- name: COREDNS_VERSION_UPGRADE_TO
value: "v1.9.3"
value: "v1.10.1"
- name: GINKGO_FOCUS
value: "\\[K8s-Upgrade\\]"
# we need privileged mode in order to do docker in docker
Expand All @@ -47,9 +47,9 @@ periodics:
memory: 4Gi
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-azure
testgrid-tab-name: capi-periodic-upgrade-main-1-26-1-27
testgrid-tab-name: capi-periodic-upgrade-main-1-27-1-28

- name: periodic-cluster-api-provider-azure-e2e-workload-upgrade-1-27-1-28-main
- name: periodic-cluster-api-provider-azure-e2e-workload-upgrade-1-28-1-29-main
cluster: eks-prow-build-cluster
interval: 24h
decorate: true
Expand All @@ -75,13 +75,13 @@ periodics:
- "./scripts/ci-e2e.sh"
env:
- name: KUBERNETES_VERSION_UPGRADE_FROM
value: "stable-1.27"
- name: KUBERNETES_VERSION_UPGRADE_TO
value: "stable-1.28"
- name: KUBERNETES_VERSION_UPGRADE_TO
value: "stable-1.29"
- name: ETCD_VERSION_UPGRADE_TO
value: "3.5.9-0"
value: "3.5.10-0"
- name: COREDNS_VERSION_UPGRADE_TO
value: "v1.10.1"
value: "v1.11.1"
- name: GINKGO_FOCUS
value: "\\[K8s-Upgrade\\]"
# we need privileged mode in order to do docker in docker
Expand All @@ -96,9 +96,9 @@ periodics:
memory: 4Gi
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-azure
testgrid-tab-name: capi-periodic-upgrade-main-1-27-1-28
testgrid-tab-name: capi-periodic-upgrade-main-1-28-1-29

- name: periodic-cluster-api-provider-azure-e2e-workload-upgrade-1-28-1-29-main
- name: periodic-cluster-api-provider-azure-e2e-workload-upgrade-1-29-1-30-main
cluster: eks-prow-build-cluster
interval: 24h
decorate: true
Expand All @@ -124,11 +124,11 @@ periodics:
- "./scripts/ci-e2e.sh"
env:
- name: KUBERNETES_VERSION_UPGRADE_FROM
value: "stable-1.28"
- name: KUBERNETES_VERSION_UPGRADE_TO
value: "stable-1.29"
- name: KUBERNETES_VERSION_UPGRADE_TO
value: "stable-1.30"
- name: ETCD_VERSION_UPGRADE_TO
value: "3.5.10-0"
value: "3.5.12-0"
- name: COREDNS_VERSION_UPGRADE_TO
value: "v1.11.1"
- name: GINKGO_FOCUS
Expand All @@ -145,4 +145,4 @@ periodics:
memory: 4Gi
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-azure
testgrid-tab-name: capi-periodic-upgrade-main-1-28-1-29
testgrid-tab-name: capi-periodic-upgrade-main-1-29-1-30
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ presubmits:
- name: GINKGO_FOCUS
value: "API Version Upgrade"
- name: KUBERNETES_VERSION
value: "v1.26.15"
value: "v1.27.16"
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ presubmits:
- name: GINKGO_FOCUS
value: "API Version Upgrade"
- name: KUBERNETES_VERSION
value: "v1.26.15"
value: "v1.27.16"
resources:
limits:
cpu: 6
Expand Down

0 comments on commit b6f1b44

Please sign in to comment.