summaryrefslogtreecommitdiffstats
path: root/crates/driver/src/driver.rs
AgeCommit message (Expand)Author
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