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

Disable fail fast for GitHub Action matrix #571

Merged
merged 1 commit into from
Jul 14, 2023

Conversation

aaron-ai
Copy link
Member

Which Issue(s) This PR Fixes

Fixes #570

Brief Description

By default, the GitHub Actions matrix strategy enables a "fail-fast" mechanism, which leads to some build results in specific environments being invisible to us due to the cancellation of remaining tasks when any task fails. We hope to disable this "fail-fast" feature so that we can see the complete build results, as the remaining tasks will be allowed to continue running even if a task fails.

How Did You Test This Change?

No need testings.

@aaron-ai aaron-ai merged commit 7a73ec9 into apache:master Jul 14, 2023
24 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.

[Enhancement] Disable fail fast for GitHub Action matrix
2 participants