summaryrefslogtreecommitdiffstats
path: root/crates/driver/src/driver.rs
AgeCommit message (Expand)Author
12 daysRename directories to match crate namesMatthias Schiffer
13 daysdriver: rename task_setup() to task_preamble(), improve code styleMatthias Schiffer
2024-04-13Replace 'inherit' recipe field with 'parent'Matthias Schiffer
2024-04-13driver: template: rename eval() to eval_sh(), eval_raw() to eval()Matthias Schiffer
2024-04-07driver: implement "soft" SIGINT handlingMatthias Schiffer
2024-04-06driver: add --keep-going flagMatthias Schiffer
2024-04-06driver: do not kill remaining tasks immediately on failureMatthias Schiffer
2024-04-06driver: refactor CompletionState::task_deps()Matthias Schiffer
2024-04-02Update dependenciesMatthias Schiffer
2023-09-30Update dependenciesMatthias Schiffer
2021-11-17driver: pass force_run flag to runnerMatthias Schiffer
2021-11-16driver: pass set of tasks to force-run to driver instanceMatthias Schiffer
2021-11-06driver: return output from spawn_task() for skipped tasksMatthias Schiffer
2021-11-01runner: use rootfs passed in Task definitionMatthias Schiffer
2021-11-01runner: allow passing a map of pins with a task submissionMatthias Schiffer
2021-10-31driver: add toolchain prefix to PATHMatthias Schiffer
2021-10-30driver: context: change get()/index() argument to TaskRefMatthias Schiffer
2021-10-30driver: skip submission of empty tasksMatthias Schiffer
2021-10-30Make TaskOutput input hash optionalMatthias Schiffer
2021-10-28Pass workdir from driver to runnerMatthias Schiffer
2021-10-28Move handling of current directory of task to driverMatthias Schiffer
2021-10-28Pass target directory for download archives from driver to runnerMatthias Schiffer
2021-10-28Split paths module into driver and runner partsMatthias Schiffer
2021-10-28Pass full Output path to runnerMatthias Schiffer
2021-10-28Rename executor to driverMatthias Schiffer