Skip to content

Commit

Permalink
Merge pull request #33440 from aojea/ginkgo_filter_network
Browse files Browse the repository at this point in the history
test migration from ginkgo regexes to ginkgo labels
  • Loading branch information
k8s-ci-robot authored Sep 8, 2024
2 parents 34588ef + 00909b0 commit ba30036
Showing 1 changed file with 4 additions and 6 deletions.
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"
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
Expand Down

0 comments on commit ba30036

Please sign in to comment.