This is an automated email from the ASF dual-hosted git repository.
rhoughton 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 a73800b702 GEODE-10378: Change PRs to default to JDK11 only (#7797)
a73800b702 is described below
commit a73800b7025d8d0ebfd40b7245c61a6cdb3ddda9
Author: Robert Houghton <[email protected]>
AuthorDate: Thu Jun 16 11:53:36 2022 -0700
GEODE-10378: Change PRs to default to JDK11 only (#7797)
Other JDK will be by request (label) only.
Authored-by: Robert Houghton <[email protected]>
---
.asf.yaml | 1 -
ci/pipelines/pull-request/jinja.template.yml | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index eaa4842535..734b2b5738 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -40,7 +40,6 @@ github:
- concourse-ci/api-check-test-openjdk11
- concourse-ci/build
- concourse-ci/unit-test-openjdk11
- - concourse-ci/unit-test-openjdk8
- "Analyze (java)"
- "Analyze (javascript)"
- "Analyze (python)"
diff --git a/ci/pipelines/pull-request/jinja.template.yml
b/ci/pipelines/pull-request/jinja.template.yml
index 83aa22b2b2..76f0e060d2 100644
--- a/ci/pipelines/pull-request/jinja.template.yml
+++ b/ci/pipelines/pull-request/jinja.template.yml
@@ -324,7 +324,7 @@ jobs:
- do:
- in_parallel:
- get: alpine-tools-image
-{%- if test.PLATFORM == "linux" and (java_test_version.version == 11 or
(java_test_version.version == 8 and (test.name == "unit" or test.name ==
"stress-new" or test.name == "distributed"))) %}
+{%- if test.PLATFORM == "linux" and java_test_version.version == 11 %}
- get: geode
{%- elif test.PLATFORM == "linux" and java_test_version.version == 17 %}
- get: geode