Jobset eval page: Show all aborted builds under the "aborted jobs" tab

[?]
Oct 4, 2013, 2:36 PM
EAN5HLLRVFRKBM23UO4YGODPWUJLOOKXDEPLQ572NA7UIFI4VVZQC

Dependencies

  • [2] K7V2CCD7 Fix an uninitialized value warning
  • [3] WZZOOYCH Show queued builds in jobset evaluation pages
  • [4] RHUAFTJA Show aborted/cancelled builds separately in jobset eval pages
  • [5] L7NUCXKS Show new and removed jobs
  • [6] DE2DNCOI Allow comparing an evaluation with an arbitrary other evaluation
  • [*] U4TD3AIQ Add 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
    [3.1558][2.0:103](),[2.103][3.326:460](),[3.326][3.326:460]()
    if ($build->finished != 0 && ($build->buildstatus == 3 || $build->buildstatus == 4)) {
    push @{$c->stash->{aborted}}, $build;
    } elsif ($build->finished == 0 || $build2->finished == 0) {
    [3.1558]
    [3.106]
    if ($build->finished == 0 || $build2->finished == 0) {