mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
* Change the priority of trunk builds back.
svn path=/nixpkgs/trunk/; revision=32823
This commit is contained in:
parent
ef3a71007a
commit
8778f0b368
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user