Skip to content

Commit

Permalink
Exclude Alpha and Beta tests from k8s-infra-prow-build
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianmoisey committed Sep 10, 2024
1 parent 63a2af4 commit 2135880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/jobs/kubernetes/sig-network/sig-network-misc.yaml
Original file line number Diff line number Diff line change
@@ -112,7 +112,7 @@ presubmits:
- --provider=gce
# Skipping snat tests probably GCE related? https://github.com/kubernetes/test-infra/issues/20321
# Skipping Cloud Provider specific tests: LoadBalancer, ESIPP (Source IP Preservation)
- --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
- --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
- --timeout=100m
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240803-cf1183f2db-master
resources:

0 comments on commit 2135880

Please sign in to comment.