The tasks are not cached for pull request CI #225
Labels
cost & perf
Speeding up and lowering cost for the pipeline
taskcluster
Issues related to the Taskcluster implementation of the training pipeline
I would expect the following behavior: if all the data and code files that serve as a step input (including ci kinds and transforms) are unchanged, it should use the cached output. Sometimes you want to debug the last step of the pipeline on taskcluster and CI is a convenient way to do that. Then it shouldn’t rerun the whole thing every time. It adds to costs and wait time.
Also, the cache should be reused across all the PRs/runs. I don't see any risks with that as soon as we can trust the caching mechanism to take into account everything that affects the output.
The text was updated successfully, but these errors were encountered: