We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bafac24 commit 0e1da3eCopy full SHA for 0e1da3e
.gitlab-ci.yml
@@ -30,7 +30,7 @@ variables:
30
GRADLE_PLUGIN_PROXY: "http://artifactual.artifactual.all-clusters.local-dc.fabric.dog:8081/repository/gradle-plugin-portal-proxy/"
31
BUILDER_IMAGE_VERSION_PREFIX: "v25.07-" # use either an empty string (e.g. "") for latest images or a version followed by a hyphen (e.g. "v25.05-")
32
REPO_NOTIFICATION_CHANNEL: "#apm-java-escalations"
33
- DEFAULT_TEST_JVMS: /^(8|11|17|21|25|stable)$/
+ DEFAULT_TEST_JVMS: /^(8|11|17|21|stable)$/
34
PROFILE_TESTS:
35
description: "Enable profiling of tests"
36
value: "false"
0 commit comments