Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exclude Alpha|Beta features from pull-kubernetes-e2e-gce-network-poli…
…cies (#33451) * Exclude Alpha|Beta features from pull-kubernetes-e2e-gce-network-policies Follow up to #33450 This test still ran, despite excluding Alpha/Beta: ``` [sig-network] [Feature:ServiceCIDRs] [FeatureGate:MultiCIDRServiceAllocator] [Beta] [It] should create Services and serve on different Service CIDRs [sig-network, Feature:ServiceCIDRs, FeatureGate:MultiCIDRServiceAllocator, Feature:Beta] ``` I think the tags before and after the description are differnt, but I'm not sure why. Testing this locally seems to work, that one test is now excluded. I'm a little worried about the special characters in the command line, but unsure how to test those here. * Satisfy yaml parsing * Use ginkgo.label-filter as much as possible For the tests that I could, I moved from string matching (with ginkgo.skip) to label matching (with ginkgo.label-filter). A few tests don't have labels to match, so they remain being filtered out using ginkgo.label-filter * Update config/jobs/kubernetes/sig-network/sig-network-misc.yaml --------- Co-authored-by: Antonio Ojea <[email protected]>
- Loading branch information