Skip to content

Commit 3895d9e

Browse files
authored
Merge pull request #35883 from marosset/windows-vm-image-staging-northcentalus
Only run windows staging-gallery jobs in northcentalus
2 parents 5e61fd0 + 8175c37 commit 3895d9e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/jobs/kubernetes-sigs/sig-windows/release-master-windows-presubmits.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,8 @@ presubmits:
469469
env:
470470
- name: GINKGO_FOCUS
471471
value: \[sig-windows\] # run just a subset to speed up testing time
472+
- name: "AZURE_LOCATION"
473+
value: "northcentralus" # images in the staging gallery are only in northcentralus region
472474
- name: "GALLERY_NAME"
473475
value: "staging_gallery"
474476
annotations:
@@ -574,6 +576,8 @@ presubmits:
574576
env:
575577
- name: GINKGO_FOCUS
576578
value: \[sig-windows\] # run just a subset to speed up testing time
579+
- name: "AZURE_LOCATION"
580+
value: "northcentralus" # images in the staging gallery are only in northcentralus region
577581
- name: "GALLERY_NAME"
578582
value: "staging_gallery"
579583
annotations:

0 commit comments

Comments
 (0)