Create build step for non-top-level cached failures
[?]
Jun 19, 2015, 9:33 AM
E7WP35SFE6G3UWCYUH7HLUUIXSVXPPQ5BQVYS6OD6IMIK7EX25CACDependencies
- [2]
HUUZFPPKFix race between the queue monitor and the builder threads - [3]
HPJKBFZ4Handle concurrent finishing of the same build - [4]
OCZ4LSGGAutomatically retry aborted builds - [*]
24BMQDZAStart of single-process hydra-queue-runner
Change contents
- replacement in src/hydra-queue-runner/hydra-queue-runner.cc at line 1227
if (build == build2) continue;if (cachedFailure && build2->drvPath == step->drvPath) continue;if ((cachedFailure && build2->drvPath == step->drvPath) ||(!cachedFailure && build == build2))continue;