Author: fijal
Branch: 
Changeset: r984:d3ca85cd39a5
Date: 2016-02-08 19:35 +0100
http://bitbucket.org/pypy/buildbot/changeset/d3ca85cd39a5/

Log:    move LINUX64 to run an hour later

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -271,7 +271,6 @@
             # benchmarks
             # linux tests
             LINUX32,                   # on tannit32, uses all cores
-            LINUX64,                   # on speed-old, uses all cores
             JITLINUX32,                # on tannit32, uses 1 core
             JITLINUX64,                # on speed-old, uses 1 core
             #APPLVLLINUX32,            # on tannit32, uses 1 core
@@ -295,6 +294,7 @@
             ], branch='s390x-backend', hour=2, minute=0),
 
         Nightly("nightly-1-00", [
+            LINUX64,                   # on speed-old, uses all cores
             JITBENCH,                  # on tannit32, uses 1 core (in part 
exclusively)
             JITBENCH64,                # on tannit64, uses 1 core (in part 
exclusively)
             JITBENCH64_NEW,            # on speed64, uses 1 core (in part 
exclusively)
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to