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: fail slowly #2365

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

lesshonor
Copy link
Contributor

@lesshonor lesshonor commented Jul 5, 2024

Instead of cancelling all jobs in the build or test matrices if one fails, allow remaining jobs to continue running.

This lowers the impact of transient problems with CI actions/runners, and provides more complete testing feedback on submissions. (This test run, for example, might have benefited from not being halted early.)

@lesshonor lesshonor requested a review from a team as a code owner July 5, 2024 20:14
Instead of cancelling all test/build jobs in the matrix if one fails,
allow remaining jobs to continue.

This lowers the impact of transient errors on CI and provides more
complete testing feedback on submissions.
@lesshonor lesshonor changed the title ci(build): fail slowly ci: fail slowly Jul 5, 2024
@Nick-Munnich Nick-Munnich added the github_actions Pull requests that update Github_actions code label Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update Github_actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants