Create failed build steps for cached failures
[?]
Jun 18, 2015, 2:35 AM
LXB6WEYK4OAMPHUF6OZCIXMCITKU7L2INI4W3GYJTM4G24FRWWHQCDependencies
- [2]
OCZ4LSGGAutomatically retry aborted builds - [3]
RYTQLATYKeep track of failed paths in the Hydra database - [4]
MSIHMO45Tweak build steps - [*]
24BMQDZAStart of single-process hydra-queue-runner
Change contents
- replacement in src/hydra-queue-runner/hydra-queue-runner.cc at line 1162
if (!cachedFailure && !retry) {if (!retry) { - replacement in src/hydra-queue-runner/hydra-queue-runner.cc at line 1164
/* Create failed build steps for every build that dependson this. *//* Create failed build steps for every build thatdepends on this. For cached failures, only create astep for builds that don't have this step astop-level (otherwise the user won't be able to seewhat caused the build to fail). */ - edit in src/hydra-queue-runner/hydra-queue-runner.cc at line 1171
if (cachedFailure && build2->drvPath == step->drvPath) continue;