Restart: Clear failed dependencies
[?]
Oct 9, 2015, 1:39 PM
MR4QK7CESZDHDSAD54MMYNM33SU4IE6OS6SS73BWCEM3E4PB47ZACDependencies
- [2]
RYTQLATYKeep track of failed paths in the Hydra database - [3]
GSMOFPKFFix restarting a build - [4]
ATJ54SPXUse PostgreSQL notifications for queue events - [5]
H4KMCXGUUse triggers for all notifications on Builds table changes - [6]
UOINKJ2JAdd an action to cancel all builds in a jobset eval - [7]
J5ITV54PMake restartBuilds faster - [8]
VHV6GI4LAdd a jobset eval action to restart all aborted/cancelled builds - [*]
2GK5DOU7* Downloading closures.
Change contents
- replacement in src/lib/Hydra/Helper/Nix.pm at line 448
my @paths;my %paths; - replacement in src/lib/Hydra/Helper/Nix.pm at line 454
push @paths, $_->path foreach $build->buildoutputs->all;$paths{$_->path} = 1 foreach $build->buildoutputs->all;$paths{$_->path} = 1 foreach $build->buildstepoutputs->all; - replacement in src/lib/Hydra/Helper/Nix.pm at line 473
# FIXME: clear the dependencies?$db->resultset('FailedPaths')->search({ path => [ @paths ]})->delete;$db->resultset('FailedPaths')->search({ path => [ keys %paths ]})->delete;