-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump cluster-api jobs for v1.25/v1.26
- Loading branch information
1 parent
70e6f40
commit f4256b9
Showing
6 changed files
with
116 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -282,7 +282,7 @@ periodics: | |
testgrid-alert-email: [email protected] | ||
testgrid-num-failures-to-alert: "4" | ||
|
||
- name: periodic-cluster-api-e2e-workload-upgrade-1-24-latest-main | ||
- name: periodic-cluster-api-e2e-workload-upgrade-1-24-1-25-main | ||
interval: 24h | ||
decorate: true | ||
decoration_config: | ||
|
@@ -310,9 +310,9 @@ periodics: | |
- name: KUBERNETES_VERSION_UPGRADE_FROM | ||
value: "stable-1.24" | ||
- name: KUBERNETES_VERSION_UPGRADE_TO | ||
value: "ci/latest-1.25" | ||
value: "stable-1.25" | ||
- name: ETCD_VERSION_UPGRADE_TO | ||
value: "3.5.3-0" | ||
value: "3.5.4-0" | ||
- name: COREDNS_VERSION_UPGRADE_TO | ||
value: "v1.9.3" | ||
- name: GINKGO_FOCUS | ||
|
@@ -325,6 +325,53 @@ periodics: | |
cpu: 7300m | ||
annotations: | ||
testgrid-dashboards: sig-cluster-lifecycle-cluster-api | ||
testgrid-tab-name: capi-e2e-main-1-24-latest | ||
testgrid-tab-name: capi-e2e-main-1-24-1-25 | ||
testgrid-alert-email: [email protected] | ||
testgrid-num-failures-to-alert: "4" | ||
|
||
- name: periodic-cluster-api-e2e-workload-upgrade-1-25-latest-main | ||
interval: 24h | ||
decorate: true | ||
decoration_config: | ||
gcs_credentials_secret: "" # Use workload identity for uploading artifacts | ||
labels: | ||
preset-dind-enabled: "true" | ||
preset-kind-volume-mounts: "true" | ||
extra_refs: | ||
- org: kubernetes-sigs | ||
repo: cluster-api | ||
base_ref: main | ||
path_alias: sigs.k8s.io/cluster-api | ||
- org: kubernetes | ||
repo: kubernetes | ||
base_ref: master | ||
path_alias: k8s.io/kubernetes | ||
spec: | ||
serviceAccountName: prowjob-default-sa | ||
containers: | ||
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220903-da891f21aa-1.25 | ||
args: | ||
- runner.sh | ||
- "./scripts/ci-e2e.sh" | ||
env: | ||
- name: KUBERNETES_VERSION_UPGRADE_FROM | ||
value: "stable-1.25" | ||
- name: KUBERNETES_VERSION_UPGRADE_TO | ||
value: "ci/latest-1.26" | ||
- name: ETCD_VERSION_UPGRADE_TO | ||
value: "3.5.4-0" | ||
- name: COREDNS_VERSION_UPGRADE_TO | ||
value: "v1.9.3" | ||
- name: GINKGO_FOCUS | ||
value: "\\[K8s-Upgrade\\]" | ||
# we need privileged mode in order to do docker in docker | ||
securityContext: | ||
privileged: true | ||
resources: | ||
requests: | ||
cpu: 7300m | ||
annotations: | ||
testgrid-dashboards: sig-cluster-lifecycle-cluster-api | ||
testgrid-tab-name: capi-e2e-main-1-25-latest | ||
testgrid-alert-email: [email protected] | ||
testgrid-num-failures-to-alert: "4" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -282,7 +282,7 @@ periodics: | |
testgrid-alert-email: [email protected] | ||
testgrid-num-failures-to-alert: "4" | ||
|
||
- name: periodic-cluster-api-e2e-workload-upgrade-1-24-latest-release-1-2 | ||
- name: periodic-cluster-api-e2e-workload-upgrade-1-24-1-25-release-1-2 | ||
interval: 24h | ||
decorate: true | ||
decoration_config: | ||
|
@@ -310,9 +310,9 @@ periodics: | |
- name: KUBERNETES_VERSION_UPGRADE_FROM | ||
value: "stable-1.24" | ||
- name: KUBERNETES_VERSION_UPGRADE_TO | ||
value: "ci/latest-1.25" | ||
value: "stable-1.25" | ||
- name: ETCD_VERSION_UPGRADE_TO | ||
value: "3.5.3-0" | ||
value: "3.5.4-0" | ||
- name: COREDNS_VERSION_UPGRADE_TO | ||
value: "v1.9.3" | ||
- name: GINKGO_FOCUS | ||
|
@@ -325,6 +325,53 @@ periodics: | |
cpu: 7300m | ||
annotations: | ||
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-1.2 | ||
testgrid-tab-name: capi-e2e-release-1-2-1-24-latest | ||
testgrid-tab-name: capi-e2e-release-1-2-1-24-1-25 | ||
testgrid-alert-email: [email protected] | ||
testgrid-num-failures-to-alert: "4" | ||
|
||
- name: periodic-cluster-api-e2e-workload-upgrade-1-25-latest-release-1-2 | ||
interval: 24h | ||
decorate: true | ||
decoration_config: | ||
gcs_credentials_secret: "" # Use workload identity for uploading artifacts | ||
labels: | ||
preset-dind-enabled: "true" | ||
preset-kind-volume-mounts: "true" | ||
extra_refs: | ||
- org: kubernetes-sigs | ||
repo: cluster-api | ||
base_ref: release-1.2 | ||
path_alias: sigs.k8s.io/cluster-api | ||
- org: kubernetes | ||
repo: kubernetes | ||
base_ref: master | ||
path_alias: k8s.io/kubernetes | ||
spec: | ||
serviceAccountName: prowjob-default-sa | ||
containers: | ||
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220903-da891f21aa-1.24 | ||
args: | ||
- runner.sh | ||
- "./scripts/ci-e2e.sh" | ||
env: | ||
- name: KUBERNETES_VERSION_UPGRADE_FROM | ||
value: "stable-1.25" | ||
- name: KUBERNETES_VERSION_UPGRADE_TO | ||
value: "ci/latest-1.26" | ||
- name: ETCD_VERSION_UPGRADE_TO | ||
value: "3.5.4-0" | ||
- name: COREDNS_VERSION_UPGRADE_TO | ||
value: "v1.9.3" | ||
- name: GINKGO_FOCUS | ||
value: "\\[K8s-Upgrade\\]" | ||
# we need privileged mode in order to do docker in docker | ||
securityContext: | ||
privileged: true | ||
resources: | ||
requests: | ||
cpu: 7300m | ||
annotations: | ||
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-1.2 | ||
testgrid-tab-name: capi-e2e-release-1-2-1-25-latest | ||
testgrid-alert-email: [email protected] | ||
testgrid-num-failures-to-alert: "4" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters