[pypy-commit] buildbot default: (bad arigo) windows buildbot

fijal noreply at buildbot.pypy.org
Wed Dec 26 21:49:41 CET 2012


Author: fijal
Branch: 
Changeset: r731:e551807c45f3
Date: 2012-12-26 21:48 +0100
http://bitbucket.org/pypy/buildbot/changeset/e551807c45f3/

Log:	(bad arigo) windows buildbot

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -449,7 +449,7 @@
                    'category' : 'mac64',
                    },
                   {"name": WIN32,
-                   "slavenames": ["aurora", "SalsaSalsa"],
+                   "slavenames": ["tannit-win32", "aurora"],
                    "builddir": WIN32,
                    "factory": pypyOwnTestFactoryWin,
                    "category": 'win32'
@@ -461,14 +461,14 @@
                    "category": 'win32'
                   },
                   {"name": APPLVLWIN32,
-                   "slavenames": ["aurora", "SalsaSalsa"],
+                   "slavenames": ["tannit-win32", "aurora"],
                    "builddir": APPLVLWIN32,
                    "factory": pypyTranslatedAppLevelTestFactoryWin,
                    "category": "win32",
                    "locks": [WinLockCPU.access('exclusive')],
                   },
                   {"name" : JITWIN32,
-                   "slavenames": ["aurora", "SalsaSalsa"],
+                   "slavenames": ["tannit-win32", "aurora"],
                    'builddir' : JITWIN32,
                    'factory' : pypyJITTranslatedTestFactoryWin,
                    'category' : 'win32',


More information about the pypy-commit mailing list