[pypy-commit] buildbot default: Stop trying to run the benchmarks on tannit

arigo pypy.commits at gmail.com
Wed Oct 3 05:39:50 EDT 2018


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r1064:2aed4ccd3b31
Date: 2018-10-03 11:39 +0200
http://bitbucket.org/pypy/buildbot/changeset/2aed4ccd3b31/

Log:	Stop trying to run the benchmarks on tannit

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -321,8 +321,8 @@
         ),
 
         Nightly("nightly-1-00", [
-            JITBENCH,                  # on tannit32, uses 1 core (in part exclusively)
-            JITBENCH64,                # on tannit64, uses 1 core (in part exclusively)
+            #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)
 
             ], branch=None, hour=5, minute=0,


More information about the pypy-commit mailing list