* Change the priority of trunk builds back.

svn path=/nixpkgs/trunk/; revision=32823
This commit is contained in:
Eelco Dolstra 2012-03-06 12:21:33 +00:00
parent ef3a71007a
commit 8778f0b368

View file

@ -35,7 +35,7 @@ rec {
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