Skip to content

Commit b330127

Browse files
authored
Merge pull request #35570 from pohly/alpha-beta-job-cleanup
SIG testing: clean up alpha/beta presubmits
2 parents 8e70a25 + 3d27813 commit b330127

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

config/jobs/kubernetes/sig-testing/kubernetes-kind-presubmits.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,6 @@ presubmits:
301301
value: '{"api/beta":"true", "api/ga":"true"}'
302302
- name: LABEL_FILTER
303303
value: "Feature: isSubsetOf OffByDefault && !Alpha && !Deprecated && !Slow && !Disruptive && !Flaky"
304-
- name: SKIP
305-
value: PodSecurityPolicy|LoadBalancer|load.balancer|In-tree.Volumes.\[Driver:.nfs\]|PersistentVolumes.NFS|Network.should.set.TCP.CLOSE_WAIT.timeout|Simple.pod.should.support.exec.through.an.HTTP.proxy|subPath.should.support.existing|should.provide.basic.identity
306304
- name: PARALLEL
307305
value: "true"
308306
# we need privileged mode in order to do docker in docker
@@ -350,8 +348,6 @@ presubmits:
350348
value: '{"api/all":"true"}'
351349
- name: LABEL_FILTER
352350
value: "Feature: isSubsetOf OffByDefault && !Deprecated && !Slow && !Disruptive && !Flaky"
353-
- name: SKIP
354-
value: PodSecurityPolicy|LoadBalancer|load.balancer|In-tree.Volumes.\[Driver:.nfs\]|PersistentVolumes.NFS|Network.should.set.TCP.CLOSE_WAIT.timeout|Simple.pod.should.support.exec.through.an.HTTP.proxy|subPath.should.support.existing|should.provide.basic.identity
355351
- name: PARALLEL
356352
value: "true"
357353
# we need privileged mode in order to do docker in docker
@@ -398,8 +394,6 @@ presubmits:
398394
value: '{"api/all":"true"}'
399395
- name: LABEL_FILTER
400396
value: "Feature: isSubsetOf OffByDefault && !Deprecated && !Slow && !Disruptive && !Flaky"
401-
- name: SKIP
402-
value: PodSecurityPolicy|LoadBalancer|load.balancer|In-tree.Volumes.\[Driver:.nfs\]|PersistentVolumes.NFS|Network.should.set.TCP.CLOSE_WAIT.timeout|Simple.pod.should.support.exec.through.an.HTTP.proxy|subPath.should.support.existing|should.provide.basic.identity
403397
- name: PARALLEL
404398
value: "true"
405399
# -race gets injected into the build of dynamically linked binaries during "kind build node-image".

0 commit comments

Comments
 (0)