summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2016-08-05 16:52:28 +0200
committerlassulus <lass@aidsballs.de>2016-08-05 16:52:28 +0200
commit7b1110defbc1971dd60e1bb5100dc484cb204bc5 (patch)
tree83230dadb209729ab6151189ff0ded963310b253 /shared
parent0c391c4d615ede78622809fc4b08211b1e2ea0af (diff)
s 2 shared-buildbot: disable test-failing
Diffstat (limited to 'shared')
-rw-r--r--shared/2configs/shared-buildbot.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/2configs/shared-buildbot.nix b/shared/2configs/shared-buildbot.nix
index 688be2e4..58db4c94 100644
--- a/shared/2configs/shared-buildbot.nix
+++ b/shared/2configs/shared-buildbot.nix
@@ -98,7 +98,7 @@
f = util.BuildFactory()
f.addStep(grab_repo)
- for i in [ "test-minimal-deploy", "test-all-krebs-modules", "wolf", "test-centos7", "test-failing" ]:
+ for i in [ "test-minimal-deploy", "test-all-krebs-modules", "wolf", "test-centos7" ]:
addShell(f,name="build-{}".format(i),env=env,
command=nixshell + \
["mkdir -p /tmp/testbuild/$LOGNAME && touch /tmp/testbuild/$LOGNAME/.populate; \