Add a dependency_lookup configuration option to enable (slow) dependency lookup in queue. This behaviour was disabled temporarily in accefbb79 due to slowness in very large queues, but some people might be dependent on it, so it is configurable until the previous behaviour is implemented more efficiently.
[?]
Oct 3, 2013, 9:09 AM
J4AJQ6RXK3DCKTCRXNBWG3Y2K6PRPJU5AY4UPQIGV3L6LXMOS3NACDependencies
- [2]
LSPRR4TKhydra-queue-runner: Disable findBuildDependencyInQueue for now - [3]
TPSCSZKXSpeed up findBuildDependencyInQueue - [4]
OV7F5M3EMerge branch 'queue-17' - [5]
WTUBAA5Qhydra-queue-runner: Handle restarted builds whose derivation is gone - [6]
YEXD7CBKFix findBuildDependencyInQueue - [*]
7YBYT2LQ
Change contents
- edit in src/script/hydra-queue-runner at line 22[8.7967][8.7967]
my $config = getHydraConfig(); - replacement in src/script/hydra-queue-runner at line 52
return undef; # FIXMEreturn undef if !($config->{dependency_lookup} // 0); # FIXME