diff options
author | makefu <github@syntax-fehler.de> | 2016-01-19 22:39:43 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-01-19 22:39:43 +0100 |
commit | 631c8b6fdeed5c4a45015cdeec6347aeb5a7ad42 (patch) | |
tree | a354ed88d033eae8c04c7f18f049a44364a36875 /shared | |
parent | 8bf0e7a7f51014280a8bb60aa0fa00ab19060ef5 (diff) |
s 2 buildbot: add show-trace
Diffstat (limited to 'shared')
-rw-r--r-- | shared/2configs/buildbot-standalone.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/2configs/buildbot-standalone.nix b/shared/2configs/buildbot-standalone.nix index 2ea19e8..c614bd3 100644 --- a/shared/2configs/buildbot-standalone.nix +++ b/shared/2configs/buildbot-standalone.nix @@ -84,6 +84,7 @@ 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 \ @@ -96,6 +97,7 @@ 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 \ |