[pypy-commit] buildbot default: remove anubis slave

mattip pypy.commits at gmail.com
Wed Jan 15 15:08:25 EST 2020


Author: Matti Picus <matti.picus at gmail.com>
Branch: 
Changeset: r1126:49bd0bb8e544
Date: 2020-01-16 07:07 +1100
http://bitbucket.org/pypy/buildbot/changeset/49bd0bb8e544/

Log:	remove anubis slave

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -602,14 +602,14 @@
                   # 'category' : 'mac64',
                   # },
                   {"name": WIN32OWN,
-                   "slavenames": ["SalsaSalsa", "anubis64"],
+                   "slavenames": ["SalsaSalsa"],
                    "builddir": WIN32OWN,
                    "factory": pypyOwnTestFactoryWin,
                    "locks": [WinSlaveLock.access('counting')],
                    "category": 'win32',
                   },
                   {"name": WIN32RPYTHON,
-                   "slavenames": ["SalsaSalsa", "anubis64"],
+                   "slavenames": ["SalsaSalsa"],
                    "builddir": WIN32RPYTHON,
                    "factory": pypyRPythonTestFactoryWin,
                    "locks": [WinSlaveLock.access('counting')],
@@ -623,7 +623,7 @@
                    "category": "win32",
                   },
                   {"name" : JITWIN32,
-                   "slavenames": ["SalsaSalsa", "anubis64"],
+                   "slavenames": ["SalsaSalsa"],
                    'builddir' : JITWIN32,
                    'factory' : pypyJITTranslatedTestFactoryWin,
                    "locks": [WinSlaveLock.access('counting')],


More information about the pypy-commit mailing list