Skip to content

Commit

Permalink
switch osx buildslaves
Browse files Browse the repository at this point in the history
  • Loading branch information
caktux committed Dec 4, 2015
1 parent c8b0fdf commit d2d27c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
BuilderConfig(
name="OSX Go %s branch" % branch,
builddir="build-go-osx-%s" % branch,
slavenames=["osx", "osx-two"],
slavenames=["osx"],
factory=osx_go_factory(branch=branch),
locks=[osx_lock.access('counting')]),
# BuilderConfig(
Expand All @@ -241,16 +241,16 @@
# factory=brew_cpp_factory(branch=branch, headless=False),
# locks=[brew_lock.access('counting')]),
BuilderConfig(
name="OSX Go %s Yosemite" % branch,
builddir="build-go-ethereum-%s-yosemite" % branch,
name="OSX Go %s El Capitan" % branch,
builddir="build-go-ethereum-%s-el-capitan" % branch,
slavenames=["osx"],
factory=brew_go_factory(branch=branch, release='yosemite'),
factory=brew_go_factory(branch=branch, release='el_capitan'),
locks=[brew_lock.access('counting')]),
BuilderConfig(
name="OSX Go %s El Capitan" % branch,
builddir="build-go-ethereum-%s-el-capitan" % branch,
name="OSX Go %s Yosemite" % branch,
builddir="build-go-ethereum-%s-yosemite" % branch,
slavenames=["osx-two"],
factory=brew_go_factory(branch=branch, release='el_capitan'),
factory=brew_go_factory(branch=branch, release='yosemite'),
locks=[brew_lock.access('counting')]),
# BuilderConfig(
# name="Windows C++ %s branch" % branch,
Expand Down
2 changes: 1 addition & 1 deletion startup/buildslave-osx.plist
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<string>net.buildbot.slave</string>
<key>ProgramArguments</key>
<array>
<string>twistd</string>
<string>/usr/local/bin/twistd</string>
<string>--nodaemon</string>
<string>-y</string>
<string>./buildbot.tac</string>
Expand Down

0 comments on commit d2d27c1

Please sign in to comment.