This is an automated email from the ASF dual-hosted git repository. nnag pushed a commit to branch release/1.7.0 in repository https://gitbox.apache.org/repos/asf/geode.git
commit ab7e6e7500c2349f9c26e40535e793f5e1e408a8 Author: nabarun <[email protected]> AuthorDate: Wed Sep 5 10:15:12 2018 -0700 Disabling the the Windows test pipeline --- ci/pipelines/geode-build/jinja.template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/pipelines/geode-build/jinja.template.yml b/ci/pipelines/geode-build/jinja.template.yml index 720c33a..da4d13f 100644 --- a/ci/pipelines/geode-build/jinja.template.yml +++ b/ci/pipelines/geode-build/jinja.template.yml @@ -44,7 +44,7 @@ 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
