-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Cache: Increasing client validation to 10GB #934
Cache: Increasing client validation to 10GB #934
Conversation
Please update the README as well: toolkit/packages/cache/README.md Line 7 in e2eeb0a
|
LGTM to me, but holding back on the sign off to make sure that README is updated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Hey @dhadka , The npm audit check has been failing. Is it okay to tackle it separately and not include it in this PR? |
@aparna-ravindra re: "The npm audit check has been failing. Is it okay to tackle it separately and not include it in this PR?", I would check with the actions-service team to see if they plan to do this as that audit is running against the entire toolkit and not just this module. But I do agree it makes sense to tackle it separately. |
Now it defaults to ccache default 5G. This is to provide better cache behavior with upstream change: actions/toolkit#934
The toolkit contains a check on the client side to ensure that the cache artifact being uploaded is atmost 5GB in size. This PR aims at increasing the size limit to 10GB instead.
The ADR for this change can be found here.