Author: ludo
Date: Fri Oct 15 13:54:53 2010
New Revision: 24302
URL: https://svn.nixos.org/websvn/nix/?rev=24302&sc=1
Log:
tests: Run with a very low priority.
Modified:
hydra-config/gnu/trunk/tests/default.nix
Modified: hydra-config/gnu/trunk/tests/default.nix
==============================================================================
--- hydra-config/gnu/trunk/tests/default.nix Fri Oct 15 13:29:42 2010
(r24301)
+++ hydra-config/gnu/trunk/tests/default.nix Fri Oct 15 13:54:53 2010
(r24302)
@@ -45,7 +45,10 @@
pkgs.lib.mapAttrs gnuify nodes;
};
- test = runTests vms t.testScript;
+ test = (runTests vms t.testScript) // {
+ meta.schedulingPriority = "5";
+ };
+
report = makeReport test;
};
in
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits