Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test migration from ginkgo regexes to ginkgo labels #33440

Merged
merged 2 commits into from
Sep 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions config/jobs/kubernetes/sig-network/sig-network-kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ presubmits:
env:
- name: BUILD_TYPE
value: docker
- name: FOCUS
value: \[Conformance\]|DualStack
- name: LABEL_FILTER
value: "(Conformance || sig-network ) && Feature: isSubsetOf IPv6DualStack && !Feature: containsAny {Alpha, Beta} && !Disruptive && !Flaky"
- name: PARALLEL
value: "true"
# enable IPV6 in bootstrap image
Expand Down Expand Up @@ -192,12 +192,10 @@ presubmits:
env:
- name: PARALLEL
value: "true"
- name: FOCUS
value: \[sig-network\]|\[Conformance\]
- name: KUBE_PROXY_MODE
value: "nftables"
- name: SKIP
value: \[Feature:(Networking-IPv6|Example|Federation|PerformanceDNS|ServiceCIDRs)\]|LB.health.check|LoadBalancer|load.balancer|GCE|NetworkPolicy|DualStack
- name: LABEL_FILTER
value: "(Conformance || sig-network ) && !Feature: containsAny {Alpha, Beta, Networking-IPv6, Example, Federation, PerformanceDNS, LoadBalancer} && !Disruptive && !Flaky"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

based on this https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/127167/pull-kubernetes-e2e-kind-nftables/1832871323144032256
@adrianmoisey can you send a PR that adds IPv6DualStack here, to the list of Features?

# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
Expand Down