-
Notifications
You must be signed in to change notification settings - Fork 20.1k
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
Offline cache for github worker #29925
Comments
@karalabe @parithosh had something in the pipe to solve this. Not sure what the current state is. Basically, the cache is big because it's never cleared. It should be cleared more often. |
also FYI it is a local cache, it's just that copying it takes forever |
cc @elasticroentgen , How/when do we want to migrate the geth github actions runner into your infra? |
as stated on our devops ticket https://github.com/ethereum/devops/issues/1507 i've set up a potential solution for this, but never received feedback on it. If it works as expected (see the linked issue) i can assist in making the switch. |
We have a github action and a dedicated worker for it to run tests fast... but the thing caches Go build files into GitHub (uploading and downlaoding 3.5GB), so it takes 8 minutes to start the tester, 20 secs to test and 8 minutes to stop the tester. Crazy. We need to make the tester cache locally, since our dedicated builder is a unique snowflake.
Also should enable race detector runs on it.
The text was updated successfully, but these errors were encountered: