Author: eelco
Date: Fri Apr  6 11:19:48 2012
New Revision: 33644
URL: https://nixos.org/websvn/nix/?rev=33644&sc=1

Log:
* Lower priority for stdenv jobs.

Modified:
   nixpkgs/branches/stdenv-updates/pkgs/top-level/release-lib.nix

Modified: nixpkgs/branches/stdenv-updates/pkgs/top-level/release-lib.nix
==============================================================================
--- nixpkgs/branches/stdenv-updates/pkgs/top-level/release-lib.nix      Fri Apr 
 6 11:06:07 2012        (r33643)
+++ nixpkgs/branches/stdenv-updates/pkgs/top-level/release-lib.nix      Fri Apr 
 6 11:19:48 2012        (r33644)
@@ -37,7 +37,7 @@
   prio = level: job: toJob job // { schedulingPriority = level; };
 
   toJob = x: if builtins.isAttrs x then x else
-    { type = "job"; systems = x; schedulingPriority = 10; };
+    { type = "job"; systems = x; schedulingPriority = 5; };
 
   /* Perform a job on the given set of platforms.  The function `f' is
      called by Hydra for each platform, and should return some job
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to