Skip to content

Commit b6f8cc8

Browse files
GEODE-9717: fix to ensure all required PR check jobs are present (#6983)
1 parent 198cc40 commit b6f8cc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/pipelines/pull-request/jinja.template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ jobs:
290290
- do:
291291
- in_parallel:
292292
- get: alpine-tools-image
293-
{%- if test.PLATFORM == "linux" and (java_test_version.name.endswith("jdk11") or test.name == "stress-new" or test.name == "distributed") %}
293+
{%- if test.PLATFORM == "linux" and (java_test_version.name.endswith("jdk11") or test.name == "unit" or test.name == "stress-new" or test.name == "distributed") %}
294294
- get: geode
295295
{%- elif test.PLATFORM == "linux" %}
296296
- get: geode

ci/pipelines/shared/jinja.variables.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ tests:
105105
EXECUTE_TEST_TIMEOUT: 30m
106106
GRADLE_TASK: test
107107
MAX_IN_FLIGHT: 1
108-
ONLY_JDK: 8
109108
PARALLEL_DUNIT: 'false'
110109
PARALLEL_GRADLE: 'true'
111110
PLATFORM: linux
@@ -243,6 +242,7 @@ tests:
243242
EXECUTE_TEST_TIMEOUT: 6h
244243
GRADLE_TASK: test
245244
MAX_IN_FLIGHT: 1
245+
ONLY_JDK: 11
246246
PARALLEL_DUNIT: 'false'
247247
PLATFORM: windows
248248
RAM: '10'

0 commit comments

Comments
 (0)