Skip to content

Commit 3913ff5

Browse files
authored
Merge pull request #28581 from SataQiu/enable-dryrun-e2e-20230129
kubeadm: enable dry-run e2e tests for historical versions
2 parents d86fdda + 0535dfa commit 3913ff5

File tree

1 file changed

+132
-0
lines changed

1 file changed

+132
-0
lines changed

config/jobs/kubernetes/sig-cluster-lifecycle/kubeadm-kinder-dryrun.yaml

+132
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,135 @@ periodics:
4444
requests:
4545
memory: "9000Mi"
4646
cpu: 2000m
47+
48+
- name: ci-kubernetes-e2e-kubeadm-kinder-dryrun-1-26
49+
cluster: k8s-infra-prow-build
50+
interval: 12h
51+
decorate: true
52+
labels:
53+
preset-dind-enabled: "true"
54+
preset-kind-volume-mounts: "true"
55+
annotations:
56+
testgrid-dashboards: sig-cluster-lifecycle-kubeadm
57+
testgrid-tab-name: kubeadm-kinder-dryrun-1-26
58+
testgrid-alert-email: [email protected]
59+
description: "OWNER: sig-cluster-lifecycle (kinder); Uses kubeadm/kinder to create a cluster and run kubeadm-e2e and the conformance suite"
60+
testgrid-num-columns-recent: "20"
61+
testgrid-num-failures-to-alert: "4"
62+
testgrid-alert-stale-results-hours: "48"
63+
decoration_config:
64+
timeout: 60m
65+
extra_refs:
66+
- org: kubernetes
67+
repo: kubernetes
68+
base_ref: release-1.26
69+
path_alias: k8s.io/kubernetes
70+
- org: kubernetes
71+
repo: kubeadm
72+
base_ref: main
73+
path_alias: k8s.io/kubeadm
74+
spec:
75+
containers:
76+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230127-9396ca613c-1.26
77+
command:
78+
- runner.sh
79+
- "../kubeadm/kinder/ci/kinder-run.sh"
80+
args:
81+
- "dryrun-1.26"
82+
securityContext:
83+
privileged: true
84+
resources:
85+
limits:
86+
memory: "9000Mi"
87+
cpu: 2000m
88+
requests:
89+
memory: "9000Mi"
90+
cpu: 2000m
91+
92+
- name: ci-kubernetes-e2e-kubeadm-kinder-dryrun-1-25
93+
cluster: k8s-infra-prow-build
94+
interval: 12h
95+
decorate: true
96+
labels:
97+
preset-dind-enabled: "true"
98+
preset-kind-volume-mounts: "true"
99+
annotations:
100+
testgrid-dashboards: sig-cluster-lifecycle-kubeadm
101+
testgrid-tab-name: kubeadm-kinder-dryrun-1-25
102+
testgrid-alert-email: [email protected]
103+
description: "OWNER: sig-cluster-lifecycle (kinder); Uses kubeadm/kinder to create a cluster and run kubeadm-e2e and the conformance suite"
104+
testgrid-num-columns-recent: "20"
105+
testgrid-num-failures-to-alert: "4"
106+
testgrid-alert-stale-results-hours: "48"
107+
decoration_config:
108+
timeout: 60m
109+
extra_refs:
110+
- org: kubernetes
111+
repo: kubernetes
112+
base_ref: release-1.25
113+
path_alias: k8s.io/kubernetes
114+
- org: kubernetes
115+
repo: kubeadm
116+
base_ref: main
117+
path_alias: k8s.io/kubeadm
118+
spec:
119+
containers:
120+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230127-9396ca613c-1.25
121+
command:
122+
- runner.sh
123+
- "../kubeadm/kinder/ci/kinder-run.sh"
124+
args:
125+
- "dryrun-1.25"
126+
securityContext:
127+
privileged: true
128+
resources:
129+
limits:
130+
memory: "9000Mi"
131+
cpu: 2000m
132+
requests:
133+
memory: "9000Mi"
134+
cpu: 2000m
135+
136+
- name: ci-kubernetes-e2e-kubeadm-kinder-dryrun-1-24
137+
cluster: k8s-infra-prow-build
138+
interval: 12h
139+
decorate: true
140+
labels:
141+
preset-dind-enabled: "true"
142+
preset-kind-volume-mounts: "true"
143+
annotations:
144+
testgrid-dashboards: sig-cluster-lifecycle-kubeadm
145+
testgrid-tab-name: kubeadm-kinder-dryrun-1-24
146+
testgrid-alert-email: [email protected]
147+
description: "OWNER: sig-cluster-lifecycle (kinder); Uses kubeadm/kinder to create a cluster and run kubeadm-e2e and the conformance suite"
148+
testgrid-num-columns-recent: "20"
149+
testgrid-num-failures-to-alert: "4"
150+
testgrid-alert-stale-results-hours: "48"
151+
decoration_config:
152+
timeout: 60m
153+
extra_refs:
154+
- org: kubernetes
155+
repo: kubernetes
156+
base_ref: release-1.24
157+
path_alias: k8s.io/kubernetes
158+
- org: kubernetes
159+
repo: kubeadm
160+
base_ref: main
161+
path_alias: k8s.io/kubeadm
162+
spec:
163+
containers:
164+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230127-9396ca613c-1.24
165+
command:
166+
- runner.sh
167+
- "../kubeadm/kinder/ci/kinder-run.sh"
168+
args:
169+
- "dryrun-1.24"
170+
securityContext:
171+
privileged: true
172+
resources:
173+
limits:
174+
memory: "9000Mi"
175+
cpu: 2000m
176+
requests:
177+
memory: "9000Mi"
178+
cpu: 2000m

0 commit comments

Comments
 (0)