Skip to content
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

ci: cut down on cache spam #15000

Closed
shoenig opened this issue Oct 21, 2022 · 1 comment · Fixed by #15006
Closed

ci: cut down on cache spam #15000

shoenig opened this issue Oct 21, 2022 · 1 comment · Fixed by #15006

Comments

@shoenig
Copy link
Member

shoenig commented Oct 21, 2022

A screenshot is worth a thousand words. Currently test-core creates a Go module cache for each type of job - check, api, compile * [windows, linux, macos], api, package, where each one is nearly a gigabyte. I'm fairly sure we can reduce this all to 1 cache if we be smart and have the check job run first, and also have it do a a make bootstrap which accounts for a large chunk of the cache size.

Screenshot from 2022-10-21 08-51-45

@github-actions
Copy link

I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant