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
related : adoptium/aqa-tests adoptium#5856
Signed-off-by: Denny Chacko Jacob<[email protected]>
  • Loading branch information
Denny Chacko Jacob authored and dennycjacob committed Jan 15, 2025
1 parent c42bb03 commit ce2c91f
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 ce2c91f

Please sign in to comment.