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

👷 Add "fail-fast: true" default strategy to build test CI #27215

Conversation

thisiskeithb
Copy link
Member

@thisiskeithb thisiskeithb commented Jun 27, 2024

Description

Add fail-fast: true default strategy to build test CI so I don't have to look for this config option name/format when I want to make it false 😄

Yes, CI tests can be run locally, but it takes ~1.5 hours on my machine to run through them all since they don't run in parallel like they do on GitHub.

Benefits

It'll be easier to toggle this option while running CI tests in a PR and narrow in on failing tests.

@thisiskeithb thisiskeithb added the T: GitHub Admin GitHub actions, templates, website, etc. label Jun 27, 2024
@thinkyhead thinkyhead merged commit 9240ec8 into MarlinFirmware:bugfix-2.1.x Jun 27, 2024
62 checks passed
@thisiskeithb thisiskeithb deleted the pr/add_fail-fast_strategy_default branch June 27, 2024 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: GitHub Admin GitHub actions, templates, website, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants