Author: Matti Picus <[email protected]>
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',
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to