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

antocuni at codespeak.net antocuni at codespeak.net
Thu Dec 2 14:11:04 CET 2010


Author: antocuni
Date: Thu Dec  2 14:11:03 2010
New Revision: 79744

Modified:
   pypy/build/bot2/pypybuildbot/master.py
Log:
enable macosx64 tests nightly


Modified: pypy/build/bot2/pypybuildbot/master.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/master.py	(original)
+++ pypy/build/bot2/pypybuildbot/master.py	Thu Dec  2 14:11:03 2010
@@ -199,6 +199,7 @@
         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



More information about the Pypy-commit mailing list