Commit bc28eb2 1 parent 14524c7 commit bc28eb2 Copy full SHA for bc28eb2
File tree 1 file changed +14
-2
lines changed
ci/pipelines/pull-request
1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ groups:
22
22
- name : main
23
23
jobs :
24
24
- {{ build_test.name }}
25
- {%- for test in tests if test.PLATFORM=="linux" %}
25
+ {%- for test in tests %}
26
26
{%- for java_test_version in (java_test_versions) if not java_test_version.name.endswith("JDK8") or test.name == "Unit" %}
27
27
- {{test.name}}Test{{java_test_version.name}}
28
28
{%- endfor %}
@@ -35,6 +35,14 @@ resources:
35
35
repository : {{repository.fork}}/geode
36
36
disable_ci_skip : false
37
37
skip_ssl_verification : false
38
+ - name : geode-windows
39
+ type : pull-request
40
+ source :
41
+ access_token : ((github-apachegeode-ci-read-only-token))
42
+ repository : {{repository.fork}}/geode
43
+ disable_ci_skip : false
44
+ skip_ssl_verification : false
45
+ labels : [windows]
38
46
- name : geode-status
39
47
type : pull-request
40
48
source :
@@ -250,15 +258,19 @@ jobs:
250
258
get_params : {skip_download: true}
251
259
252
260
253
- {% for test in tests if test.PLATFORM=="linux" %}
261
+ {% for test in tests %}
254
262
{%- for java_test_version in (java_test_versions) if not java_test_version.name.endswith("JDK8") or test.name == "Unit" %}
255
263
- name : {{test.name}}Test{{java_test_version.name}}
256
264
public : true
257
265
plan :
258
266
- do :
259
267
- aggregate :
260
268
- get : alpine-tools-image
269
+ {%- if test.PLATFORM=="linux" %}
261
270
- get : geode
271
+ {%- else %}
272
+ - get : geode-windows
273
+ {%- endif %}
262
274
trigger : true
263
275
version : every
264
276
attempts : 2
You can’t perform that action at this time.
0 commit comments