commit cd842af07b4ea3439109a51e6233ab1ed5ce5aa4
parent 0b50f515df7e82c864a05127b442336fa67a7f2c
Author: Daniel Moch <daniel@danielmoch.com>
Date: Sun, 2 Dec 2018 20:07:37 -0500
Make worker local
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server/master.cfg b/server/master.cfg
@@ -19,7 +19,7 @@ c['secretsProviders'] = [secrets.SecretInAFile(dirname='/srv/http/buildbot/secre
# The 'workers' list defines the set of recognized workers. Each element is
# a Worker object, specifying a unique worker name and password. The same
# worker name and password must be configured on the worker.
-c['workers'] = [worker.Worker("dotcom-worker", util.Secret('worker-pass'))]
+c['workers'] = [worker.LocalWorker("dotcom-worker")]
# 'protocols' contains information about protocols which master will use for
# communicating with workers. You must define at least 'port' option that workers