summaryrefslogtreecommitdiffstats
path: root/shared/2configs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-12-30 14:47:40 +0100
committermakefu <github@syntax-fehler.de>2015-12-30 14:52:11 +0100
commitca9e1700ef0deac0b71d4c3e2a6d1ee0a0ccbc42 (patch)
tree6e290e29375e4bd5730ab83109d2a88971ab8c8b /shared/2configs
parentf7894c29dbfb8404aeb9f4d387942fd638434a22 (diff)
s 1 minimal-deploy: init test
Diffstat (limited to 'shared/2configs')
-rw-r--r--shared/2configs/buildbot-standalone.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/shared/2configs/buildbot-standalone.nix b/shared/2configs/buildbot-standalone.nix
index c62f8920..6ffd7fe8 100644
--- a/shared/2configs/buildbot-standalone.nix
+++ b/shared/2configs/buildbot-standalone.nix
@@ -94,6 +94,17 @@ in {
--argstr current-host-name lol \
--strict --json"])
+ addShell(f,name="instantiate-test-minimal-deploy",env=env,
+ command=nixshell + \
+ ["nix-instantiate --eval -A \
+ users.shared.test-minimal-deploy.system \
+ -I stockholm=. \
+ -I secrets=. '<stockholm>' \
+ --argstr current-date lol \
+ --argstr current-user-name shared \
+ --argstr current-host-name lol \
+ --strict --json"])
+
bu.append(util.BuilderConfig(name="fast-tests",
slavenames=slavenames,
factory=f))