Skip to content

Commit 4a10d4d

Browse files
authored
Merge pull request #29932 from aojea/cpkind
cloud-provider-kind: skip tests known to fail
2 parents 1c25ce7 + dade8ed commit 4a10d4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/jobs/kubernetes-sigs/cloud-provider-kind/cloud-provider-kind-periodic.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ periodics:
8080
- name: FOCUS
8181
value: \[sig-network\]|\[Conformance\]
8282
- name: SKIP
83-
value: \[Feature:(Networking-IPv6|Example|Federation|PerformanceDNS)\]|GCE|NetworkPolicy|DualStack|LoadBalancer.Service.without.NodePort|type.and.ports.of.a.TCP.service|loadbalancer.source.ranges
83+
value: \[Feature:(Networking-IPv4|Example|Federation|PerformanceDNS)\]|GCE|NetworkPolicy|DualStack|LoadBalancer.Service.without.NodePort|type.and.ports.of.a.TCP.service|loadbalancer.source.ranges|Internet.connection.for.containers
8484
command:
8585
- wrapper.sh
8686
- bash

config/jobs/kubernetes-sigs/cloud-provider-kind/cloud-provider-kind-presubmits.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ presubmits:
8787
- name: FOCUS
8888
value: \[sig-network\]|\[Conformance\]
8989
- name: SKIP
90-
value: \[Feature:(Networking-IPv6|Example|Federation|PerformanceDNS)\]|GCE|NetworkPolicy|DualStack|LoadBalancer.Service.without.NodePort|type.and.ports.of.a.TCP.service|loadbalancer.source.ranges
90+
value: \[Feature:(Networking-IPv4|Example|Federation|PerformanceDNS)\]|GCE|NetworkPolicy|DualStack|LoadBalancer.Service.without.NodePort|type.and.ports.of.a.TCP.service|loadbalancer.source.ranges|Internet.connection.for.containers
9191
command:
9292
- wrapper.sh
9393
- bash

0 commit comments

Comments
 (0)