Skip to content

Commit 1db72ac

Browse files
authored
Merge pull request #35264 from BenTheElder/kind-releases-tests
skip broken test on old releases
2 parents b561e6a + 32e6989 commit 1db72ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ presubmits:
458458
# NOTE: changes should filter down to pull-kubernetes-e2e-kind-canary
459459
# and then pull-kubernetes-e2e-kind
460460
- 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
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
462462
- name: PARALLEL
463463
value: "true"
464464
# we need privileged mode in order to do docker in docker
@@ -503,7 +503,7 @@ presubmits:
503503
# NOTE: changes should filter down to pull-kubernetes-e2e-kind-canary
504504
# and then pull-kubernetes-e2e-kind
505505
- 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
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
507507
- name: PARALLEL
508508
value: "true"
509509
# we need privileged mode in order to do docker in docker
@@ -544,7 +544,7 @@ presubmits:
544544
- name: FOCUS
545545
value: .
546546
- 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
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
548548
- name: PARALLEL
549549
value: "true"
550550
image: gcr.io/k8s-staging-test-infra/krte:v20241125-b4ea3e27a6-1.28

0 commit comments

Comments
 (0)