[pypy-commit] buildbot default: add temporary 32bit buildbot, hopefully bencher4 will return

mattip pypy.commits at gmail.com
Wed Mar 6 15:56:12 EST 2019


Author: Matti Picus <matti.picus at gmail.com>
Branch: 
Changeset: r1074:4cc524e68457
Date: 2019-03-06 22:39 +0200
http://bitbucket.org/pypy/buildbot/changeset/4cc524e68457/

Log:	add temporary 32bit buildbot, hopefully bencher4 will return

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -418,14 +418,14 @@
 
     'builders': [
                   {"name": LINUX32OWN,
-                   "slavenames": ["bencher4_32"],
+                   "slavenames": ["bencher4_32", "salsa_32"],
                    "builddir": LINUX32OWN,
                    "factory": pypyOwnTestFactory,
                    "category": 'linux32',
                    "locks": [TannitCPU.access('counting')],
                   },
                   {"name": LINUX32RPYTHON,
-                   "slavenames": ["bencher4_32"],
+                   "slavenames": ["bencher4_32", "salsa_32"],
                    "builddir": LINUX32RPYTHON,
                    "factory": pypyRPythonTestFactory,
                    "category": 'linux32',
@@ -481,7 +481,7 @@
                   },
                   {"name" : JITLINUX32,
                    #"slavenames": ["allegro32"],
-                   "slavenames": ["bencher4_32"],
+                   "slavenames": ["bencher4_32", "salsa_32"],
                    'builddir' : JITLINUX32,
                    'factory' : pypyJITTranslatedTestFactory,
                    'category' : 'linux32',


More information about the pypy-commit mailing list