File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
config/jobs/kubernetes-sigs/kind Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -458,7 +458,7 @@ presubmits:
458
458
# NOTE: changes should filter down to pull-kubernetes-e2e-kind-canary
459
459
# and then pull-kubernetes-e2e-kind
460
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
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
462
- name : PARALLEL
463
463
value : " true"
464
464
# we need privileged mode in order to do docker in docker
@@ -503,7 +503,7 @@ presubmits:
503
503
# NOTE: changes should filter down to pull-kubernetes-e2e-kind-canary
504
504
# and then pull-kubernetes-e2e-kind
505
505
- 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
507
507
- name : PARALLEL
508
508
value : " true"
509
509
# we need privileged mode in order to do docker in docker
@@ -544,7 +544,7 @@ presubmits:
544
544
- name : FOCUS
545
545
value : .
546
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
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
548
- name : PARALLEL
549
549
value : " true"
550
550
image : gcr.io/k8s-staging-test-infra/krte:v20241125-b4ea3e27a6-1.28
You can’t perform that action at this time.
0 commit comments