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

run: add --fail-fast parameter #617

Merged
merged 1 commit into from
Nov 12, 2024
Merged

run: add --fail-fast parameter #617

merged 1 commit into from
Nov 12, 2024

Conversation

fho
Copy link
Collaborator

@fho fho commented Nov 12, 2024

Add a "--fail-fast" parameter to "baur run".
By default it is disabled, to keep downwards compatibility with the
current baur version

If enabled, "baur run" continues to execute tasks when one fails.
When disabled and a task execution to fails, execution of other queued
tasks are skipped. Concurrently running tasks are not aborted.

@fho fho self-assigned this Nov 12, 2024
Add a "--fail-fast" parameter to "baur run".
By default it is disabled, to keep downwards compatibility with the
current baur version

If enabled, "baur run" continues to execute tasks when one fails.
When disabled and a task execution to fails, execution of other queued
tasks are skipped. Concurrently running tasks are not aborted.
@fho fho merged commit 7b8abe1 into main Nov 12, 2024
6 checks passed
@fho fho deleted the failfast_flag branch November 12, 2024 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant