Jobsets: add a supportsDynamicRunCommand which also checks the project's dynamic runcommand support
This commit is contained in:
@ -71,11 +71,7 @@ sub isBuildEligibleForDynamicRunCommand {
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (! $build->jobset->enable_dynamic_run_command) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (! $build->project->supportsDynamicRunCommand()) {
|
||||
if (! $build->jobset->supportsDynamicRunCommand()) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user