Skip to content

Commit 4bf263d

Browse files
fixing kind job in CAPI for testing
Signed-off-by: Muhammad Adil Ghaffar <[email protected]>
1 parent dcde0aa commit 4bf263d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/jobs/kubernetes-sigs/cluster-api/cluster-api-main-presubmits.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ presubmits:
533533
testgrid-dashboards: sig-cluster-lifecycle-cluster-api
534534
testgrid-tab-name: capi-pr-e2e-latestk8s-main
535535
# network test against kubernetes master branch with `kind` ipv6
536-
- name: capi-kubernetes-kind-network-ipv6
536+
- name: capi-kubernetes-kind-network-dual
537537
cluster: eks-prow-build-cluster
538538
labels:
539539
preset-service-account: "true"
@@ -563,11 +563,11 @@ presubmits:
563563
value: "true"
564564
# tell kind CI script to use ipv6
565565
- name: "IP_FAMILY"
566-
value: "ipv6"
566+
value: "dual"
567567
- name: FOCUS
568568
value: \[sig-network\]|\[Conformance\]
569569
- name: SKIP
570-
value: Alpha|Beta|LoadBalancer|Disruptive|Flaky|Networking-IPv4|IPv6DualStack|Internet.connection|PerformanceDNS|upstream.nameserver|SCTPConnectivity
570+
value: Alpha|Beta|LoadBalancer|Disruptive|Flaky|Networking-IPv6|SCTPConnectivity
571571
# we need privileged mode in order to do docker in docker
572572
securityContext:
573573
privileged: true

0 commit comments

Comments
 (0)