diff options
author | lassulus <lass@aidsballs.de> | 2016-08-05 16:52:28 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-08-05 16:52:28 +0200 |
commit | 7b1110defbc1971dd60e1bb5100dc484cb204bc5 (patch) | |
tree | 83230dadb209729ab6151189ff0ded963310b253 /shared/2configs | |
parent | 0c391c4d615ede78622809fc4b08211b1e2ea0af (diff) |
s 2 shared-buildbot: disable test-failing
Diffstat (limited to 'shared/2configs')
-rw-r--r-- | shared/2configs/shared-buildbot.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/2configs/shared-buildbot.nix b/shared/2configs/shared-buildbot.nix index 688be2e47..58db4c94c 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; \ |