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 2595760 GEODE-5668: No Windows jobs in PR pipeline
2595760 is described below
commit 25957601494d04a65491dc23f7c40e21ec386926
Author: Jens Deppe <[email protected]>
AuthorDate: Mon Sep 10 13:48:39 2018 -0700
GEODE-5668: No Windows jobs in PR pipeline
---
ci/pipelines/pull-request/jinja.template.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ci/pipelines/pull-request/jinja.template.yml
b/ci/pipelines/pull-request/jinja.template.yml
index e997c7d..2a993d0 100644
--- a/ci/pipelines/pull-request/jinja.template.yml
+++ b/ci/pipelines/pull-request/jinja.template.yml
@@ -128,7 +128,7 @@ jobs:
context: $BUILD_JOB_NAME
path: geode-unmerged-request
status: success
-{% for test in tests %}
+{% for test in tests if not test.name.startswith("Windows")%}
- name: {{test.name}}Test
public: true
plan: