This is an automated email from the ASF dual-hosted git repository.
onichols 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 24931b6 reduce PR checks to Java 11 only (#3598)
24931b6 is described below
commit 24931b6824118e645bc3e5ef992db12f9d5f8926
Author: Owen Nichols <[email protected]>
AuthorDate: Fri May 17 10:20:44 2019 -0700
reduce PR checks to Java 11 only (#3598)
---
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 41312fd..ec3ae62 100644
--- a/ci/pipelines/pull-request/jinja.template.yml
+++ b/ci/pipelines/pull-request/jinja.template.yml
@@ -208,7 +208,7 @@ jobs:
{% for test in tests if not test.name.startswith("Windows")%}
- {%- for java_test_version in (java_test_versions) %}
+ {%- for java_test_version in (java_test_versions) if not
java_test_version.name.endswith("JDK8") %}
- name: {{test.name}}Test{{java_test_version.name}}
public: true
plan: