summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2016-11-29 13:56:59 +0100
committerlassulus <lass@aidsballs.de>2016-11-29 13:56:59 +0100
commitf55fceaa63d9f830a70d031fdde360c1862bbd32 (patch)
treea2cff333ef79981b2667dbd8bcc689771f21ea6c
parent5518fcf25a4872bdca797bd830aebe8570aa2915 (diff)
l 2 buildbot: add shared hosts to build-all
-rw-r--r--lass/2configs/buildbot-standalone.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/lass/2configs/buildbot-standalone.nix b/lass/2configs/buildbot-standalone.nix
index 9ff96089b..23dd0ae09 100644
--- a/lass/2configs/buildbot-standalone.nix
+++ b/lass/2configs/buildbot-standalone.nix
@@ -90,6 +90,17 @@ in {
build-all = ''
f = util.BuildFactory()
f.addStep(grab_repo)
+ for i in [ "test-minimal-deploy", "test-all-krebs-modules", "wolf", "test-centos7" ]:
+ addShell(f,name="build-{}".format(i),env=env_shared,
+ command=nixshell + \
+ ["mkdir -p /tmp/testbuild/$LOGNAME && touch /tmp/testbuild/$LOGNAME/.populate; \
+ make \
+ test \
+ target=$LOGNAME@${config.krebs.build.host.name}/tmp/testbuild/$LOGNAME \
+ method=build \
+ system={}".format(i)
+ ]
+ )
for i in [ "mors", "uriel", "shodan", "helios", "cloudkrebs", "echelon", "dishfire", "prism" ]:
addShell(f,name="build-{}".format(i),env=env_lass,