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

antocuni at codespeak.net antocuni at codespeak.net
Thu Dec 2 14:38:08 CET 2010


Author: antocuni
Date: Thu Dec  2 14:38:06 2010
New Revision: 79749

Modified:
   pypy/build/bot2/pypybuildbot/master.py
Log:
schedule jitmacosx64 at 4:00 instead of 0:45


Modified: pypy/build/bot2/pypybuildbot/master.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/master.py	(original)
+++ pypy/build/bot2/pypybuildbot/master.py	Thu Dec  2 14:38:06 2010
@@ -199,7 +199,6 @@
         Nightly("nightly-0-45", [
             JITBENCH,  # on tannit -- nothing else there during first round!
             MACOSX32,                  # on minime
-            JITMACOSX64,               # on mvt's machine
             ], hour=0, minute=45),
         Nightly("nightly-4-00", [
             # rule: what we pick here on tannit should take at most 8 cores
@@ -210,6 +209,7 @@
             OJITLINUX32,               # on tannit32, uses 1 core
             APPLVLWIN32,               # on bigboard
             STACKLESSAPPLVLFREEBSD64,  # on headless
+            JITMACOSX64,               # on mvt's machine
             ], hour=4, minute=0),
         Nightly("nightly-6-00", [
             # there should be only JITLINUX32 that takes a bit longer than



More information about the Pypy-commit mailing list