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 2e25206 GEODE-5668: Groups should not reference Windows jobs in PR
pipeline
2e25206 is described below
commit 2e2520694e943b20293f679895f354f5bebecbed
Author: Jens Deppe <[email protected]>
AuthorDate: Mon Sep 10 13:55:32 2018 -0700
GEODE-5668: Groups should not reference 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 2a993d0..43d6873 100644
--- a/ci/pipelines/pull-request/jinja.template.yml
+++ b/ci/pipelines/pull-request/jinja.template.yml
@@ -22,7 +22,7 @@ groups:
- name: main
jobs:
- Build
-{%- for test in tests %}
+{%- for test in tests if not test.name.startswith("Windows") %}
- {{test.name}}Test
{%- endfor %}
resources: