Skip to content

Commit 875b138

Browse files
authored
Merge pull request #35884 from marosset/windows-staging-image-name
Windows jobs update image names for vm image staging jobs
2 parents 3895d9e + 6e5f5b9 commit 875b138

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,8 @@ presubmits:
471471
value: \[sig-windows\] # run just a subset to speed up testing time
472472
- name: "AZURE_LOCATION"
473473
value: "northcentralus" # images in the staging gallery are only in northcentralus region
474+
- name: "GALLERY_IMAGE_NAME"
475+
value: "capi-windows-2022-containerd"
474476
- name: "GALLERY_NAME"
475477
value: "staging_gallery"
476478
annotations:
@@ -543,7 +545,6 @@ presubmits:
543545
preset-capz-windows-common: "true"
544546
preset-capz-containerd-2-0-latest: "true"
545547
preset-azure-community: "true"
546-
preset-capz-windows-2025: "true"
547548
extra_refs:
548549
- org: kubernetes-sigs
549550
repo: cluster-api-provider-azure
@@ -578,6 +579,8 @@ presubmits:
578579
value: \[sig-windows\] # run just a subset to speed up testing time
579580
- name: "AZURE_LOCATION"
580581
value: "northcentralus" # images in the staging gallery are only in northcentralus region
582+
- name: "GALLERY_IMAGE_NAME"
583+
value: "capi-windows-2025-containerd"
581584
- name: "GALLERY_NAME"
582585
value: "staging_gallery"
583586
annotations:

0 commit comments

Comments
 (0)