diff options
author | tv <tv@krebsco.de> | 2017-07-14 02:24:57 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-07-14 02:24:57 +0200 |
commit | deecf14af29062f161149a832646cdf1e0c5b0dc (patch) | |
tree | b75754ed8c8bcb8cb246f86b2bc0abd916577164 | |
parent | 02252bdaf0ff41472550fb8470410e901938bb7a (diff) |
l buildbot: shared -> krebs
-rw-r--r-- | lass/2configs/buildbot-standalone.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lass/2configs/buildbot-standalone.nix b/lass/2configs/buildbot-standalone.nix index 6c2a92c08..86e7880db 100644 --- a/lass/2configs/buildbot-standalone.nix +++ b/lass/2configs/buildbot-standalone.nix @@ -80,6 +80,9 @@ in { ] ) + for i in [ "test-all-krebs-modules", "test-centos7", "test-minimal-deploy", "wolf" ]: + build_host("krebs", i) + for i in [ "mors", "uriel", "shodan", "icarus", "cloudkrebs", "echelon", "dishfire", "prism" ]: build_host("lass", i) @@ -89,9 +92,6 @@ in { for i in [ "hiawatha", "onondaga" ]: build_host("nin", i) - for i in [ "test-minimal-deploy", "test-all-krebs-modules", "wolf", "test-centos7" ]: - build_host("shared", i) - for i in [ "alnus", "mu", "nomic", "wu", "xu", "zu" ]: build_host("tv", i) |