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

fix(flow): fail parent on failure by default #2682

Merged
merged 2 commits into from
Aug 14, 2024
Merged

Conversation

roggervalf
Copy link
Collaborator

@roggervalf roggervalf commented Aug 1, 2024

our current behavior keeps parent in waiting-children state when regular children fail, instead we should fail parent directly as regular children must be considered as hard dependencies. For soft dependencies we have other options like removeDependencyOnFailure or ignoreDependencyOnFailure.
fixes #800

Copy link
Contributor

@manast manast left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but as we are changing a default behaviour this would indeed be a breaking change.

@roggervalf roggervalf changed the base branch from master to v6 August 10, 2024 17:24
@roggervalf roggervalf merged commit c8de640 into v6 Aug 14, 2024
9 of 10 checks passed
@roggervalf roggervalf deleted the fix-fpof-default branch August 14, 2024 04:41
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.

Parent job does not execute when child job fails
2 participants