This is an automated email from the ASF dual-hosted git repository.

sai_boorlagadda pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 92eb597  GEODE-5212: new windows group on develop pipeline. (#2409)
92eb597 is described below

commit 92eb597e252c9116d7486c46a2cf90dc5239c6a3
Author: Sai Boorlagadda <[email protected]>
AuthorDate: Tue Sep 4 16:21:29 2018 -0700

    GEODE-5212: new windows group on develop pipeline. (#2409)
    
       Until builds are stable on Windows lets hide
       the jobs on the main pipeline and move them to
       a new group 'windows'
---
 ci/pipelines/geode-build/jinja.template.yml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/ci/pipelines/geode-build/jinja.template.yml 
b/ci/pipelines/geode-build/jinja.template.yml
index 720c33a..c0459e8 100644
--- a/ci/pipelines/geode-build/jinja.template.yml
+++ b/ci/pipelines/geode-build/jinja.template.yml
@@ -44,11 +44,17 @@ groups:
 - name: main
   jobs:
   - {{ build_test.name }}
-  {% for test in (tests + windowstests) if not test.name=="StressNew" -%}
+  {% for test in (tests) if not test.name=="StressNew" -%}
   - {{test.name}}Test
   {% endfor -%}
   - UpdatePassingRef
   - PublishArtifacts
+- name: windows
+  jobs:
+  - {{ build_test.name }}
+  {% for test in (windowstests) if not test.name=="StressNew" -%}
+  - {{test.name}}Test
+  {% endfor %}
 
 resources:
 - name: send-notification-email

Reply via email to