3
0
Fork 0
forked from mirrors/nixpkgs

* Lower the default Hydra scheduling priority for Nixpkgs jobs to

prevent them from crowding out all other projects for hours.  This
  is temporary - what we really need is a fairer scheduling policy.

svn path=/nixpkgs/trunk/; revision=14856
This commit is contained in:
Eelco Dolstra 2009-04-03 12:27:35 +00:00
parent 1de497f1cb
commit a0f768ad1c

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 = 100; };
{ type = "job"; systems = x; schedulingPriority = 20; };
/* Perform a job on the given set of platforms. The function `f' is
called by Hydra for each platform, and should return some job