JobsetEval: add the result of buildDiff to $c->stash
[?]
Jan 10, 2022, 6:54 PM
TAWRGHBBWX6S7YGLVHP6YHAPID42YZM3V7AKQVZJ2OXQWQOTEFVQCDependencies
- [2]
NYIIFA32BuildDiff: split out from JobsetEval GET impl - [3]
U4TD3AIQAdd support for viewing jobset evaluations - [4]
X46KWQFNFix incorrect removed jobs in eval pages - [5]
3PNG7NIBRemove trailing whitespace - [6]
2S7UHICMAllow filtering jobs in eval pages
Change contents
- replacement in src/lib/Hydra/Controller/JobsetEval.pm at line 70
buildDiff(@builds, @builds2);my $diff = buildDiff([@builds], [@builds2]);$c->stash->{stillSucceed} = $diff->{stillSucceed};$c->stash->{stillFail} = $diff->{stillFail};$c->stash->{nowSucceed} = $diff->{nowSucceed};$c->stash->{nowFail} = $diff->{nowFail};$c->stash->{new} = $diff->{new};$c->stash->{removed} = $diff->{removed};$c->stash->{unfinished} = $diff->{unfinished};$c->stash->{aborted} = $diff->{aborted};$c->stash->{failed} = $diff->{failed};