Update master.cfg

This commit is contained in:
ahoemann 2025-03-31 16:14:51 +02:00
parent 5485a53f06
commit a2d980b1e3

View file

@ -77,7 +77,7 @@ factory.addStep(steps.ShellCommand(command=["trial", "pyflakes"]))
c['builders'] = [] c['builders'] = []
c['builders'].append( c['builders'].append(
util.BuilderConfig(name="runtests", util.BuilderConfig(name="runtests",
workernames=["example-worker"], workernames=["docker-worker"],
factory=factory)) factory=factory))
####### REPORTER TARGETS ####### REPORTER TARGETS
@ -93,8 +93,8 @@ c['services'] = []
# the 'title' string will appear at the top of this buildbot installation's # the 'title' string will appear at the top of this buildbot installation's
# home pages (linked to the 'titleURL'). # home pages (linked to the 'titleURL').
c['title'] = "Pyflakes" c['title'] = "Adrianux"
c['titleURL'] = "https://launchpad.net/pyflakes" c['titleURL'] = "https://build.adrianux.net/Adrianux"
# the 'buildbotURL' string should point to the location where the buildbot's # 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 # internal web server is visible. This typically uses the port number set in