From 5bdaa4624516038fec815b3b877fc467f7ec57f8 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 13 Jun 2012 00:42:31 +0000 Subject: [PATCH] Associate the new builder with a scheduler git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@71736 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- buildbot/master.cfg | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/buildbot/master.cfg b/buildbot/master.cfg index 12e537e7..cbf4ea2e 100644 --- a/buildbot/master.cfg +++ b/buildbot/master.cfg @@ -26,14 +26,11 @@ import bbpasswd from buildbot.buildslave import BuildSlave c['slaves'] = [ BuildSlave("osx_cocoa-py27", bbpasswd.PASSWD1, - notify_on_missing='kevino@theolliviers.com', - max_builds=1), + notify_on_missing='kevino@theolliviers.com'), BuildSlave("win7-py27", bbpasswd.PASSWD1, - notify_on_missing='robin@alldunn.com', - max_builds=1), + notify_on_missing='robin@alldunn.com'), BuildSlave("ubuntu-x64_86-py27", bbpasswd.PASSWD1, - notify_on_missing='robin@alldunn.com', - max_builds=1), + notify_on_missing='robin@alldunn.com'), ] # 'slavePortnum' defines the TCP port to listen on for connections from slaves. @@ -78,7 +75,8 @@ c['schedulers'].append( SingleBranchScheduler( treeStableTimer=30, builderNames=["build-win32-py27", "build-osx-py27", - "build-gtk-py27"])) + "build-gtk-py27", + "build-gtk-py32"])) c['schedulers'].append( Nightly( name="sched-dist",