@@ -864,3 +864,65 @@ presubmits:
864864 annotations :
865865 testgrid-dashboards : sig-windows-presubmit
866866 testgrid-tab-name : pull-e2e-capz-windows-validate-pr-templates
867+ - name : pull-e2e-capz-windows-2022-azure-file
868+ cluster : k8s-infra-prow-build
869+ decorate : true
870+ always_run : false
871+ optional : true
872+ decoration_config :
873+ timeout : 3h
874+ path_alias : k8s.io/windows-testing
875+ branches :
876+ - master
877+ labels :
878+ preset-dind-enabled : " true"
879+ preset-capz-windows-common : " true"
880+ preset-capz-containerd-2-0-latest : " true"
881+ preset-azure-community : " true"
882+ preset-capz-windows-2022 : " true"
883+ extra_refs :
884+ - org : kubernetes-sigs
885+ repo : cluster-api-provider-azure
886+ base_ref : main
887+ path_alias : sigs.k8s.io/cluster-api-provider-azure
888+ workdir : false
889+ - org : kubernetes-sigs
890+ repo : cloud-provider-azure
891+ base_ref : master
892+ path_alias : sigs.k8s.io/cloud-provider-azure
893+ workdir : false
894+ - org : kubernetes-sigs
895+ repo : azurefile-csi-driver
896+ base_ref : master
897+ path_alias : sigs.k8s.io/azurefile-csi-driver
898+ workdir : false
899+ spec :
900+ serviceAccountName : azure
901+ containers :
902+ - image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20251202-27e1f5f482-master
903+ command :
904+ - " runner.sh"
905+ - " env"
906+ - " KUBERNETES_VERSION=latest"
907+ - " ./capz/run-capz-e2e.sh"
908+ args :
909+ - bash
910+ - -c
911+ - >-
912+ cd ${GOPATH}/src/sigs.k8s.io/azurefile-csi-driver &&
913+ make e2e-test
914+ securityContext :
915+ privileged : true
916+ resources :
917+ requests :
918+ cpu : 2
919+ memory : " 9Gi"
920+ limits :
921+ cpu : 2
922+ memory : " 9Gi"
923+ env :
924+ - name : DISABLE_ZONE # azurefile-csi-driver config
925+ value : " true"
926+ annotations :
927+ testgrid-dashboards : sig-windows-presubmit
928+ testgrid-tab-name : pull-e2e-capz-windows-2022-azure-file
0 commit comments