From a2d980b1e3f921060a2e5502c9c7628c4b173786 Mon Sep 17 00:00:00 2001 From: ahoemann Date: Mon, 31 Mar 2025 16:14:51 +0200 Subject: [PATCH] Update master.cfg --- master.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/master.cfg b/master.cfg index 08f6e23..3c6e493 100644 --- a/master.cfg +++ b/master.cfg @@ -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