@@ -421,6 +421,59 @@ presubmits:
421421 annotations :
422422 testgrid-dashboards : sig-windows-presubmit
423423 testgrid-tab-name : pull-e2e-capz-windows-extension
424+ - name : pull-e2e-capz-windows-2022-staging-gallery
425+ cluster : k8s-infra-prow-build
426+ decorate : true
427+ always_run : false
428+ optional : true
429+ decoration_config :
430+ timeout : 3h
431+ path_alias : k8s.io/windows-testing
432+ branches :
433+ - master
434+ labels :
435+ preset-dind-enabled : " true"
436+ preset-capz-windows-common : " true"
437+ preset-capz-containerd-2-0-latest : " true"
438+ preset-azure-community : " true"
439+ preset-capz-windows-2022 : " true"
440+ extra_refs :
441+ - org : kubernetes-sigs
442+ repo : cluster-api-provider-azure
443+ base_ref : main
444+ path_alias : sigs.k8s.io/cluster-api-provider-azure
445+ workdir : false
446+ - org : kubernetes-sigs
447+ repo : cloud-provider-azure
448+ base_ref : master
449+ path_alias : sigs.k8s.io/cloud-provider-azure
450+ workdir : false
451+ spec :
452+ serviceAccountName : azure
453+ containers :
454+ - image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20251021-e2c2c9806f-master
455+ command :
456+ - " runner.sh"
457+ - " env"
458+ - " KUBERNETES_VERSION=latest"
459+ - " ./capz/run-capz-e2e.sh"
460+ securityContext :
461+ privileged : true
462+ resources :
463+ requests :
464+ cpu : 2
465+ memory : " 9Gi"
466+ limits :
467+ cpu : 2
468+ memory : " 9Gi"
469+ env :
470+ - name : GINKGO_FOCUS
471+ value : \[sig-windows\] # run just a subset to speed up testing time
472+ - name : " GALLERY_NAME"
473+ value : " staging_gallery"
474+ annotations :
475+ testgrid-dashboards : sig-windows-presubmit
476+ testgrid-tab-name : pull-e2e-capz-windows-gallery-image
424477 - name : pull-e2e-capz-windows-2025-extension
425478 cluster : k8s-infra-prow-build
426479 decorate : true
@@ -473,6 +526,59 @@ presubmits:
473526 annotations :
474527 testgrid-dashboards : sig-windows-presubmit
475528 testgrid-tab-name : pull-e2e-capz-windows-extension-2025
529+ - name : pull-e2e-capz-windows-2025-staging-gallery
530+ cluster : k8s-infra-prow-build
531+ decorate : true
532+ always_run : false
533+ optional : true
534+ decoration_config :
535+ timeout : 3h
536+ path_alias : k8s.io/windows-testing
537+ branches :
538+ - master
539+ labels :
540+ preset-dind-enabled : " true"
541+ preset-capz-windows-common : " true"
542+ preset-capz-containerd-2-0-latest : " true"
543+ preset-azure-community : " true"
544+ preset-capz-windows-2025 : " true"
545+ extra_refs :
546+ - org : kubernetes-sigs
547+ repo : cluster-api-provider-azure
548+ base_ref : main
549+ path_alias : sigs.k8s.io/cluster-api-provider-azure
550+ workdir : false
551+ - org : kubernetes-sigs
552+ repo : cloud-provider-azure
553+ base_ref : master
554+ path_alias : sigs.k8s.io/cloud-provider-azure
555+ workdir : false
556+ spec :
557+ serviceAccountName : azure
558+ containers :
559+ - image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20251021-e2c2c9806f-master
560+ command :
561+ - " runner.sh"
562+ - " env"
563+ - " KUBERNETES_VERSION=latest"
564+ - " ./capz/run-capz-e2e.sh"
565+ securityContext :
566+ privileged : true
567+ resources :
568+ requests :
569+ cpu : 2
570+ memory : " 9Gi"
571+ limits :
572+ cpu : 2
573+ memory : " 9Gi"
574+ env :
575+ - name : GINKGO_FOCUS
576+ value : \[sig-windows\] # run just a subset to speed up testing time
577+ - name : " GALLERY_NAME"
578+ value : " staging_gallery"
579+ annotations :
580+ testgrid-dashboards : sig-windows-presubmit
581+ testgrid-tab-name : pull-e2e-capz-windows-2025-staging-gallery
476582 - name : pull-e2e-capz-windows-2022-extension-community-gke
477583 cluster : k8s-infra-prow-build
478584 decorate : true
0 commit comments