Skip to content

Commit 393c9a2

Browse files
GEODE-8561: Add support to PR pipeline for running Windows checks (apache#5576)
1 parent 443cd2f commit 393c9a2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ci/pipelines/pull-request/jinja.template.yml

+7
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@ resources:
6969
repository: gcr.io/((gcp-project))/((pipeline-prefix))alpine-tools
7070
tag: latest
7171

72+
- name: windows-builder-image-family
73+
type: gci
74+
source:
75+
key: ((concourse-gcp-key))
76+
family_project: ((gcp-project))
77+
family: ((pipeline-prefix))windows-geode-builder
78+
7279
- name: linux-builder-image-family
7380
type: gci
7481
source:

0 commit comments

Comments
 (0)