l 2 buildbot-standalone: use git dummy-secrets
This commit is contained in:
parent
01dc6b6cab
commit
a78f3e3ebe
@ -44,7 +44,7 @@
|
|||||||
grab_repo = steps.Git(repourl=stockholm_repo, mode='incremental')
|
grab_repo = steps.Git(repourl=stockholm_repo, mode='incremental')
|
||||||
|
|
||||||
# TODO: get nixpkgs/stockholm paths from krebs
|
# TODO: get nixpkgs/stockholm paths from krebs
|
||||||
env = {"LOGNAME": "lass", "NIX_REMOTE": "daemon", "dummy_secrets": "true", "NIX_PATH": "nixpkgs=/var/src/nixpkgs:stockholm=/var/src/stockholm"}
|
env = {"LOGNAME": "lass", "NIX_REMOTE": "daemon", "dummy_secrets": "true"}
|
||||||
|
|
||||||
# prepare nix-shell
|
# prepare nix-shell
|
||||||
# the dependencies which are used by the test script
|
# the dependencies which are used by the test script
|
||||||
@ -71,7 +71,8 @@
|
|||||||
["nix-build \
|
["nix-build \
|
||||||
--show-trace --no-out-link \
|
--show-trace --no-out-link \
|
||||||
-I nixos-config=./lass/1systems/{}.nix \
|
-I nixos-config=./lass/1systems/{}.nix \
|
||||||
-I secrets=/var/src/stockholm/lass/2configs/tests/dummy-secrets \
|
-I secrets=./lass/2configs/tests/dummy-secrets \
|
||||||
|
-I stockholm=. \
|
||||||
-A config.system.build.toplevel".format(i)])
|
-A config.system.build.toplevel".format(i)])
|
||||||
|
|
||||||
bu.append(util.BuilderConfig(name="build-all",
|
bu.append(util.BuilderConfig(name="build-all",
|
||||||
|
Loading…
Reference in New Issue
Block a user