Skip to content

Commit

Permalink
use mac slave
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrjones committed Dec 5, 2011
1 parent 5528ff6 commit a1de4eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dzil_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
dzil_steps['builders'] = []
dzil_steps['builders'].append(
BuilderConfig(name="buildbot-dzil-steps",
slavenames=["l1"],
factory=factory_dzil))
slavenames=["mac", "l1"],
factory=factory_dzil))
4 changes: 2 additions & 2 deletions rake_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
rake_steps['builders'] = []
rake_steps['builders'].append(
BuilderConfig(name="buildbot-rake-steps",
slavenames=["l1"],
factory=factory_rake))
slavenames=["mac", "l1"],
factory=factory_rake))

0 comments on commit a1de4eb

Please sign in to comment.