diff options
author | makefu <github@syntax-fehler.de> | 2017-07-28 22:00:25 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-07-28 22:00:25 +0200 |
commit | dfd1b5f6bc278be615975dc619e1f9490e05ef7a (patch) | |
tree | 2991cddc8933d494a8b13124bf59540fe0124c9c /krebs/2configs/buildbot-krebs.nix | |
parent | 6919ec53cc640e0b813989012eecc58665887e19 (diff) | |
parent | 32d8c202b0ec037dcf78ebf6ecad730cfb9c5272 (diff) |
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'krebs/2configs/buildbot-krebs.nix')
-rw-r--r-- | krebs/2configs/buildbot-krebs.nix | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/krebs/2configs/buildbot-krebs.nix b/krebs/2configs/buildbot-krebs.nix new file mode 100644 index 000000000..7f243b506 --- /dev/null +++ b/krebs/2configs/buildbot-krebs.nix @@ -0,0 +1,18 @@ +{ lib, config, pkgs, ... }: +{ + imports = [ + <stockholm/krebs/2configs/repo-sync.nix> + ]; + + networking.firewall.allowedTCPPorts = [ 80 8010 9989 ]; + krebs.ci.enable = true; + krebs.ci.users.krebs ={ + all = true; + hosts = [ + "test-arch" + "test-centos6" + "test-centos7" + "test-all-krebs-modules" + ]; + }; +} |