summaryrefslogtreecommitdiffstats
path: root/krops.nix
diff options
context:
space:
mode:
authorlassulus <lass@blue.r>2018-09-08 12:10:45 +0200
committerlassulus <lass@blue.r>2018-09-08 12:10:45 +0200
commit13e5f9f46a146437c6157a2728120cc86871df1c (patch)
tree483590a6a1a8ff84140242c269471223c976643e /krops.nix
parent346e40de53098166700c4da580a329d931cdb452 (diff)
m krops.nix: prepare for buildbot
Diffstat (limited to 'krops.nix')
-rw-r--r--krops.nix10
1 files changed, 4 insertions, 6 deletions
diff --git a/krops.nix b/krops.nix
index 3b5f3df9c..9a701dcac 100644
--- a/krops.nix
+++ b/krops.nix
@@ -81,10 +81,8 @@ in {
target = "${lib.getEnv "HOME"}/tmp/${name}-krops-test-src";
};
- ci = map (host:
- pkgs.krops.writeTest "${host.name}-test" {
- source = source { test = true; };
- target = "${lib.getEnv "TMPDIR"}/makefu/${host.name}";
- }
- ) (lib.filter (host: lib.getAttr "ci" host && host.owner == "makefu") (lib.attrValues config.krebs.hosts));
+ ci = pkgs.krops.writeTest "${name}-test" {
+ source = source { test = true; };
+ target = "${lib.getEnv "HOME"}/stockholm-build";
+ };
}
[cgit] Unable to lock slot /tmp/cgit/7f000000.lock: No such file or directory (2)