This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-buildbot
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
option to set workers for ansible configured builders
covid-videoplattform
Markus Katharina Brechtel
4 years ago
parent
046f92fbac
commit
840680504d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/buildbot/master.cfg.j2
+ 1
- 1
templates/buildbot/master.cfg.j2
View File
@@ -107,7 +107,7 @@ factory.addStep(steps.ShellCommand(
c['builders'].append(
util.BuilderConfig(
name="{{builder_name}}",
workernames=
["local-worker"]
,
workernames=
{{builder.worker_names|to_json}}
,
factory=factory
)
)
Write
Preview
Loading…
Cancel
Save