[pypy-commit] buildbot default: deactivate nightly jit-benchmark-linux-x86-64-single-run runs

mattip pypy.commits at gmail.com
Wed Apr 20 16:03:22 EDT 2016


Author: mattip <matti.picus at gmail.com>
Branch: 
Changeset: r1001:6cada2d6955f
Date: 2016-04-20 23:03 +0300
http://bitbucket.org/pypy/buildbot/changeset/6cada2d6955f/

Log:	deactivate nightly jit-benchmark-linux-x86-64-single-run runs

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -291,7 +291,7 @@
             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)
+            #JITBENCH64_NEW,            # on speed64, uses 1 core (in part exclusively)
 
         ], branch=None, hour=1, minute=0),
 


More information about the pypy-commit mailing list