Skip to content

Commit ef70d45

Browse files
committed
Add presubmit job for testing azl3
1 parent b2c821a commit ef70d45

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

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

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,51 @@ presubmits:
316316
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-azure
317317
testgrid-tab-name: capz-pr-conformance-main
318318
testgrid-alert-email: [email protected]
319+
- name: pull-cluster-api-provider-azure-conformance-azl3-with-ci-artifacts
320+
cluster: eks-prow-build-cluster
321+
path_alias: "sigs.k8s.io/cluster-api-provider-azure"
322+
always_run: false
323+
optional: true
324+
run_if_changed: 'test\/e2e\/conformance_test.go|templates\/test|^scripts\/|conformance.mk'
325+
decorate: true
326+
decoration_config:
327+
timeout: 4h
328+
max_concurrency: 5
329+
labels:
330+
preset-dind-enabled: "true"
331+
preset-kind-volume-mounts: "true"
332+
preset-azure-community: "true"
333+
branches:
334+
- ^main$
335+
spec:
336+
serviceAccountName: azure
337+
containers:
338+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250815-171060767f-1.32
339+
command:
340+
- runner.sh
341+
args:
342+
- ./scripts/ci-conformance.sh
343+
env:
344+
- name: E2E_ARGS
345+
value: "-kubetest.use-ci-artifacts"
346+
- name: CONFORMANCE_FLAVOR
347+
value: conformance-ci-artifacts-azl3
348+
- name: AZL3_VERSION
349+
value: "1.33.2"
350+
# docker-in-docker needs privileged mode
351+
securityContext:
352+
privileged: true
353+
resources:
354+
limits:
355+
cpu: 4
356+
memory: 9Gi
357+
requests:
358+
cpu: 4
359+
memory: 9Gi
360+
annotations:
361+
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-azure
362+
testgrid-tab-name: capz-pr-conformance-azl3-main
363+
testgrid-alert-email: [email protected]
319364
- name: pull-cluster-api-provider-azure-conformance-with-ci-artifacts
320365
cluster: eks-prow-build-cluster
321366
path_alias: "sigs.k8s.io/cluster-api-provider-azure"

0 commit comments

Comments
 (0)