Include an index in the trebuchet

This commit is contained in:
2020-10-08 19:48:20 +02:00
parent 45afe7d391
commit 654e243735
10 changed files with 59 additions and 182 deletions

View File

@@ -101,7 +101,7 @@ let
isolate = {stage, conf, ...}: with conf; w.isolate {
program = stageProgram stage;
clusterName = "mn4";
inherit nixPrefix;
inherit stage nixPrefix;
};
extrae = {stage, conf, ...}: w.extrae {
@@ -200,7 +200,8 @@ let
trebuchet = stage: w.trebuchet {
program = stageProgram stage;
nixPrefix = common.nixPrefix;
experiment = experiment;
#experiment = experiment;
inherit stage;
};
isolatedRun = stage: isolate {