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: disable Go cache #1156

Merged

Conversation

austinvazquez
Copy link
Member

@austinvazquez austinvazquez commented Oct 29, 2024

Issue #, if available:
N/A

Description of changes:
This change disables Go cache which is taking 5-7 minutes to compression dependencies on workflow teardown. The macOS caches are ~2GB in size and putting us over storage limit (10GB) which results in the caches be evicted frequently.

Testing done:
CI runs faster with caching disabled.

  • I've reviewed the guidance in CONTRIBUTING.md

License Acceptance

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@austinvazquez austinvazquez force-pushed the disable-go-cache-unless-main branch from da931de to 8e1f47a Compare October 30, 2024 14:13
This change disables Go cache which is taking 5-7 minutes to create per
workflow.

Signed-off-by: Austin Vazquez <macedonv@amazon.com>
@austinvazquez austinvazquez force-pushed the disable-go-cache-unless-main branch from 8e1f47a to d98cc2c Compare October 30, 2024 14:17
@austinvazquez austinvazquez marked this pull request as ready for review October 30, 2024 14:21
@austinvazquez austinvazquez requested a review from a team as a code owner October 30, 2024 14:21
@austinvazquez austinvazquez changed the title ci: disable Go cache unless on default branch ci: disable Go cache Oct 30, 2024
@austinvazquez austinvazquez enabled auto-merge (squash) October 30, 2024 15:31
@austinvazquez austinvazquez merged commit 9c72ad1 into runfinch:main Oct 31, 2024
53 of 54 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants