[pypy-commit] buildbot default: add dw's slave

mattip noreply at buildbot.pypy.org
Sun May 24 22:01:35 CEST 2015


Author: mattip <matti.picus at gmail.com>
Branch: 
Changeset: r950:c7b0cdb89371
Date: 2015-05-24 23:02 +0300
http://bitbucket.org/pypy/buildbot/changeset/c7b0cdb89371/

Log:	add dw's slave

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -427,7 +427,7 @@
                    "category": 'mac32'
                   },
                   {"name" : JITMACOSX64,
-                   "slavenames": ["rebuy-de", "xerxes", "tosh"],
+                   "slavenames": ["rebuy-de", "xerxes", "tosh", "osx-10.9-x64-dw"],
                    'builddir' : JITMACOSX64,
                    'factory' : pypyJITTranslatedTestFactoryOSX64,
                    'category' : 'mac64',


More information about the pypy-commit mailing list