diff --git a/pkgs/top-level/release-lib.nix b/pkgs/top-level/release-lib.nix index 0345ebba0c4e..9da232cf56e7 100644 --- a/pkgs/top-level/release-lib.nix +++ b/pkgs/top-level/release-lib.nix @@ -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