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",