summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/shared-buildbot.nix
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2017-07-28 15:09:33 +0200
committerlassulus <lassulus@lassul.us>2017-07-28 15:09:33 +0200
commitb3d2040b1eb692c1add4a74774a216a0d2ae49cd (patch)
tree19ceebb884102ce4b67e24d764b227832a3afd9f /krebs/2configs/shared-buildbot.nix
parente312a5f9616ac65102b63919d55bd72264a5e3a6 (diff)
krebs: shared-buildbot -> buildbot-krebs
Diffstat (limited to 'krebs/2configs/shared-buildbot.nix')
-rw-r--r--krebs/2configs/shared-buildbot.nix18
1 files changed, 0 insertions, 18 deletions
diff --git a/krebs/2configs/shared-buildbot.nix b/krebs/2configs/shared-buildbot.nix
deleted file mode 100644
index 7f243b50..00000000
--- a/krebs/2configs/shared-buildbot.nix
+++ /dev/null
@@ -1,18 +0,0 @@
-{ 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"
- ];
- };
-}