Skip to content

Commit 3d27813

Browse files
committed
SIG testing: clean up alpha/beta presubmits
It should no longer be necessary to skip specific tests. If they fail, then they are either broken and we want to know, or they are not labeled correctly and we want to fix that. This intentionally only changes the presubmits for a trial run in a test PR. If that works, the periodics need to be updated accordingly.
1 parent f2d68aa commit 3d27813

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)