[pypy-commit] buildbot default: rearrange win32 slave order

mattip noreply at buildbot.pypy.org
Wed Feb 8 12:44:18 CET 2012


Author: mattip
Branch: 
Changeset: r635:557fc81a4306
Date: 2012-02-08 13:37 +0200
http://bitbucket.org/pypy/buildbot/changeset/557fc81a4306/

Log:	rearrange win32 slave order

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -349,7 +349,7 @@
                    'category' : 'mac64',
                    },
                   {"name": WIN32,
-                   "slavenames": ["snakepit32", "bigboard", "SalsaSalsa"],
+                   "slavenames": ["SalsaSalsa", "snakepit32", "bigboard"],
                    "builddir": WIN32,
                    "factory": pypyOwnTestFactoryWin,
                    "category": 'win32'
@@ -361,13 +361,13 @@
                    "category": 'win32'
                   },
                   {"name": APPLVLWIN32,
-                   "slavenames": ["snakepit32", "bigboard", "SalsaSalsa"],
+                   "slavenames": ["SalsaSalsa", "snakepit32", "bigboard"],
                    "builddir": APPLVLWIN32,
                    "factory": pypyTranslatedAppLevelTestFactoryWin,
                    "category": "win32"
                   },
                   {"name" : JITWIN32,
-                   "slavenames": ["snakepit32", "bigboard", "SalsaSalsa"],
+                   "slavenames": ["SalsaSalsa", "snakepit32", "bigboard"],
                    'builddir' : JITWIN32,
                    'factory' : pypyJITTranslatedTestFactoryWin,
                    'category' : 'win32',


More information about the pypy-commit mailing list