mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-08 13:00:07 +01:00
Change the mac buildslave name
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@71229 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -25,7 +25,7 @@ c = BuildmasterConfig = {}
|
||||
import bbpasswd
|
||||
|
||||
from buildbot.buildslave import BuildSlave
|
||||
c['slaves'] = [ BuildSlave("phoenix-mac-slave", bbpasswd.PASSWD1), # Kevin Ollivier
|
||||
c['slaves'] = [ BuildSlave("osx_cocoa-py27", bbpasswd.PASSWD1), # Kevin Ollivier
|
||||
BuildSlave("win7-py27", bbpasswd.PASSWD1), # Robin Dunn
|
||||
BuildSlave("ubuntu-py27", bbpasswd.PASSWD1), # Robin Dunn
|
||||
]
|
||||
@@ -114,11 +114,11 @@ def makeFactory(port, buildType='buildOnly'):
|
||||
|
||||
c['builders'] = [
|
||||
BuilderConfig(name="build-osx-py27",
|
||||
slavenames=["phoenix-mac-slave"],
|
||||
slavenames=["osx_cocoa-py27"],
|
||||
factory=makeFactory('osx')),
|
||||
|
||||
BuilderConfig(name="dist-osx-py27",
|
||||
slavenames=["phoenix-mac-slave"],
|
||||
slavenames=["osx_cocoa-py27"],
|
||||
factory=makeFactory('osx', 'dist')),
|
||||
|
||||
BuilderConfig(name="build-win32-py27",
|
||||
|
||||
Reference in New Issue
Block a user