From ab1736cc2c0d4c79872d6f349671caa55a80456e Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 26 Feb 2014 03:53:38 +0000 Subject: [PATCH] Change windows build slave to only do 1 build at a time. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@76018 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- buildbot/master.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildbot/master.cfg b/buildbot/master.cfg index 21c39abe..7397d6f0 100644 --- a/buildbot/master.cfg +++ b/buildbot/master.cfg @@ -36,7 +36,7 @@ c['slaves'] = [ #BuildSlave("osx_cocoa-py27", bbpasswd.PASSWD1, BuildSlave("win7-py27", bbpasswd.PASSWD1, notify_on_missing='robin@alldunn.com', - max_builds=2), + max_builds=1), BuildSlave("ubuntu-x64_86-py27", bbpasswd.PASSWD1, notify_on_missing='robin@alldunn.com',