Skip to content

Commit d56e9ce

Browse files
committed
Add stable image
1 parent ff2b2e9 commit d56e9ce

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ variables:
3333
GRADLE_PLUGIN_PROXY: "http://artifactual.artifactual.all-clusters.local-dc.fabric.dog:8081/repository/gradle-plugin-portal-proxy/"
3434
BUILDER_IMAGE_VERSION_PREFIX: "" # use either an empty string (e.g. "") for latest images or a version followed by a hyphen (e.g. "v25.05-")
3535
REPO_NOTIFICATION_CHANNEL: "#apm-java-escalations"
36-
DEFAULT_TEST_JVMS: /^(8|11|17|21)$/
36+
DEFAULT_TEST_JVMS: /^(8|11|17|21|stable)$/
3737
PROFILE_TESTS:
3838
description: "Enable profiling of tests"
3939
value: "false"
@@ -50,6 +50,7 @@ variables:
5050
- "11"
5151
- "17"
5252
- "21"
53+
- "stable"
5354
- "semeru11"
5455
- "oracle8"
5556
- "zulu8"
@@ -544,7 +545,7 @@ test_inst_latest:
544545
CACHE_TYPE: "latestDep"
545546
parallel:
546547
matrix:
547-
- testJvm: ["8", "17", "21" ]
548+
- testJvm: ["8", "17", "21", "stable"]
548549
# Gitlab doesn't support "parallel" and "parallel:matrix" at the same time
549550
# This emulates "parallel" by including it in the matrix
550551
CI_SPLIT: [ "1/6", "2/6", "3/6", "4/6", "5/6", "6/6"]
@@ -596,7 +597,7 @@ test_debugger:
596597
variables:
597598
GRADLE_TARGET: ":debuggerTest"
598599
CACHE_TYPE: "base"
599-
DEFAULT_TEST_JVMS: /^(8|11|17|21|semeru8)$/
600+
DEFAULT_TEST_JVMS: /^(8|11|17|21|stable|semeru8)$/
600601
parallel:
601602
matrix: *test_matrix
602603

0 commit comments

Comments
 (0)