* Lower priority for stdenv jobs.

svn path=/nixpkgs/branches/stdenv-updates/; revision=33644
This commit is contained in:
Eelco Dolstra 2012-04-06 11:19:48 +00:00
parent 6f711ceb01
commit 6e195330d6

View file

@ -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