summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorbuckE <buckE@disroot.org>2020-06-19 07:34:00 +0000
committerbuckE <buckE@disroot.org>2020-06-19 07:34:00 +0000
commit259bf25ccccb219f4e1f871614c3dd4bd996c6bb (patch)
treedd0619ca7304520c8324cf1ad174598499558e06 /buildbot
parent6d56fde89d7b5389b9893095d235acd01d7b1a36 (diff)
downloaddeployment-259bf25ccccb219f4e1f871614c3dd4bd996c6bb.tar.gz
deployment-259bf25ccccb219f4e1f871614c3dd4bd996c6bb.tar.bz2
deployment-259bf25ccccb219f4e1f871614c3dd4bd996c6bb.zip
add location of workers
Diffstat (limited to 'buildbot')
-rw-r--r--buildbot/master.cfg7
1 files changed, 4 insertions, 3 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 488ea6c..607aaab 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -49,6 +49,7 @@ c["workers"] = [
##
# This worker restarts the buildmaster itself on
# changes to this file.
+ # Location: /home/buildbot-master @ taler.net
worker.Worker("buildmaster-worker", "buildmaster-pass"),
##
@@ -63,7 +64,7 @@ c["workers"] = [
##
# This worker builds manuals / API docs / tutorials.
- #
+ # Location: /home/docbuilder @ taler.net
worker.Worker("doc-worker", "doc-pass"),
##
@@ -105,12 +106,12 @@ c["workers"] = [
##
# testing buildbot using the "buildslavetest" user (for no specific reason except it exists)
- # Home: `buidlslavetest` @ taler.net
+ # Location: /home/buidlslavetest @ taler.net
worker.Worker("buildslavetest-worker", "Gei8naiyox4uuhoo"),
##
# linkchecker worker checks for dead links in the Website
- # Home: linkchecker@taler.net
+ # Location: /home/linkchecker @ taler.net
worker.Worker("linkchecker-worker", "linkchecker-pass")
]