@@ -316,6 +316,51 @@ presubmits:
316
316
testgrid-dashboards : sig-cluster-lifecycle-cluster-api-provider-azure
317
317
testgrid-tab-name : capz-pr-conformance-main
318
318
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]
319
364
- name : pull-cluster-api-provider-azure-conformance-with-ci-artifacts
320
365
cluster : eks-prow-build-cluster
321
366
path_alias : " sigs.k8s.io/cluster-api-provider-azure"
0 commit comments