This is an automated email from the ASF dual-hosted git repository.
jensdeppe 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 e36a9c3 GEODE-5668: PublishArtifacts does not depend on Windows jobs
e36a9c3 is described below
commit e36a9c36430a2fea12a93161c86362ee659bc5a1
Author: Jens Deppe <[email protected]>
AuthorDate: Mon Sep 10 13:53:06 2018 -0700
GEODE-5668: PublishArtifacts does not depend on Windows jobs
---
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 35eef76..8383349 100644
--- a/ci/pipelines/geode-build/jinja.template.yml
+++ b/ci/pipelines/geode-build/jinja.template.yml
@@ -267,7 +267,7 @@ jobs:
plan:
- get: geode
passed:
- {% for test in tests if not test.name=="StressNew" -%}
+ {% for test in tests if not (test.name=="StressNew" or
test.name.startswith("Windows"))-%}
- {{test.name}}Test
{% endfor %}
trigger: true