Skip to content

Commit

Permalink
Merge pull request #17705 from pshipton/splitsopenjdk
Browse files Browse the repository at this point in the history
(0.40) Split sanity.openjdk into 3 parallel jobs
  • Loading branch information
llxia committed Jun 29, 2023
2 parents 6eed053 + 6af54c5 commit 7319b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildenv/jenkins/common/pipeline-functions.groovy
Expand Up @@ -440,7 +440,7 @@ def workflow(SDK_VERSION, SPEC, SHAS, OPENJDK_REPO, OPENJDK_BRANCH, OPENJ9_REPO,
if (!SPEC.contains("valhalla")) {
DYNAMIC_COMPILE = true
}
} else if (testJobName.contains("sanity.system") || testJobName.contains("extended.system")) {
} else if (testJobName.contains("sanity.system") || testJobName.contains("extended.system") || testJobName.contains("sanity.openjdk")) {
PARALLEL = "Dynamic"
NUM_MACHINES = "3"
} else if (testJobName.contains("special.system")) {
Expand Down

0 comments on commit 7319b8d

Please sign in to comment.