[pypy-svn] buildbot commit 1ea28ce0556a: schedule jitmacosx64 at 4:00 instead of 0:45

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 1291297086 0
# Node ID 1ea28ce0556aa3996303a6e6fdbf206218263f45
# Parent  924c923ef7ff3a0b7d9f37128a693cfb8ec02d0b
schedule jitmacosx64 at 4:00 instead of 0:45

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