-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Taskcluster cache for local Mercurial clones #2193
Comments
I'm looking into this and have a few questions:
|
I noticed that we already have cache enabled for the Integration hook. Unfortunately the hook on Community TC does not successfully run anymore due to a missing secret. We could restore that functionality, and test the clone & re-use from cache functionalities from that hook before updating runtime tasks WDYT @marco-c ? |
I spent a bit of time today on this topic and noticed a few things:
Next steps:
|
Yes, but I'm not sure what would be needed to do that.
Yeah I guess there's not way around that. |
Regarding the integration hook, I think it has been broken for a while. It would be useful to have it working again, though it's not a huge priority. |
In order to actually use the work done in #1517, we need to enable local cloning.
In order to enable local cloning, we need to make sure we don't clone from scratch in each task, but we rely on a Taskcluster cache.
The text was updated successfully, but these errors were encountered: