diff options
| author | tv <tv@krebsco.de> | 2016-02-04 01:31:21 +0100 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2016-02-04 01:31:21 +0100 |
| commit | 5d34088c652112418ca9e8c9c4756bdf068e3fdf (patch) | |
| tree | d50c68c1676b492412861d5e46a606751da32a26 /shared/2configs/buildbot-standalone.nix | |
| parent | 21718b041f96391ec91497a4932cb6d8bd7f2f30 (diff) | |
| parent | 5b1e066cbd3106d03300276a704955df6cf7657e (diff) | |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'shared/2configs/buildbot-standalone.nix')
| -rw-r--r-- | shared/2configs/buildbot-standalone.nix | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/shared/2configs/buildbot-standalone.nix b/shared/2configs/buildbot-standalone.nix index 3275189..c614bd3 100644 --- a/shared/2configs/buildbot-standalone.nix +++ b/shared/2configs/buildbot-standalone.nix @@ -1,11 +1,6 @@ { lib, config, pkgs, ... }: -let - pkgs-unst = import (fetchTarball https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz) {}; -in { - nixpkgs.config.packageOverrides = pkgs: { - buildbot = pkgs-unst.buildbot; - buildbot-slave = pkgs-unst.buildbot-slave; - }; + +{ networking.firewall.allowedTCPPorts = [ 8010 9989 ]; krebs.buildbot.master = { secrets = [ "retiolum-ci.rsa_key.priv" "cac.json" ]; @@ -89,6 +84,7 @@ in { nix-instantiate --eval -A \ users.shared.test-all-krebs-modules.system \ -I stockholm=. \ + --show-trace \ -I secrets=. '<stockholm>' \ --argstr current-date lol \ --argstr current-user-name shared \ @@ -101,6 +97,7 @@ in { users.shared.test-minimal-deploy.system \ -I stockholm=. \ -I secrets=. '<stockholm>' \ + --show-trace \ --argstr current-date lol \ --argstr current-user-name shared \ --argstr current-host-name lol \ |
