Skip to content

Commit

Permalink
Enable RERUN_FAILURE for AQA test builds (adoptium#1178)
Browse files Browse the repository at this point in the history
resolves: adoptium#1177

Signed-off-by: Lan Xia <[email protected]>
  • Loading branch information
llxia committed Jan 8, 2025
1 parent f334a05 commit 896c884
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 @@ -516,6 +516,7 @@ class Build {
context.string(name: 'VENDOR_TEST_REPOS', value: vendorTestRepos),
context.string(name: 'VENDOR_TEST_BRANCHES', value: vendorTestBranches),
context.string(name: 'VENDOR_TEST_DIRS', value: vendorTestDirs),
context.booleanParam(name: 'RERUN_FAILURE', value: true),
context.string(name: 'RERUN_ITERATIONS', value: "${rerunIterations}")
]

Expand Down

0 comments on commit 896c884

Please sign in to comment.