Skip to content

Commit 7db61ea

Browse files
CAPZ: add dual stack ci test and fix ipv6 variable
1 parent a9489d9 commit 7db61ea

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

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

+44
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,8 @@ presubmits:
346346
value: "-kubetest.use-ci-artifacts"
347347
- name: IP_FAMILY
348348
value: "IPv6"
349+
- name: KUBERNETES_VERSION
350+
value: "latest-1.27" # workaround for https://github.com/kubernetes/kubernetes/issues/120999
349351
securityContext:
350352
privileged: true
351353
resources:
@@ -355,6 +357,48 @@ presubmits:
355357
annotations:
356358
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-azure
357359
testgrid-tab-name: capz-pr-conformance-ipv6-k8s-ci-main
360+
- name: pull-cluster-api-provider-azure-conformance-dual-stack-with-ci-artifacts
361+
path_alias: "sigs.k8s.io/cluster-api-provider-azure"
362+
always_run: false
363+
optional: true
364+
decorate: true
365+
decoration_config:
366+
timeout: 4h
367+
max_concurrency: 5
368+
labels:
369+
preset-dind-enabled: "true"
370+
preset-kind-volume-mounts: "true"
371+
preset-azure-cred-only: "true"
372+
preset-azure-anonymous-pull: "true"
373+
preset-azure-capz-sa-cred: "true"
374+
branches:
375+
- ^main$
376+
extra_refs:
377+
- org: kubernetes-sigs
378+
repo: cloud-provider-azure
379+
base_ref: master
380+
path_alias: sigs.k8s.io/cloud-provider-azure
381+
spec:
382+
containers:
383+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230727-ea685f8747-1.27
384+
command:
385+
- runner.sh
386+
args:
387+
- ./scripts/ci-conformance.sh
388+
env:
389+
- name: E2E_ARGS
390+
value: "-kubetest.use-ci-artifacts"
391+
- name: IP_FAMILY
392+
value: "dual"
393+
securityContext:
394+
privileged: true
395+
resources:
396+
requests:
397+
cpu: 2
398+
memory: "9Gi"
399+
annotations:
400+
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-azure
401+
testgrid-tab-name: capz-pr-conformance-dual-stack-k8s-ci-main
358402
- name: pull-cluster-api-provider-azure-windows-containerd-upstream-with-ci-artifacts
359403
path_alias: "sigs.k8s.io/cluster-api-provider-azure"
360404
always_run: false

0 commit comments

Comments
 (0)