diff options
author | makefu <github@syntax-fehler.de> | 2016-11-15 23:13:15 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-11-15 23:13:15 +0100 |
commit | 17ad1c0953ced88332f232abc385ed624f47d5dc (patch) | |
tree | 430cd2285f1092eea0bc7977e96bbc5bb38204cc | |
parent | 09018f17c3a348863ccce820e524eac2bfd78568 (diff) |
s 1 test-all-krebs-modules: buildbot.slave -> worker
-rw-r--r-- | shared/1systems/test-all-krebs-modules.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/1systems/test-all-krebs-modules.nix b/shared/1systems/test-all-krebs-modules.nix index 60d5f3252..0bfcff685 100644 --- a/shared/1systems/test-all-krebs-modules.nix +++ b/shared/1systems/test-all-krebs-modules.nix @@ -16,7 +16,7 @@ in { # FIXME fast-tests / instantiate-test-all-modules fails at wolfbot # http://wolf:8010/builders/fast-tests/builds/442 #buildbot.master.enable = true; - buildbot.slave = { + buildbot.worker = { enable = true; username = "lol"; password = "wut"; |