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 | 08e41e2ae6a72fbad0c05351d21b298048314002 (patch) | |
tree | f0e51bee09452659a9f1329c4548b31b6003c684 /shared | |
parent | da95549c0480af0c556a7a1f00a1c217e0a9e23b (diff) |
s 2 shared-buildbot: disable test-failing
Diffstat (limited to 'shared')
-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 688be2e..58db4c9 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; \ |