buildbot-all: remove deploy test (currently broken)

This commit is contained in:
lassulus 2018-03-13 21:30:04 +01:00
parent 02f67eed44
commit 5fdbd51340

View File

@ -5,6 +5,5 @@ with import <stockholm/lib>;
krebs.ci.enable = true;
krebs.ci.treeStableTimer = 1;
krebs.ci.hosts = filter (getAttr "ci") (attrValues config.krebs.hosts);
krebs.ci.tests = [ "deploy" ];
}