garlicd: allow manual experiment executions

This commit is contained in:
2021-02-24 19:45:47 +01:00
parent ceb25e5d18
commit 0b95ea20b7
5 changed files with 119 additions and 55 deletions

View File

@@ -35,7 +35,10 @@ rec {
};
};
in trebuchet // rec {
result = pp.resultFromLauncher (pp.launcher trebuchet);
result = pp.store {
trebuchet=trebuchet;
experiment=trebuchet.experiment;
};
timetable = pp.timetable result;
};