diff options
author | lassulus <lass@aidsballs.de> | 2016-08-07 11:24:49 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-08-07 11:24:49 +0200 |
commit | 9582c7e679ec948bac032bbf27c465d2bba4caaf (patch) | |
tree | 230a02afbf1e68103b9ca14be375d24dcad6cf51 /shared | |
parent | e3870f88045496b9332b2831675cb6c0cc014ed2 (diff) |
s 2 buildbot: use make for build-local
Diffstat (limited to 'shared')
-rw-r--r-- | shared/2configs/shared-buildbot.nix | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/shared/2configs/shared-buildbot.nix b/shared/2configs/shared-buildbot.nix index 58db4c9..a873c8e 100644 --- a/shared/2configs/shared-buildbot.nix +++ b/shared/2configs/shared-buildbot.nix @@ -120,14 +120,14 @@ f.addStep(grab_repo) addShell(f,name="build-test-all-modules",env=env, - command=nixshell + \ - ["touch retiolum.rsa_key.priv; \ - nix-build \ - --show-trace --no-out-link \ - -I nixos-config=./shared/1systems/test-all-krebs-modules.nix \ - -I secrets=. \ - -A config.system.build.toplevel"] - ) + command=nixshell + \ + ["mkdir -p /tmp/testbuild/$LOGNAME && touch /tmp/testbuild/$LOGNAME/.populate; \ + make \ + test \ + target=$LOGNAME@${config.krebs.build.host.name}/tmp/testbuild/$LOGNAME \ + method=build \ + system=test-all-krebs-modules"] + ) bu.append(util.BuilderConfig(name="build-local", slavenames=slavenames, |