summaryrefslogtreecommitdiffstats
path: root/crates/runner/src/task.rs
AgeCommit message (Expand)Author
13 daysRename directories to match crate namesMatthias Schiffer
2024-04-13Replace 'inherit' recipe field with 'parent'Matthias Schiffer
2024-04-07runner: task: print detailed CPU usage for finished tasksMatthias Schiffer
2024-04-05runner: task: do not pass INPUT_HASH in task environmentMatthias Schiffer
2023-09-30Fix clippy warningsMatthias Schiffer
2021-11-17runner: handle force_run flag, warn if output hash does not matchMatthias 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-11-01runner: detect file conflicts in dependencies againMatthias Schiffer
2021-10-31runner: unpack dependencies only onceMatthias Schiffer
2021-10-30runner: set up /dev in separate directoryMatthias Schiffer
2021-10-30runner: remove unneeded reference reported by clippyMatthias Schiffer
2021-10-30runner: verify hash when unpacking dependenciesMatthias Schiffer
2021-10-30Make TaskOutput input hash optionalMatthias Schiffer
2021-10-28Pass workdir from driver to runnerMatthias Schiffer
2021-10-28runner: drop paths::abs() functionMatthias 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-28Pass full Output path to runnerMatthias Schiffer
2021-10-27runner: get rid of spawn argument funnellingMatthias Schiffer
2021-10-26runner: move Checkable trait into separabe moduleMatthias Schiffer
2021-10-26runner: move jobserver token handling into task processMatthias Schiffer
2021-10-26runner: pass jobserver to task handler as referenceMatthias Schiffer
2021-10-26runner: hold lock on task state dir while task is runningMatthias Schiffer
2021-10-26runner: do not delete whole task dir, only layer and work dirMatthias Schiffer
2021-10-25Move runner into separate crateMatthias Schiffer