[pypy-svn] r70040 - pypy/build/bot2/pypybuildbot

arigo at codespeak.net arigo at codespeak.net
Thu Dec 10 16:05:46 CET 2009


Author: arigo
Date: Thu Dec 10 16:05:45 2009
New Revision: 70040

Modified:
   pypy/build/bot2/pypybuildbot/master.py
Log:
Start the run of the LINUX32 tests first, to force wyvern to
be considered busy and use cobra for at least some of the
other runs.


Modified: pypy/build/bot2/pypybuildbot/master.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/master.py	(original)
+++ pypy/build/bot2/pypybuildbot/master.py	Thu Dec 10 16:05:45 2009
@@ -104,7 +104,9 @@
 
     'change_source': [],
     'schedulers': [
-    	Nightly("nightly", [LINUX32, APPLVLLINUX32, APPLVLWIN32,
+        Nightly("nightly-first", [LINUX32],
+                hour=4, minute=44),
+    	Nightly("nightly", [APPLVLLINUX32, APPLVLWIN32,
                             STACKLESSAPPLVLLINUX32, JITLINUX32, OJITLINUX32,
                             MACOSX32],
                 hour=4, minute=45),



More information about the Pypy-commit mailing list