Skip to content

Commit 6c7c360

Browse files
authored
Merge pull request #35398 from stmcginnis/kind-1.34
Add kind repo presubmit for 1.34
2 parents 8429e25 + afe426c commit 6c7c360

File tree

1 file changed

+13
-101
lines changed

1 file changed

+13
-101
lines changed

config/jobs/kubernetes-sigs/kind/kind-presubmits.yaml

Lines changed: 13 additions & 101 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ presubmits:
292292
cpu: "7"
293293
memory: 9000Mi
294294
# mimic pull-kubernetes-e2e-kind, but using kind built in this PR
295-
- name: pull-kind-e2e-kubernetes-1-33
295+
- name: pull-kind-e2e-kubernetes-1-34
296296
cluster: k8s-infra-prow-build
297297
skip_if_only_changed: '(^site/)|(^images/)|(^logo/)|(^.github/)|(.md$)|(OWNERS$)|(^SECURITY_CONTACTS$)|(^netlify.toml$)'
298298
optional: false
@@ -302,15 +302,15 @@ presubmits:
302302
extra_refs:
303303
- org: kubernetes
304304
repo: kubernetes
305-
base_ref: release-1.33
305+
base_ref: release-1.34
306306
path_alias: k8s.io/kubernetes
307307
path_alias: sigs.k8s.io/kind
308308
decoration_config:
309309
timeout: 60m
310310
grace_period: 15m
311311
spec:
312312
containers:
313-
- image: gcr.io/k8s-staging-test-infra/krte:v20250815-171060767f-1.33
313+
- image: gcr.io/k8s-staging-test-infra/krte:v20250815-171060767f-1.34
314314
command:
315315
- wrapper.sh
316316
- bash
@@ -336,8 +336,7 @@ presubmits:
336336
requests:
337337
cpu: "7"
338338
memory: 9000Mi
339-
# mimic pull-kubernetes-e2e-kind, but using kind built in this PR
340-
- name: pull-kind-e2e-kubernetes-1-32
339+
- name: pull-kind-e2e-kubernetes-1-33
341340
cluster: k8s-infra-prow-build
342341
skip_if_only_changed: '(^site/)|(^images/)|(^logo/)|(^.github/)|(.md$)|(OWNERS$)|(^SECURITY_CONTACTS$)|(^netlify.toml$)'
343342
optional: false
@@ -347,15 +346,15 @@ presubmits:
347346
extra_refs:
348347
- org: kubernetes
349348
repo: kubernetes
350-
base_ref: release-1.32
349+
base_ref: release-1.33
351350
path_alias: k8s.io/kubernetes
352351
path_alias: sigs.k8s.io/kind
353352
decoration_config:
354353
timeout: 60m
355354
grace_period: 15m
356355
spec:
357356
containers:
358-
- image: gcr.io/k8s-staging-test-infra/krte:v20250815-171060767f-1.32
357+
- image: gcr.io/k8s-staging-test-infra/krte:v20250815-171060767f-1.33
359358
command:
360359
- wrapper.sh
361360
- bash
@@ -382,7 +381,7 @@ presubmits:
382381
cpu: "7"
383382
memory: 9000Mi
384383
# mimic pull-kubernetes-e2e-kind, but using kind built in this PR
385-
- name: pull-kind-e2e-kubernetes-1-31
384+
- name: pull-kind-e2e-kubernetes-1-32
386385
cluster: k8s-infra-prow-build
387386
skip_if_only_changed: '(^site/)|(^images/)|(^logo/)|(^.github/)|(.md$)|(OWNERS$)|(^SECURITY_CONTACTS$)|(^netlify.toml$)'
388387
optional: false
@@ -392,15 +391,15 @@ presubmits:
392391
extra_refs:
393392
- org: kubernetes
394393
repo: kubernetes
395-
base_ref: release-1.31
394+
base_ref: release-1.32
396395
path_alias: k8s.io/kubernetes
397396
path_alias: sigs.k8s.io/kind
398397
decoration_config:
399398
timeout: 60m
400399
grace_period: 15m
401400
spec:
402401
containers:
403-
- image: gcr.io/k8s-staging-test-infra/krte:v20250815-171060767f-1.31
402+
- image: gcr.io/k8s-staging-test-infra/krte:v20250815-171060767f-1.32
404403
command:
405404
- wrapper.sh
406405
- bash
@@ -427,52 +426,7 @@ presubmits:
427426
cpu: "7"
428427
memory: 9000Mi
429428
# mimic pull-kubernetes-e2e-kind, but using kind built in this PR
430-
- name: pull-kind-e2e-kubernetes-1-30
431-
cluster: k8s-infra-prow-build
432-
skip_if_only_changed: '(^site/)|(^images/)|(^logo/)|(^.github/)|(.md$)|(OWNERS$)|(^SECURITY_CONTACTS$)|(^netlify.toml$)'
433-
optional: false
434-
labels:
435-
preset-dind-enabled: "true"
436-
decorate: true
437-
extra_refs:
438-
- org: kubernetes
439-
repo: kubernetes
440-
base_ref: release-1.30
441-
path_alias: k8s.io/kubernetes
442-
path_alias: sigs.k8s.io/kind
443-
decoration_config:
444-
timeout: 60m
445-
grace_period: 15m
446-
spec:
447-
containers:
448-
- image: gcr.io/k8s-staging-test-infra/krte:v20250714-70266d743a-1.30
449-
command:
450-
- wrapper.sh
451-
- bash
452-
- -c
453-
- cd ./../../k8s.io/kubernetes && ./../../sigs.k8s.io/kind/hack/ci/e2e.sh
454-
env:
455-
- name: FOCUS
456-
value: "."
457-
# TODO(bentheelder): reduce the skip list further
458-
# NOTE: changes should filter down to pull-kubernetes-e2e-kind-canary
459-
# and then pull-kubernetes-e2e-kind
460-
- name: SKIP
461-
value: \[Slow\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|PodSecurityPolicy|LoadBalancer|load.balancer|Simple.pod.should.support.exec.through.an.HTTP.proxy|subPath.should.support.existing|pull.from.private.registry.with.secret
462-
- name: PARALLEL
463-
value: "true"
464-
# we need privileged mode in order to do docker in docker
465-
securityContext:
466-
privileged: true
467-
resources:
468-
limits:
469-
cpu: "7"
470-
memory: 9000Mi
471-
requests:
472-
cpu: "7"
473-
memory: 9000Mi
474-
# mimic pull-kubernetes-e2e-kind, but using kind built in this PR
475-
- name: pull-kind-e2e-kubernetes-1-29
429+
- name: pull-kind-e2e-kubernetes-1-31
476430
cluster: k8s-infra-prow-build
477431
skip_if_only_changed: '(^site/)|(^images/)|(^logo/)|(^.github/)|(.md$)|(OWNERS$)|(^SECURITY_CONTACTS$)|(^netlify.toml$)'
478432
optional: false
@@ -482,15 +436,15 @@ presubmits:
482436
extra_refs:
483437
- org: kubernetes
484438
repo: kubernetes
485-
base_ref: release-1.29
439+
base_ref: release-1.31
486440
path_alias: k8s.io/kubernetes
487441
path_alias: sigs.k8s.io/kind
488442
decoration_config:
489443
timeout: 60m
490444
grace_period: 15m
491445
spec:
492446
containers:
493-
- image: gcr.io/k8s-staging-test-infra/krte:v20250409-f52ea67ed6-1.29
447+
- image: gcr.io/k8s-staging-test-infra/krte:v20250815-171060767f-1.31
494448
command:
495449
- wrapper.sh
496450
- bash
@@ -503,7 +457,7 @@ presubmits:
503457
# NOTE: changes should filter down to pull-kubernetes-e2e-kind-canary
504458
# and then pull-kubernetes-e2e-kind
505459
- name: SKIP
506-
value: \[Slow\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|PodSecurityPolicy|LoadBalancer|load.balancer|Simple.pod.should.support.exec.through.an.HTTP.proxy|subPath.should.support.existing|pull.from.private.registry.with.secret
460+
value: \[Slow\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|PodSecurityPolicy|LoadBalancer|load.balancer|Simple.pod.should.support.exec.through.an.HTTP.proxy|subPath.should.support.existing
507461
- name: PARALLEL
508462
value: "true"
509463
# we need privileged mode in order to do docker in docker
@@ -516,45 +470,3 @@ presubmits:
516470
requests:
517471
cpu: "7"
518472
memory: 9000Mi
519-
# mimic pull-kubernetes-e2e-kind, but using kind built in this PR
520-
- name: pull-kind-e2e-kubernetes-1-28
521-
cluster: k8s-infra-prow-build
522-
skip_if_only_changed: '(^site/)|(^images/)|(^logo/)|(^.github/)|(.md$)|(OWNERS$)|(^SECURITY_CONTACTS$)|(^netlify.toml$)'
523-
optional: false
524-
decorate: true
525-
decoration_config:
526-
grace_period: 15m0s
527-
timeout: 1h0m0s
528-
extra_refs:
529-
- org: kubernetes
530-
repo: kubernetes
531-
base_ref: release-1.28
532-
path_alias: k8s.io/kubernetes
533-
labels:
534-
preset-dind-enabled: "true"
535-
path_alias: sigs.k8s.io/kind
536-
spec:
537-
containers:
538-
- command:
539-
- wrapper.sh
540-
- bash
541-
- -c
542-
- cd ./../../k8s.io/kubernetes && ./../../sigs.k8s.io/kind/hack/ci/e2e.sh
543-
env:
544-
- name: FOCUS
545-
value: .
546-
- name: SKIP
547-
value: \[Slow\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|PodSecurityPolicy|LoadBalancer|load.balancer|Simple.pod.should.support.exec.through.an.HTTP.proxy|subPath.should.support.existing|NFS|nfs|inline.execution.and.attach|should.be.rejected.when.no.endpoints.exist|pull.from.private.registry.with.secret
548-
- name: PARALLEL
549-
value: "true"
550-
image: gcr.io/k8s-staging-test-infra/krte:v20241125-b4ea3e27a6-1.28
551-
name: ""
552-
resources:
553-
limits:
554-
cpu: "7"
555-
memory: 9000Mi
556-
requests:
557-
cpu: "7"
558-
memory: 9000Mi
559-
securityContext:
560-
privileged: true

0 commit comments

Comments
 (0)