Skip to content

Commit 2135880

Browse files
committed
Exclude Alpha and Beta tests from k8s-infra-prow-build
Ref: kubernetes/kubernetes#127167
1 parent 63a2af4 commit 2135880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/jobs/kubernetes/sig-network/sig-network-misc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ presubmits:
112112
- --provider=gce
113113
# Skipping snat tests probably GCE related? https://github.com/kubernetes/test-infra/issues/20321
114114
# Skipping Cloud Provider specific tests: LoadBalancer, ESIPP (Source IP Preservation)
115-
- --test_args=--ginkgo.focus=\[sig-network\]|\[Conformance\]|\[Feature:NetworkPolicy\]|\[Feature:NetworkPolicyEndPort\] --ginkgo.skip=\[Feature:(Networking-IPv6|Example|Federation|PerformanceDNS|KubeProxyDaemonSetMigration|ServiceCIDRs|SCTPConnectivity)\]|DualStack|GCE|Disruptive|Serial|SNAT|LoadBalancer|ESIPP
115+
- --test_args=--ginkgo.focus=\[sig-network\]|\[Conformance\]|\[Feature:NetworkPolicy\]|\[Feature:NetworkPolicyEndPort\] --ginkgo.skip=\[Feature:(Alpha|Beta|Networking-IPv6|Example|Federation|PerformanceDNS|KubeProxyDaemonSetMigration|SCTPConnectivity)\]|DualStack|GCE|Disruptive|Serial|SNAT|LoadBalancer|ESIPP
116116
- --timeout=100m
117117
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240803-cf1183f2db-master
118118
resources:

0 commit comments

Comments
 (0)