[pypy-commit] buildbot win32-cleanup: remove non-functioning buildbots

mattip noreply at buildbot.pypy.org
Fri Apr 27 00:23:06 CEST 2012


Author: Matti Picus <matti.picus at gmail.com>
Branch: win32-cleanup
Changeset: r639:d6760789ad4d
Date: 2012-04-27 01:22 +0300
http://bitbucket.org/pypy/buildbot/changeset/d6760789ad4d/

Log:	remove non-functioning buildbots

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -184,7 +184,7 @@
     ##         JITLINUX32,                # on tannit32, uses 1 core
     ##         JITLINUX64,                # on tannit64, uses 1 core
     ##         OJITLINUX32,               # on tannit32, uses 1 core
-    ##         JITWIN32,                  # on bigboard
+    ##         JITWIN32,                  # on aurora
     ##         STACKLESSAPPLVLFREEBSD64,  # on headless
     ##         JITMACOSX64,               # on mvt's machine
     ##         ], hour=4, minute=0),
@@ -225,7 +225,7 @@
             APPLVLLINUX32,             # on tannit32, uses 1 core
             APPLVLLINUX64,             # on tannit64, uses 1 core
             #
-            JITWIN32,                  # on bigboard
+            JITWIN32,                  # on aurora
             #JITFREEBSD64,              # on headless
             JITMACOSX64,               # on mvt's machine
             ], branch=None, hour=3, minute=0),
@@ -348,7 +348,7 @@
                    'category' : 'mac64',
                    },
                   {"name": WIN32,
-                   "slavenames": ["aurora", "SalsaSalsa", "snakepit32", "bigboard"],
+                   "slavenames": ["aurora", "SalsaSalsa"],
                    "builddir": WIN32,
                    "factory": pypyOwnTestFactoryWin,
                    "category": 'win32'
@@ -360,13 +360,13 @@
                    "category": 'win32'
                   },
                   {"name": APPLVLWIN32,
-                   "slavenames": ["aurora", "SalsaSalsa", "snakepit32", "bigboard"],
+                   "slavenames": ["aurora", "SalsaSalsa"],
                    "builddir": APPLVLWIN32,
                    "factory": pypyTranslatedAppLevelTestFactoryWin,
                    "category": "win32"
                   },
                   {"name" : JITWIN32,
-                   "slavenames": ["aurora", "SalsaSalsa", "snakepit32", "bigboard"],
+                   "slavenames": ["aurora", "SalsaSalsa"],
                    'builddir' : JITWIN32,
                    'factory' : pypyJITTranslatedTestFactoryWin,
                    'category' : 'win32',


More information about the pypy-commit mailing list