Skip to content

Commit bfd2f76

Browse files
committed
Add stable image
1 parent c4e17f1 commit bfd2f76

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
@@ -29,7 +29,7 @@ variables:
2929
GRADLE_PLUGIN_PROXY: "http://artifactual.artifactual.all-clusters.local-dc.fabric.dog:8081/repository/gradle-plugin-portal-proxy/"
3030
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-")
3131
REPO_NOTIFICATION_CHANNEL: "#apm-java-escalations"
32-
DEFAULT_TEST_JVMS: /^(8|11|17|21)$/
32+
DEFAULT_TEST_JVMS: /^(8|11|17|21|stable)$/
3333
PROFILE_TESTS:
3434
description: "Enable profiling of tests"
3535
value: "false"
@@ -46,6 +46,7 @@ variables:
4646
- "11"
4747
- "17"
4848
- "21"
49+
- "stable"
4950
- "semeru11"
5051
- "oracle8"
5152
- "ubuntu17"
@@ -490,7 +491,7 @@ test_inst_latest:
490491
CACHE_TYPE: "latestDep"
491492
parallel:
492493
matrix:
493-
- testJvm: ["8", "17", "21" ]
494+
- testJvm: ["8", "17", "21", "stable"]
494495
# Gitlab doesn't support "parallel" and "parallel:matrix" at the same time
495496
# This emulates "parallel" by including it in the matrix
496497
CI_SPLIT: [ "1/6", "2/6", "3/6", "4/6", "5/6", "6/6"]
@@ -542,7 +543,7 @@ test_debugger:
542543
variables:
543544
GRADLE_TARGET: ":debuggerTest"
544545
CACHE_TYPE: "base"
545-
DEFAULT_TEST_JVMS: /^(8|11|17|21|semeru8)$/
546+
DEFAULT_TEST_JVMS: /^(8|11|17|21|stable|semeru8)$/
546547
parallel:
547548
matrix: *test_matrix
548549

0 commit comments

Comments
 (0)