Clear nrSucceeded when restarting a build
[?]
Apr 17, 2012, 9:34 AM
2UZJG6XTOBHA3UMWJ7DXNSWX5WKQK7ULCSFSIPSKNZHZ3WLSFUAQCDependencies
- [2]
MOX7XJ2EMerge the BuildSchedulingInfo table into the Builds table - [3]
A52HEFHQ* Allow builds to be restarted (if they failed with a transient error, - [4]
OSVLMLCQhydra: factored out build restart and - [*]
LBNVQXUB* Build the /build stuff in a separate controller. - [*]
OOQ2D3KC* Refactoring: move fetchInput out of hydra_scheduler into a separate
Change contents
- replacement in src/lib/Hydra/Controller/Build.pm at line 354
my $drvpath = $build->drvpath ;my $drvpath = $build->drvpath; - replacement in src/lib/Hydra/Controller/Build.pm at line 356
unless $build->finished && -f $drvpath ;unless $build->finished && -f $drvpath; - edit in src/lib/Hydra/Helper/AddBuilds.pm at line 971
# Reset the stats for the evals to which this build belongs.# !!! Should do this in a trigger.foreach my $m ($build->jobsetevalmembers->all) {$m->eval->update({nrsucceeded => undef});}