krebs buildbot-krebs: just build own host

This commit is contained in:
lassulus 2017-07-29 02:19:28 +02:00
parent c402e612df
commit 751780e400

View File

@ -6,10 +6,7 @@
networking.firewall.allowedTCPPorts = [ 80 8010 9989 ];
krebs.ci.enable = true;
krebs.ci.users.krebs ={
hosts = [
"test-all-krebs-modules"
config.networking.hostName
];
};
krebs.ci.users.krebs.hosts = [
config.networking.hostName
];
}