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 | 462921984914029b87a2c3dc7b7a9f6a658eb8fe (patch) | |
tree | cde55ec7dcc633b3f3f5ee4463cb5c799513387e /shared | |
parent | 440e78fc9946d3abf74ae1eeeea1532e84fddec6 (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 2ea19e8aa..c614bd3c1 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 \ |