s 2 buildbot: add show-trace

This commit is contained in:
makefu 2016-01-19 22:39:43 +01:00
parent 440e78fc99
commit 4629219849

View File

@ -84,6 +84,7 @@
nix-instantiate --eval -A \ nix-instantiate --eval -A \
users.shared.test-all-krebs-modules.system \ users.shared.test-all-krebs-modules.system \
-I stockholm=. \ -I stockholm=. \
--show-trace \
-I secrets=. '<stockholm>' \ -I secrets=. '<stockholm>' \
--argstr current-date lol \ --argstr current-date lol \
--argstr current-user-name shared \ --argstr current-user-name shared \
@ -96,6 +97,7 @@
users.shared.test-minimal-deploy.system \ users.shared.test-minimal-deploy.system \
-I stockholm=. \ -I stockholm=. \
-I secrets=. '<stockholm>' \ -I secrets=. '<stockholm>' \
--show-trace \
--argstr current-date lol \ --argstr current-date lol \
--argstr current-user-name shared \ --argstr current-user-name shared \
--argstr current-host-name lol \ --argstr current-host-name lol \