@@ -292,7 +292,7 @@ presubmits:
292
292
cpu : " 7"
293
293
memory : 9000Mi
294
294
# 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
296
296
cluster : k8s-infra-prow-build
297
297
skip_if_only_changed : ' (^site/)|(^images/)|(^logo/)|(^.github/)|(.md$)|(OWNERS$)|(^SECURITY_CONTACTS$)|(^netlify.toml$)'
298
298
optional : false
@@ -302,15 +302,15 @@ presubmits:
302
302
extra_refs :
303
303
- org : kubernetes
304
304
repo : kubernetes
305
- base_ref : release-1.33
305
+ base_ref : release-1.34
306
306
path_alias : k8s.io/kubernetes
307
307
path_alias : sigs.k8s.io/kind
308
308
decoration_config :
309
309
timeout : 60m
310
310
grace_period : 15m
311
311
spec :
312
312
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
314
314
command :
315
315
- wrapper.sh
316
316
- bash
@@ -336,8 +336,7 @@ presubmits:
336
336
requests :
337
337
cpu : " 7"
338
338
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
341
340
cluster : k8s-infra-prow-build
342
341
skip_if_only_changed : ' (^site/)|(^images/)|(^logo/)|(^.github/)|(.md$)|(OWNERS$)|(^SECURITY_CONTACTS$)|(^netlify.toml$)'
343
342
optional : false
@@ -347,15 +346,15 @@ presubmits:
347
346
extra_refs :
348
347
- org : kubernetes
349
348
repo : kubernetes
350
- base_ref : release-1.32
349
+ base_ref : release-1.33
351
350
path_alias : k8s.io/kubernetes
352
351
path_alias : sigs.k8s.io/kind
353
352
decoration_config :
354
353
timeout : 60m
355
354
grace_period : 15m
356
355
spec :
357
356
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
359
358
command :
360
359
- wrapper.sh
361
360
- bash
@@ -382,7 +381,7 @@ presubmits:
382
381
cpu : " 7"
383
382
memory : 9000Mi
384
383
# 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
386
385
cluster : k8s-infra-prow-build
387
386
skip_if_only_changed : ' (^site/)|(^images/)|(^logo/)|(^.github/)|(.md$)|(OWNERS$)|(^SECURITY_CONTACTS$)|(^netlify.toml$)'
388
387
optional : false
@@ -392,15 +391,15 @@ presubmits:
392
391
extra_refs :
393
392
- org : kubernetes
394
393
repo : kubernetes
395
- base_ref : release-1.31
394
+ base_ref : release-1.32
396
395
path_alias : k8s.io/kubernetes
397
396
path_alias : sigs.k8s.io/kind
398
397
decoration_config :
399
398
timeout : 60m
400
399
grace_period : 15m
401
400
spec :
402
401
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
404
403
command :
405
404
- wrapper.sh
406
405
- bash
@@ -427,52 +426,7 @@ presubmits:
427
426
cpu : " 7"
428
427
memory : 9000Mi
429
428
# 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
476
430
cluster : k8s-infra-prow-build
477
431
skip_if_only_changed : ' (^site/)|(^images/)|(^logo/)|(^.github/)|(.md$)|(OWNERS$)|(^SECURITY_CONTACTS$)|(^netlify.toml$)'
478
432
optional : false
@@ -482,15 +436,15 @@ presubmits:
482
436
extra_refs :
483
437
- org : kubernetes
484
438
repo : kubernetes
485
- base_ref : release-1.29
439
+ base_ref : release-1.31
486
440
path_alias : k8s.io/kubernetes
487
441
path_alias : sigs.k8s.io/kind
488
442
decoration_config :
489
443
timeout : 60m
490
444
grace_period : 15m
491
445
spec :
492
446
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
494
448
command :
495
449
- wrapper.sh
496
450
- bash
@@ -503,7 +457,7 @@ presubmits:
503
457
# NOTE: changes should filter down to pull-kubernetes-e2e-kind-canary
504
458
# and then pull-kubernetes-e2e-kind
505
459
- 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
507
461
- name : PARALLEL
508
462
value : " true"
509
463
# we need privileged mode in order to do docker in docker
@@ -516,45 +470,3 @@ presubmits:
516
470
requests :
517
471
cpu : " 7"
518
472
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