* Prevent repeated evaluation of a jobset with the same inputs. This
should make the Hydra scheduler a lot less CPU-intensive, since it won't run hydra_eval_jobs all the time.
This commit is contained in:
@ -8,7 +8,7 @@ use IPC::Run;
|
||||
use Hydra::Helper::Nix;
|
||||
|
||||
our @ISA = qw(Exporter);
|
||||
our @EXPORT = qw(fetchInput evalJobs checkBuild);
|
||||
our @EXPORT = qw(fetchInput evalJobs checkBuild inputsToArgs);
|
||||
|
||||
|
||||
sub getStorePathHash {
|
||||
|
Reference in New Issue
Block a user