-
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.
cluster-api: introduce prowjob-generator configuration and generate p…
…rowjobs
- Loading branch information
Showing
16 changed files
with
1,566 additions
and
710 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Code generated by cluster-api's prowjob-gen. DO NOT EDIT. | ||
periodics: | ||
|
||
- name: periodic-cluster-api-e2e-workload-upgrade-1-24-1-25-main | ||
cluster: eks-prow-build-cluster | ||
interval: 24h | ||
|
@@ -12,43 +12,43 @@ periodics: | |
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 | ||
- 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: | ||
containers: | ||
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20231208-8b9fd88e88-1.29 | ||
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 | ||
memory: 32Gi | ||
limits: | ||
cpu: 7300m | ||
memory: 32Gi | ||
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20231208-8b9fd88e88-1.29 | ||
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 | ||
memory: 32Gi | ||
limits: | ||
cpu: 7300m | ||
memory: 32Gi | ||
annotations: | ||
testgrid-dashboards: sig-cluster-lifecycle-cluster-api | ||
testgrid-tab-name: capi-e2e-main-1-24-1-25 | ||
|
@@ -67,43 +67,43 @@ periodics: | |
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 | ||
- 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: | ||
containers: | ||
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20231208-8b9fd88e88-1.29 | ||
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 | ||
memory: 32Gi | ||
limits: | ||
cpu: 7300m | ||
memory: 32Gi | ||
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20231208-8b9fd88e88-1.29 | ||
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 | ||
memory: 32Gi | ||
limits: | ||
cpu: 7300m | ||
memory: 32Gi | ||
annotations: | ||
testgrid-dashboards: sig-cluster-lifecycle-cluster-api | ||
testgrid-tab-name: capi-e2e-main-1-25-1-26 | ||
|
@@ -275,7 +275,7 @@ periodics: | |
testgrid-alert-email: [email protected] | ||
testgrid-num-failures-to-alert: "4" | ||
|
||
- name: periodic-cluster-api-e2e-workload-upgrade-1-29-latest-main | ||
- name: periodic-cluster-api-e2e-workload-upgrade-1-29-1-30-main | ||
cluster: eks-prow-build-cluster | ||
interval: 24h | ||
decorate: true | ||
|
@@ -326,6 +326,6 @@ periodics: | |
memory: 32Gi | ||
annotations: | ||
testgrid-dashboards: sig-cluster-lifecycle-cluster-api | ||
testgrid-tab-name: capi-e2e-main-1-29-latest | ||
testgrid-tab-name: capi-e2e-main-1-29-1-30 | ||
testgrid-alert-email: [email protected] | ||
testgrid-num-failures-to-alert: "4" |
1 change: 1 addition & 0 deletions
1
config/jobs/kubernetes-sigs/cluster-api/cluster-api-periodics-main.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
Oops, something went wrong.