Skip to content

Commit

Permalink
Add CAPZ presubmit for ipv6 ci conformance
Browse files Browse the repository at this point in the history
  • Loading branch information
CecileRobertMichon committed Oct 3, 2023
1 parent ea58ee8 commit 25da43f
Showing 1 changed file with 43 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,49 @@ presubmits:
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-azure
testgrid-tab-name: capz-pr-conformance-k8s-ci-main
- name: pull-cluster-api-provider-azure-conformance-ipv6-with-ci-artifacts
path_alias: "sigs.k8s.io/cluster-api-provider-azure"
always_run: false
optional: true
decorate: true
run_if_changed: 'test\/e2e|templates\/test|scripts\/ci-conformance.sh|Makefile'
decoration_config:
timeout: 4h
max_concurrency: 5
labels:
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
preset-azure-cred-only: "true"
preset-azure-anonymous-pull: "true"
preset-azure-capz-sa-cred: "true"
branches:
- ^main$
extra_refs:
- org: kubernetes-sigs
repo: cloud-provider-azure
base_ref: master
path_alias: sigs.k8s.io/cloud-provider-azure
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230727-ea685f8747-1.27
command:
- runner.sh
args:
- ./scripts/ci-conformance.sh
env:
- name: E2E_ARGS
value: "-kubetest.use-ci-artifacts"
- name: IPV6
value: "true"
securityContext:
privileged: true
resources:
requests:
cpu: 2
memory: "9Gi"
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-azure
testgrid-tab-name: capz-pr-conformance-ipv6-k8s-ci-main
- name: pull-cluster-api-provider-azure-windows-containerd-upstream-with-ci-artifacts
path_alias: "sigs.k8s.io/cluster-api-provider-azure"
always_run: false
Expand Down

0 comments on commit 25da43f

Please sign in to comment.