Jobset eval page: Show all aborted builds under the "aborted jobs" tab
[?]
Oct 4, 2013, 2:36 PM
EAN5HLLRVFRKBM23UO4YGODPWUJLOOKXDEPLQ572NA7UIFI4VVZQCDependencies
- [2]
K7V2CCD7Fix an uninitialized value warning - [3]
L7NUCXKSShow new and removed jobs - [4]
WZZOOYCHShow queued builds in jobset evaluation pages - [5]
RHUAFTJAShow aborted/cancelled builds separately in jobset eval pages - [6]
DE2DNCOIAllow comparing an evaluation with an arbitrary other evaluation - [*]
U4TD3AIQAdd support for viewing jobset evaluations
Change contents
- edit in src/lib/Hydra/Controller/JobsetEval.pm at line 85[8.2660][8.2660]
if ($build->finished != 0 && ($build->buildstatus == 3 || $build->buildstatus == 4)) {push @{$c->stash->{aborted}}, $build;next;} - replacement in src/lib/Hydra/Controller/JobsetEval.pm at line 98
if ($build->finished != 0 && ($build->buildstatus == 3 || $build->buildstatus == 4)) {push @{$c->stash->{aborted}}, $build;} elsif ($build->finished == 0 || $build2->finished == 0) {if ($build->finished == 0 || $build2->finished == 0) {