mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
* 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:
parent
1de497f1cb
commit
a0f768ad1c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user