Skip to content

Commit 05d895d

Browse files
authored
Merge pull request #30933 from CecileRobertMichon/ipv6-conformance
Add CAPZ presubmit for ipv6 ci conformance
2 parents 1953ba7 + dc85482 commit 05d895d

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

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

+42
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,48 @@ presubmits:
313313
annotations:
314314
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-azure
315315
testgrid-tab-name: capz-pr-conformance-k8s-ci-main
316+
- name: pull-cluster-api-provider-azure-conformance-ipv6-with-ci-artifacts
317+
path_alias: "sigs.k8s.io/cluster-api-provider-azure"
318+
always_run: false
319+
optional: true
320+
decorate: true
321+
decoration_config:
322+
timeout: 4h
323+
max_concurrency: 5
324+
labels:
325+
preset-dind-enabled: "true"
326+
preset-kind-volume-mounts: "true"
327+
preset-azure-cred-only: "true"
328+
preset-azure-anonymous-pull: "true"
329+
preset-azure-capz-sa-cred: "true"
330+
branches:
331+
- ^main$
332+
extra_refs:
333+
- org: kubernetes-sigs
334+
repo: cloud-provider-azure
335+
base_ref: master
336+
path_alias: sigs.k8s.io/cloud-provider-azure
337+
spec:
338+
containers:
339+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230727-ea685f8747-1.27
340+
command:
341+
- runner.sh
342+
args:
343+
- ./scripts/ci-conformance.sh
344+
env:
345+
- name: E2E_ARGS
346+
value: "-kubetest.use-ci-artifacts"
347+
- name: IP_FAMILY
348+
value: "IPv6"
349+
securityContext:
350+
privileged: true
351+
resources:
352+
requests:
353+
cpu: 2
354+
memory: "9Gi"
355+
annotations:
356+
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-azure
357+
testgrid-tab-name: capz-pr-conformance-ipv6-k8s-ci-main
316358
- name: pull-cluster-api-provider-azure-windows-containerd-upstream-with-ci-artifacts
317359
path_alias: "sigs.k8s.io/cluster-api-provider-azure"
318360
always_run: false

0 commit comments

Comments
 (0)