Update master.cfg
This commit is contained in:
parent
5485a53f06
commit
a2d980b1e3
1 changed files with 3 additions and 3 deletions
|
@ -77,7 +77,7 @@ factory.addStep(steps.ShellCommand(command=["trial", "pyflakes"]))
|
|||
c['builders'] = []
|
||||
c['builders'].append(
|
||||
util.BuilderConfig(name="runtests",
|
||||
workernames=["example-worker"],
|
||||
workernames=["docker-worker"],
|
||||
factory=factory))
|
||||
|
||||
####### REPORTER TARGETS
|
||||
|
@ -93,8 +93,8 @@ c['services'] = []
|
|||
# the 'title' string will appear at the top of this buildbot installation's
|
||||
# home pages (linked to the 'titleURL').
|
||||
|
||||
c['title'] = "Pyflakes"
|
||||
c['titleURL'] = "https://launchpad.net/pyflakes"
|
||||
c['title'] = "Adrianux"
|
||||
c['titleURL'] = "https://build.adrianux.net/Adrianux"
|
||||
|
||||
# the 'buildbotURL' string should point to the location where the buildbot's
|
||||
# internal web server is visible. This typically uses the port number set in
|
||||
|
|
Loading…
Add table
Reference in a new issue