* The scheduling priority for the nixpkgs trunk should be higher than

the stdenv branch.

svn path=/nixpkgs/trunk/; revision=20470
This commit is contained in:
Eelco Dolstra 2010-03-08 10:29:53 +00:00
parent 4983b6d87c
commit 596b70a208
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ let
prio = level: job: toJob job // { schedulingPriority = level; };
toJob = x: if builtins.isAttrs x then x else
{ type = "job"; systems = x; schedulingPriority = 5; };
{ type = "job"; systems = x; schedulingPriority = 10; };
/* Perform a job on the given set of platforms. The function `f' is
called by Hydra for each platform, and should return some job