improve the error messages when invalid declarative jobsets are defined
[?]
Sep 11, 2018, 11:03 AM
HEZQ273SDMUIQFI3YWPDNSSIOYRFT3KWPOKCDCBYATBMGPLU4F6ACDependencies
- [2]
6WRGCITDEnable declarative projects. - [3]
VHV6GI4LAdd a jobset eval action to restart all aborted/cancelled builds - [4]
CHI2EHBJdeclarative projects: Pull jobset spec build from the remote store - [*]
OOQ2D3KC* Refactoring: move fetchInput out of hydra_scheduler into a separate
Change contents
- replacement in src/lib/Hydra/Helper/AddBuilds.pm at line 79
updateDeclarativeJobset($db, $project, $jobsetName, $spec);eval {updateDeclarativeJobset($db, $project, $jobsetName, $spec);};if ($@) {print STDERR "ERROR: failed to process declarative jobset ", $project->name, ":${jobsetName}, ", $@, "\n";}