From 1af93b1f5ad74a2e5b04fa4f94b039b98a66454a Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 14 Jun 2012 01:19:16 +0000 Subject: [PATCH] Oops, forgot to add the new builders to the schedulers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@71759 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- buildbot/master.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/buildbot/master.cfg b/buildbot/master.cfg index 2fa54a85..09dacf75 100644 --- a/buildbot/master.cfg +++ b/buildbot/master.cfg @@ -79,6 +79,7 @@ c['schedulers'].append( SingleBranchScheduler( treeStableTimer=30, builderNames=["build-win32-py27", "build-osx-py27", + "build-osx-py32", "build-gtk-py27", "build-gtk-py32"])) @@ -88,7 +89,8 @@ c['schedulers'].append( Nightly( hour=2, minute=0, onlyIfChanged=True, builderNames=["dist-win32-py27", - "dist-osx-py27"])) + "dist-osx-py27", + "dist-osx-py32"])) c['schedulers'].append( Nightly( name="sched-docs",