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

Fix CI cache #4276

Merged
merged 23 commits into from
Jan 4, 2024
Merged

Fix CI cache #4276

merged 23 commits into from
Jan 4, 2024

Conversation

Nutomic
Copy link
Member

@Nutomic Nutomic commented Dec 15, 2023

I finally fixed the problems with ci caching:

  • Fail CI run on cache error so that we can actually notice and fix problems
  • Increase timeout for cache operations (default is only 3m)
  • Disable cache compression (takes unnecessary time)

@Nutomic Nutomic changed the title Minor CI improvements (second attempt) Fix CI cache Dec 15, 2023
@Nutomic Nutomic marked this pull request as draft December 15, 2023 11:29
@Nutomic Nutomic marked this pull request as ready for review December 22, 2023 09:56
@Nutomic
Copy link
Member Author

Nutomic commented Jan 2, 2024

Found the problem, there is a default timeout of 3m for cache restore and rebuild, changed that to 30m now. Also disabled compression which is enabled by default.

@dessalines dessalines merged commit 952c162 into main Jan 4, 2024
2 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.

2 participants