JobsetEval: allow restarting failed builds even with no eval to compare to
[?]
Jan 7, 2022, 8:33 PM
LOFYJAHGCPDNP2IIEG6BPJCDK5QGZ3D4SJ2KT5ZZIDJ2KHJHVW5QCDependencies
- [2]
JWFZGHKPJobset eval page: Fix handling of aborted/cancelled builds - [3]
SWXX2O4AUpdate boostrap to latest 4.3.1 - [4]
AR5EHCUFAdd action to restart all failed builds in an eval - [5]
MZ63OVKPAllow bumping an entire evaluation to the front of the queue - [*]
U4TD3AIQAdd support for viewing jobset evaluations - [*]
RHUAFTJAShow aborted/cancelled builds separately in jobset eval pages
Change contents
- edit in src/lib/Hydra/Controller/JobsetEval.pm at line 86[8.249][7.2610]
$c->stash->{failed} = []; - edit in src/lib/Hydra/Controller/JobsetEval.pm at line 122
}if ($build->buildstatus != 0) {push @{$c->stash->{failed}}, $build; - replacement in src/root/jobset-eval.tt at line 54
[% IF aborted.size > 0 || stillFail.size > 0 || nowFail.size > 0 %][% IF aborted.size > 0 || stillFail.size > 0 || nowFail.size > 0 || failed.size > 0 %]