* stdenv jobs should have a lower priority.

svn path=/nixpkgs/branches/stdenv-updates/; revision=15473
This commit is contained in:
Eelco Dolstra 2009-05-06 14:43:23 +00:00
parent 5f70884dd3
commit 01c63dfd3e

View File

@ -12,7 +12,7 @@ let
prio = level: job: toJob job // { schedulingPriority = level; };
toJob = x: if builtins.isAttrs x then x else
{ type = "job"; systems = x; schedulingPriority = 20; };
{ 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