krebs build-krebs: build only ourself and test-all

This commit is contained in:
lassulus 2017-07-29 01:11:30 +02:00
parent 45b28e97b4
commit c402e612df
2 changed files with 6 additions and 5 deletions

View file

@ -1,8 +1,12 @@
{ lib, config, pkgs, ... }: { lib, config, pkgs, ... }:
{ {
imports = [ imports = [
<stockholm/krebs/2configs/buildbot-krebs.nix> <stockholm/krebs/2configs/repo-sync.nix>
]; ];
networking.firewall.allowedTCPPorts = [ 80 8010 9989 ];
krebs.ci.enable = true;
krebs.ci.users.krebs.all = true;
krebs.ci.users.lass.all = true; krebs.ci.users.lass.all = true;
krebs.ci.users.makefu.all = true; krebs.ci.users.makefu.all = true;
krebs.ci.users.nin.all = true; krebs.ci.users.nin.all = true;

View file

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