[pypy-commit] buildbot default: disable nightly runs of PYPYBUILDBOT, NUMPY_64, NUMPY_WIN, move PYPYBUILDBOT to cobra

mattip pypy.commits at gmail.com
Tue Apr 4 15:20:33 EDT 2017


Author: Matti Picus <matti.picus at gmail.com>
Branch: 
Changeset: r1022:7839f69fbbc6
Date: 2017-04-04 22:20 +0300
http://bitbucket.org/pypy/buildbot/changeset/7839f69fbbc6/

Log:	disable nightly runs of PYPYBUILDBOT, NUMPY_64, NUMPY_WIN, move
	PYPYBUILDBOT to cobra

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -297,7 +297,7 @@
             JITFREEBSD964,             # on tavendo
             JITMACOSX64,               # on xerxes
             # buildbot selftest
-            PYPYBUILDBOT               # on bencher4
+            #PYPYBUILDBOT               # on cobra
             ], branch='default', hour=0, minute=0),
 
         Nightly("nightly-1-00", [
@@ -308,11 +308,11 @@
         ], branch=None, hour=5, minute=0),
 
         Triggerable("NUMPY64_scheduler", [
-            NUMPY_64,                  # on tannit64, uses 1 core, takes about 5min.
+            #NUMPY_64,                  # on tannit64, uses 1 core, takes about 5min.
         ]),
 
         Triggerable("NUMPYWIN_scheduler", [
-            NUMPY_WIN,                  # on allegro_win32, SalsaSalsa
+            #NUMPY_WIN,                  # on allegro_win32, SalsaSalsa
         ]),
 
         #Nightly("nightly-3-01-py3.5", [LINUX64, JITLINUX64,],
@@ -538,7 +538,7 @@
                    'category': 'numpy',
                   },
                   {'name': PYPYBUILDBOT,
-                   'slavenames': ['bencher4'],
+                   'slavenames': ['cobra'],
                    'builddir': PYPYBUILDBOT,
                    'factory': pypybuilds.PyPyBuildbotTestFactory(),
                    'category': 'buildbot',


More information about the pypy-commit mailing list