Skip to content

Commit 0385ecd

Browse files
authored
Run stable Java 26 as default JVM (#10613)
Run stable Java 26 as default JVM Remove print line Add comment about stable Co-authored-by: sarah.chen <sarah.chen@datadoghq.com>
1 parent 441b1c6 commit 0385ecd

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ variables:
3131
GRADLE_PLUGIN_PROXY: "https://depot-read-api-java.us1.ddbuild.io/magicmirror/magicmirror/@current/"
3232
BUILDER_IMAGE_VERSION_PREFIX: "v26.01-" # use either an empty string (e.g. "") for latest images or a version followed by a hyphen (e.g. "v25.05-")
3333
REPO_NOTIFICATION_CHANNEL: "#apm-java-escalations"
34-
DEFAULT_TEST_JVMS: /^(8|11|17|21|25)$/ # the latest "stable" version is LTS v25
34+
DEFAULT_TEST_JVMS: /^(8|11|17|21|25|stable)$/ # the latest "stable" version is 26
3535
PROFILE_TESTS:
3636
description: "Enable profiling of tests"
3737
value: "false"
@@ -62,15 +62,14 @@ workflow:
6262
- "17"
6363
- "21"
6464
- "25"
65-
- "26"
6665
- "semeru11"
6766
- "oracle8"
6867
- "zulu8"
6968
- "semeru8"
7069
- "ibm8"
7170
- "zulu11"
7271
- "semeru17"
73-
# - "stable"
72+
- "stable"
7473
CI_SPLIT: ["1/1"]
7574

7675
# Gitlab doesn't support "parallel" and "parallel:matrix" at the same time

0 commit comments

Comments
 (0)