Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CAPZ presubmit for ipv6 ci conformance #30933

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,48 @@ 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
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: IP_FAMILY
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the main difference between this job and the one above (pull-cluster-api-provider-azure-conformance-with-ci-artifacts)

value: "IPv6"
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