You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
So, AFAIK, what happens is that the worker type pool will have many caches, and the workers will rotate through them. That is, you can't assume that the workers all share a single cache -- but each worker will start with a cache that's relatively fresh, and then freshen it. It makes a huge difference for a-s, since we sccache all of our Rust compilation.
But! It's not suitable for, say, a Gradle build cache across simultaneous tasks. (But it would still help for this.)
data-sync-user
changed the title
FNX3-22155 ⁃ [automation] Use docker-worker Taskcluster caches
[automation] Use docker-worker Taskcluster caches
Jun 21, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is a sub-ticket of #1273. Right now,
~/.gradle
is baked into the Docker image; we really want that to be dynamically cached and shared across tasks using a docker-worker Taskcluster cache. See https://github.com/mozilla/application-services/blob/aee3c55412b35d69a774194a6197da28116a04e4/automation/taskcluster/decision_task.py#L168. This probably depends on #1461; start with that.┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: