File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed
config/jobs/kubernetes-sigs/kind Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change @@ -259,6 +259,52 @@ presubmits:
259
259
cpu : " 7"
260
260
memory : 9000Mi
261
261
# mimic pull-kubernetes-e2e-kind, but using kind built in this PR
262
+ - name : pull-kind-e2e-kubernetes-1-32
263
+ cluster : k8s-infra-prow-build
264
+ skip_if_only_changed : ' (^site/)|(^images/)|(^logo/)|(^.github/)|(.md$)|(OWNERS$)|(^SECURITY_CONTACTS$)|(^netlify.toml$)'
265
+ optional : false
266
+ labels :
267
+ preset-dind-enabled : " true"
268
+ preset-kind-volume-mounts : " true"
269
+ decorate : true
270
+ extra_refs :
271
+ - org : kubernetes
272
+ repo : kubernetes
273
+ base_ref : release-1.32
274
+ path_alias : k8s.io/kubernetes
275
+ path_alias : sigs.k8s.io/kind
276
+ decoration_config :
277
+ timeout : 60m
278
+ grace_period : 15m
279
+ spec :
280
+ containers :
281
+ - image : gcr.io/k8s-staging-test-infra/krte:v20241128-8df65c072f-1.32
282
+ command :
283
+ - wrapper.sh
284
+ - bash
285
+ - -c
286
+ - cd ./../../k8s.io/kubernetes && ./../../sigs.k8s.io/kind/hack/ci/e2e.sh
287
+ env :
288
+ - name : FOCUS
289
+ value : " ."
290
+ # TODO(bentheelder): reduce the skip list further
291
+ # NOTE: changes should filter down to pull-kubernetes-e2e-kind-canary
292
+ # and then pull-kubernetes-e2e-kind
293
+ - name : SKIP
294
+ value : \[Slow\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|PodSecurityPolicy|LoadBalancer|load.balancer|Simple.pod.should.support.exec.through.an.HTTP.proxy|subPath.should.support.existing
295
+ - name : PARALLEL
296
+ value : " true"
297
+ # we need privileged mode in order to do docker in docker
298
+ securityContext :
299
+ privileged : true
300
+ resources :
301
+ limits :
302
+ cpu : " 7"
303
+ memory : 9000Mi
304
+ requests :
305
+ cpu : " 7"
306
+ memory : 9000Mi
307
+ # mimic pull-kubernetes-e2e-kind, but using kind built in this PR
262
308
- name : pull-kind-e2e-kubernetes-1-31
263
309
cluster : k8s-infra-prow-build
264
310
skip_if_only_changed : ' (^site/)|(^images/)|(^logo/)|(^.github/)|(.md$)|(OWNERS$)|(^SECURITY_CONTACTS$)|(^netlify.toml$)'
You can’t perform that action at this time.
0 commit comments