Set build status to 1 if the primary build failed
[?]
May 9, 2013, 10:51 PM
6SGBF7JPJCFTO2N52RLU342XG5LECT7NR3W24U3GLJDRIF7VPHFQCDependencies
- [2]
JGLE5BRNAdd separate build step status codes for cached failures and timeouts - [3]
VI32YSGAI should test first - [4]
7YBYT2LQ - [5]
BD3GRK4B* Get rid of "positive failures" and separate log phases. - [6]
SIZ6KXPWSet the build status properly for failing local builds
Change contents
- replacement in src/script/hydra-build at line 263
if ($thisBuildFailed && $res == 100 << 8) { $buildStatus = 1; }elsif (!$thisBuildFailed && $someBuildFailed) { $buildStatus = 2; }if ($thisBuildFailed) { $buildStatus = 1; }elsif ($someBuildFailed) { $buildStatus = 2; }