[pypy-svn] buildbot commit 924c923ef7ff: enable macosx64 tests nightly

Bitbucket commits-noreply at bitbucket.org
Mon Dec 13 09:10:02 CET 2010


# HG changeset patch -- Bitbucket.org
# Project buildbot
# URL http://bitbucket.org/pypy/buildbot/overview
# User antocuni
# Date 1291295463 0
# Node ID 924c923ef7ff3a0b7d9f37128a693cfb8ec02d0b
# Parent  fe16b21e1c0afbc2ee41493fd63c841d8e39a00d
enable macosx64 tests nightly

--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -199,6 +199,7 @@ BuildmasterConfig = {
         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