[green-dragon] fix test param in triggered bisection jobs (#181962)
Fix the usage of our skip_tests parm
This commit is contained in:
@@ -132,7 +132,7 @@ pipeline {
|
||||
string(name: 'BISECT_GOOD', value: stepInfo.bisection_range.current_good),
|
||||
string(name: 'BISECT_BAD', value: stepInfo.bisection_range.current_bad),
|
||||
booleanParam(name: 'IS_BISECT_JOB', value: true),
|
||||
booleanParam(name: 'SKIP_TESTS', value: params.RUN_TESTS),
|
||||
booleanParam(name: 'SKIP_TESTS', value: !params.RUN_TESTS),
|
||||
booleanParam(name: 'SKIP_TRIGGER', value: true)
|
||||
],
|
||||
propagate: false,
|
||||
|
||||
Reference in New Issue
Block a user