File tree 1 file changed +42
-0
lines changed
config/jobs/kubernetes-sigs/cluster-api-provider-azure
1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change @@ -313,6 +313,48 @@ presubmits:
313
313
annotations :
314
314
testgrid-dashboards : sig-cluster-lifecycle-cluster-api-provider-azure
315
315
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
316
358
- name : pull-cluster-api-provider-azure-windows-containerd-upstream-with-ci-artifacts
317
359
path_alias : " sigs.k8s.io/cluster-api-provider-azure"
318
360
always_run : false
You can’t perform that action at this time.
0 commit comments