Skip to content

Commit

Permalink
Add RELATED_NODES to template (#4349)
Browse files Browse the repository at this point in the history
Signed-off-by: Mesbah Alam <[email protected]>
  • Loading branch information
Mesbah-Alam authored Feb 16, 2023
1 parent 19544d6 commit a9871f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildenv/jenkins/testJobTemplate
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ if (!binding.hasVariable('GENERATE_JOBS')) GENERATE_JOBS = false
if (!binding.hasVariable('CLOUD_PROVIDER')) CLOUD_PROVIDER = ""
if (!binding.hasVariable('RERUN_ITERATIONS')) RERUN_ITERATIONS = "0"
if (!binding.hasVariable('JENKINS_KEY')) JENKINS_KEY = ""
if (!binding.hasVariable('RELATED_NODES')) RELATED_NODES = ""

if (!binding.hasVariable('BUILDS_TO_KEEP')) {
BUILDS_TO_KEEP = 10
Expand Down Expand Up @@ -444,6 +445,7 @@ ARCH_OS_LIST.each { ARCH_OS ->
stringParam('RERUN_ITERATIONS', RERUN_ITERATIONS, "Optional. Number of times to repeat execution of failed test target(s).")
booleanParam('SETUP_JCK_RUN', SETUP_JCK_RUN.toBoolean(), "setup jdk during release for jck interactive run")
stringParam('JENKINS_KEY', JENKINS_KEY, "Optional. Only use this for Multi-node Compiler TCK tests")
stringParam('RELATED_NODES', RELATED_NODES, "Optional. Only use this for reserving secondary nodes other than current")
}
cpsScm {
scm {
Expand Down

0 comments on commit a9871f7

Please sign in to comment.