-
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.
- Loading branch information
1 parent
4e2903e
commit e012dd1
Showing
4 changed files
with
869 additions
and
0 deletions.
There are no files selected for viewing
319 changes: 319 additions & 0 deletions
319
config/jobs/kubernetes-sigs/cluster-api/cluster-api-periodics-release-1-6-upgrades.yaml
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 |
---|---|---|
@@ -0,0 +1,319 @@ | ||
periodics: | ||
|
||
- name: periodic-cluster-api-e2e-workload-upgrade-1-23-1-24-release-1-6 | ||
interval: 24h | ||
decorate: true | ||
decoration_config: | ||
gcs_credentials_secret: "" # Use workload identity for uploading artifacts | ||
rerun_auth_config: | ||
github_team_slugs: | ||
- org: kubernetes-sigs | ||
slug: cluster-api-maintainers | ||
labels: | ||
preset-dind-enabled: "true" | ||
preset-kind-volume-mounts: "true" | ||
extra_refs: | ||
- org: kubernetes-sigs | ||
repo: cluster-api | ||
base_ref: release-1.6 | ||
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:v20231103-fd8df63b1a-1.28 | ||
args: | ||
- runner.sh | ||
- "./scripts/ci-e2e.sh" | ||
env: | ||
- name: ALWAYS_BUILD_KIND_IMAGES | ||
value: "true" | ||
- name: KUBERNETES_VERSION_UPGRADE_FROM | ||
value: "stable-1.23" | ||
- name: KUBERNETES_VERSION_UPGRADE_TO | ||
value: "stable-1.24" | ||
- name: ETCD_VERSION_UPGRADE_TO | ||
value: "3.5.3-0" | ||
- name: COREDNS_VERSION_UPGRADE_TO | ||
value: "v1.8.6" | ||
- 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.6 | ||
testgrid-tab-name: capi-e2e-release-1-6-1-23-1-24 | ||
testgrid-alert-email: [email protected] | ||
testgrid-num-failures-to-alert: "4" | ||
|
||
- name: periodic-cluster-api-e2e-workload-upgrade-1-24-1-25-release-1-6 | ||
interval: 24h | ||
decorate: true | ||
decoration_config: | ||
gcs_credentials_secret: "" # Use workload identity for uploading artifacts | ||
rerun_auth_config: | ||
github_team_slugs: | ||
- org: kubernetes-sigs | ||
slug: cluster-api-maintainers | ||
labels: | ||
preset-dind-enabled: "true" | ||
preset-kind-volume-mounts: "true" | ||
extra_refs: | ||
- org: kubernetes-sigs | ||
repo: cluster-api | ||
base_ref: release-1.6 | ||
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:v20231103-fd8df63b1a-1.28 | ||
args: | ||
- runner.sh | ||
- "./scripts/ci-e2e.sh" | ||
env: | ||
- name: ALWAYS_BUILD_KIND_IMAGES | ||
value: "true" | ||
- name: KUBERNETES_VERSION_UPGRADE_FROM | ||
value: "stable-1.24" | ||
- name: KUBERNETES_VERSION_UPGRADE_TO | ||
value: "stable-1.25" | ||
- 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.6 | ||
testgrid-tab-name: capi-e2e-release-1-6-1-24-1-25 | ||
testgrid-alert-email: [email protected] | ||
testgrid-num-failures-to-alert: "4" | ||
|
||
- name: periodic-cluster-api-e2e-workload-upgrade-1-25-1-26-release-1-6 | ||
interval: 24h | ||
decorate: true | ||
decoration_config: | ||
gcs_credentials_secret: "" # Use workload identity for uploading artifacts | ||
rerun_auth_config: | ||
github_team_slugs: | ||
- org: kubernetes-sigs | ||
slug: cluster-api-maintainers | ||
labels: | ||
preset-dind-enabled: "true" | ||
preset-kind-volume-mounts: "true" | ||
extra_refs: | ||
- org: kubernetes-sigs | ||
repo: cluster-api | ||
base_ref: release-1.6 | ||
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:v20231103-fd8df63b1a-1.28 | ||
args: | ||
- runner.sh | ||
- "./scripts/ci-e2e.sh" | ||
env: | ||
- name: ALWAYS_BUILD_KIND_IMAGES | ||
value: "true" | ||
- name: KUBERNETES_VERSION_UPGRADE_FROM | ||
value: "stable-1.25" | ||
- name: KUBERNETES_VERSION_UPGRADE_TO | ||
value: "stable-1.26" | ||
- name: ETCD_VERSION_UPGRADE_TO | ||
value: "3.5.6-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.6 | ||
testgrid-tab-name: capi-e2e-release-1-6-1-25-1-26 | ||
testgrid-alert-email: [email protected] | ||
testgrid-num-failures-to-alert: "4" | ||
|
||
- name: periodic-cluster-api-e2e-workload-upgrade-1-26-1-27-release-1-6 | ||
interval: 24h | ||
decorate: true | ||
decoration_config: | ||
gcs_credentials_secret: "" # Use workload identity for uploading artifacts | ||
rerun_auth_config: | ||
github_team_slugs: | ||
- org: kubernetes-sigs | ||
slug: cluster-api-maintainers | ||
labels: | ||
preset-dind-enabled: "true" | ||
preset-kind-volume-mounts: "true" | ||
extra_refs: | ||
- org: kubernetes-sigs | ||
repo: cluster-api | ||
base_ref: release-1.6 | ||
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:v20231103-fd8df63b1a-1.28 | ||
args: | ||
- runner.sh | ||
- "./scripts/ci-e2e.sh" | ||
env: | ||
- name: ALWAYS_BUILD_KIND_IMAGES | ||
value: "true" | ||
- name: KUBERNETES_VERSION_UPGRADE_FROM | ||
value: "stable-1.26" | ||
- name: KUBERNETES_VERSION_UPGRADE_TO | ||
value: "stable-1.27" | ||
- name: ETCD_VERSION_UPGRADE_TO | ||
value: "3.5.6-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.6 | ||
testgrid-tab-name: capi-e2e-release-1-6-1-26-1-27 | ||
testgrid-alert-email: [email protected] | ||
testgrid-num-failures-to-alert: "4" | ||
|
||
- name: periodic-cluster-api-e2e-workload-upgrade-1-27-1-28-release-1-6 | ||
interval: 24h | ||
decorate: true | ||
decoration_config: | ||
gcs_credentials_secret: "" # Use workload identity for uploading artifacts | ||
rerun_auth_config: | ||
github_team_slugs: | ||
- org: kubernetes-sigs | ||
slug: cluster-api-maintainers | ||
labels: | ||
preset-dind-enabled: "true" | ||
preset-kind-volume-mounts: "true" | ||
extra_refs: | ||
- org: kubernetes-sigs | ||
repo: cluster-api | ||
base_ref: release-1.6 | ||
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:v20231103-fd8df63b1a-1.28 | ||
args: | ||
- runner.sh | ||
- "./scripts/ci-e2e.sh" | ||
env: | ||
- name: ALWAYS_BUILD_KIND_IMAGES | ||
value: "true" | ||
- name: KUBERNETES_VERSION_UPGRADE_FROM | ||
value: "stable-1.27" | ||
- name: KUBERNETES_VERSION_UPGRADE_TO | ||
value: "stable-1.28" | ||
- name: ETCD_VERSION_UPGRADE_TO | ||
value: "3.5.9-0" | ||
- name: COREDNS_VERSION_UPGRADE_TO | ||
value: "v1.10.1" | ||
- 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.6 | ||
testgrid-tab-name: capi-e2e-release-1-6-1-27-1-28 | ||
testgrid-alert-email: [email protected] | ||
testgrid-num-failures-to-alert: "4" | ||
|
||
- name: periodic-cluster-api-e2e-workload-upgrade-1-28-latest-release-1-6 | ||
interval: 24h | ||
decorate: true | ||
decoration_config: | ||
gcs_credentials_secret: "" # Use workload identity for uploading artifacts | ||
rerun_auth_config: | ||
github_team_slugs: | ||
- org: kubernetes-sigs | ||
slug: cluster-api-maintainers | ||
labels: | ||
preset-dind-enabled: "true" | ||
preset-kind-volume-mounts: "true" | ||
extra_refs: | ||
- org: kubernetes-sigs | ||
repo: cluster-api | ||
base_ref: release-1.6 | ||
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:v20231103-fd8df63b1a-1.28 | ||
args: | ||
- runner.sh | ||
- "./scripts/ci-e2e.sh" | ||
env: | ||
- name: ALWAYS_BUILD_KIND_IMAGES | ||
value: "true" | ||
- name: KUBERNETES_VERSION_UPGRADE_FROM | ||
value: "stable-1.28" | ||
- name: KUBERNETES_VERSION_UPGRADE_TO | ||
value: "ci/latest-1.29" | ||
- name: ETCD_VERSION_UPGRADE_TO | ||
value: "3.5.9-0" | ||
- name: COREDNS_VERSION_UPGRADE_TO | ||
value: "v1.10.1" | ||
- 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.6 | ||
testgrid-tab-name: capi-e2e-release-1-6-1-28-latest | ||
testgrid-alert-email: [email protected] | ||
testgrid-num-failures-to-alert: "4" |
Oops, something went wrong.