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

Remove conda caching in CI #225

Merged
merged 1 commit into from
Jan 31, 2025
Merged

Conversation

altheaden
Copy link
Collaborator

In this PR, I've removed the conda caching job from the build workflow. This will hopefully fix the random CI crashing errors we're seeing across many repos right now.

Checklist

  • Testing comment in the PR documents testing used to verify the changes

@altheaden altheaden added the ci Changes affect github actions CI label Jan 31, 2025
@altheaden altheaden requested a review from xylar January 31, 2025 21:54
@altheaden
Copy link
Collaborator Author

Testing

I tested this with a couple of runs on my fork of mache, but it's not really possible to say if it is actually fixed since it appears to happen semi-randomly. We'll have to wait and see as we do more testing in general if it's really fixed.

@altheaden
Copy link
Collaborator Author

@xylar I noticed that we also use caching in the docs workflow. Obv since it's only one job we don't have the race condition issue that we (most likely) have here, but generally speaking do you think it is useful to keep the caching in the docs workflow or should I remove that in this PR also?

@xylar
Copy link
Collaborator

xylar commented Jan 31, 2025

Yes, please also make a PR to remove caching from the docs workflow, just in case. You can combine them into one PR on other repos (e.g. compass and polaris).

@xylar xylar merged commit f76124b into E3SM-Project:main Jan 31, 2025
6 checks passed
@xylar xylar deleted the remove-ci-caching branch January 31, 2025 21:59
@xylar
Copy link
Collaborator

xylar commented Jan 31, 2025

@altheaden, thanks for doing this and especially for the testing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Changes affect github actions CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants