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

Tweak CI workflow behavior #192

Merged
merged 1 commit into from
Sep 12, 2024
Merged

Tweak CI workflow behavior #192

merged 1 commit into from
Sep 12, 2024

Conversation

altheaden
Copy link
Collaborator

In this PR I made a few tweaks to the behavior of the CI workflows. These changes are:

  1. cancel_others is now set to false by default, which should make it easier to decipher if a bug is isolated to a specific version of python via CI
  2. The defaults channel has been removed as we can now exclusively use conda-forge
  3. The timeout for the pre-commit job has been upped to 5 minutes

@altheaden altheaden added the ci Changes affect github actions CI label Sep 11, 2024
@@ -36,7 +36,7 @@ jobs:
with:
activate-environment: "mache_ci"
miniforge-version: latest
channels: conda-forge,e3sm/label/mache,defaults
channels: conda-forge,e3sm/label/mache
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
channels: conda-forge,e3sm/label/mache
channels: conda-forge

I don't think we ever use the mache label on the e3sm channel so this must just have been copied from compass or polaris.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed!

@xylar xylar merged commit c9273f7 into E3SM-Project:main Sep 12, 2024
5 checks passed
@altheaden altheaden deleted the tweak-ci branch September 12, 2024 15:24
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