Skip to content

Commit

Permalink
Setting RERUN_FAILURE flag to false in Grinder
Browse files Browse the repository at this point in the history
- RERUN_FAILURE flag to false
fixes : adoptium#5856
Signed-off-by: Denny Chacko Jacob<[email protected]>
  • Loading branch information
dennycjacob committed Jan 16, 2025
1 parent c42bb03 commit 22935fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions buildenv/jenkins/JenkinsfileBase
Original file line number Diff line number Diff line change
Expand Up @@ -1212,6 +1212,10 @@ def addGrinderLink() {
if (key == "LIGHT_WEIGHT_CHECKOUT") {
value = "false"
}
// Always set RERUN_FAILURE to false for Grinder Link
if (key == "RERUN_FAILURE"){
value = "false"
}
// Always set Parallel to None for Grinder link
if (key == "PARALLEL") {
value = "None"
Expand Down

0 comments on commit 22935fb

Please sign in to comment.