* Lower priority for stdenv jobs.
svn path=/nixpkgs/branches/stdenv-updates/; revision=33644
This commit is contained in:
parent
6f711ceb01
commit
6e195330d6
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ rec {
|
|||
prio = level: job: toJob job // { schedulingPriority = level; };
|
||||
|
||||
toJob = x: if builtins.isAttrs x then x else
|
||||
{ type = "job"; systems = x; schedulingPriority = 10; };
|
||||
{ type = "job"; systems = x; schedulingPriority = 5; };
|
||||
|
||||
/* Perform a job on the given set of platforms. The function `f' is
|
||||
called by Hydra for each platform, and should return some job
|
||||
|
|
Loading…
Reference in a new issue