Skip to content

Commit 92eb597

Browse files
authored
GEODE-5212: new windows group on develop pipeline. (apache#2409)
Until builds are stable on Windows lets hide the jobs on the main pipeline and move them to a new group 'windows'
1 parent 72d393e commit 92eb597

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

ci/pipelines/geode-build/jinja.template.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,17 @@ groups:
4444
- name: main
4545
jobs:
4646
- {{ build_test.name }}
47-
{% for test in (tests + windowstests) if not test.name=="StressNew" -%}
47+
{% for test in (tests) if not test.name=="StressNew" -%}
4848
- {{test.name}}Test
4949
{% endfor -%}
5050
- UpdatePassingRef
5151
- PublishArtifacts
52+
- name: windows
53+
jobs:
54+
- {{ build_test.name }}
55+
{% for test in (windowstests) if not test.name=="StressNew" -%}
56+
- {{test.name}}Test
57+
{% endfor %}
5258

5359
resources:
5460
- name: send-notification-email

0 commit comments

Comments
 (0)