m krops.nix: prepare for buildbot
This commit is contained in:
parent
eeb7f02034
commit
32548552b0
@ -81,10 +81,8 @@ in {
|
|||||||
target = "${lib.getEnv "HOME"}/tmp/${name}-krops-test-src";
|
target = "${lib.getEnv "HOME"}/tmp/${name}-krops-test-src";
|
||||||
};
|
};
|
||||||
|
|
||||||
ci = map (host:
|
ci = pkgs.krops.writeTest "${name}-test" {
|
||||||
pkgs.krops.writeTest "${host.name}-test" {
|
source = source { test = true; };
|
||||||
source = source { test = true; };
|
target = "${lib.getEnv "HOME"}/stockholm-build";
|
||||||
target = "${lib.getEnv "TMPDIR"}/makefu/${host.name}";
|
};
|
||||||
}
|
|
||||||
) (lib.filter (host: lib.getAttr "ci" host && host.owner == "makefu") (lib.attrValues config.krebs.hosts));
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user