Skip to content

Commit

Permalink
Merge pull request adoptium#263 from llxia/rerun
Browse files Browse the repository at this point in the history
Enable RERUN_FAILURE for nightly/weekly runs
  • Loading branch information
LongyuZhang authored Jan 6, 2025
2 parents 2280093 + 99aba87 commit a5d2536
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipelines/build/common/openjdk_build_pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,7 @@ class Build {
context.string(name: 'VENDOR_TEST_REPOS', value: VENDOR_TEST_REPOS),
context.string(name: 'VENDOR_TEST_BRANCHES', value: VENDOR_TEST_BRANCHES),
context.string(name: 'VENDOR_TEST_DIRS', value: VENDOR_TEST_DIRS),
context.booleanParam(name: 'RERUN_FAILURE', value: true),
context.string(name: 'RERUN_ITERATIONS', value: "${rerunIterations}"),
context.string(name: 'RELATED_NODES', value: relatedNodeLabel),
context.string(name: 'ADDITIONAL_ARTIFACTS_REQUIRED', value: additionalArtifactsRequired),
Expand Down

0 comments on commit a5d2536

Please sign in to comment.