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

Avoid cancellation of other architecture tests if one fails #345

Closed
wants to merge 1 commit into from

Conversation

frostedoyster
Copy link
Collaborator

@frostedoyster frostedoyster commented Sep 25, 2024

Prevents all architecture tests from being cancelled if one fails


📚 Documentation preview 📚: https://metatrain--345.org.readthedocs.build/en/345/

@Luthaf
Copy link
Member

Luthaf commented Sep 25, 2024

Why? the point of cancelling is to not waste CI time doing the same thing twice since the CI will have to re-run after the one architecture is fixed.

@frostedoyster
Copy link
Collaborator Author

I think it's useful to see what broke and what didn't. Anyway, there is a codecov issue

@Luthaf
Copy link
Member

Luthaf commented Sep 25, 2024

It can be useful, but it also hogs resources in a single PR. As far as I understand, github only allows for a limited number of simultaneous jobs across a given organization, so every job running on code that we know is broken might prevent CI from running in a separate PR on a separate repo.

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