getQueuedBuilds(): Don't catch errors while loading a build from the queue
[?]
Jun 26, 2015, 7:06 PM
2AZSF326LF44FIXRMC3QU3D2TA3ZCNNAJYI23226GLMKVEGOPFUQCDependencies
- [2]
TKA75HWSRobustness - [3]
JAUB2FT5getQueuedBuilds(): Handle dependent builds first - [*]
24BMQDZAStart of single-process hydra-queue-runner
Change contents
- replacement in src/hydra-queue-runner/hydra-queue-runner.cc at line 722
printMsg(lvlError, format("while loading build %1%: %2%") % build->id % e.what());continue; // FIXME: retry later?e.addPrefix(format("while loading build %1%: ") % build->id);throw;