buildbot-all: run deploy test

This commit is contained in:
lassulus 2017-12-31 13:30:35 +01:00
parent c4a8cc56ef
commit fb778e69a2

View File

@ -9,5 +9,6 @@ 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" ];
}