Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r605:b5e0f9f4bc83
Date: 2011-12-16 06:29 +0100
http://bitbucket.org/pypy/buildbot/changeset/b5e0f9f4bc83/

Log:    Don't run this server nightly as long as it hogs the same global
        lock at tannit and takes more than 5 hours to run (twice as much as
        on tannit??)

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -204,7 +204,7 @@
         Nightly("nightly-0-00", [
             JITBENCH,                  # on tannit32, uses 1 core (in part 
exclusively)
             JITBENCH64,                # on tannit64, uses 1 core (in part 
exclusively)
-            JITBENCH64_2,              # on speed.python.org, uses 1 core (in 
part exclusively)
+            #JITBENCH64_2,              # on speed.python.org, uses 1 core (in 
part exclusively)
             MACOSX32,                  # on minime
             ], branch=None, hour=0, minute=0),
         #
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to