stdexp: add result and timetable targets

These targets allow one experiment to directly refer to another
experiment results, thus a dependency chain can be formed to ensure
execution order.

It also simplifies the dataset definition, as they can be automatically
fetched from the experiment directly.
This commit is contained in:
2021-02-03 12:37:54 +01:00
parent b453c12253
commit e89139284a
2 changed files with 15 additions and 8 deletions

View File

@@ -69,7 +69,7 @@
# Load some helper functions to generate app variants
stdexp = callPackage ./stdexp.nix {
inherit (bsc.garlic) targetMachine stages;
inherit (bsc.garlic) targetMachine stages pp;
};
# Execution stages