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

[Bug]: #2531

Closed
1 task done
juanjalil opened this issue Apr 19, 2024 · 0 comments · Fixed by #2540
Closed
1 task done

[Bug]: #2531

juanjalil opened this issue Apr 19, 2024 · 0 comments · Fixed by #2540
Labels
bug Something isn't working

Comments

@juanjalil
Copy link

Version

5.7.2

Platform

NodeJS

What happened?

I have a job with a parent and the job is configured with ignoreDependencyOnFailure set to true. This works as expected if the job errors in anyway. But if the jobs stalls more then the allowable limits and ends up, the parent job never completes and gets stuck forever.

How to reproduce.

  • Have a job with a dependency
  • Set the job with ignoreDependencyOnFailure
  • Set the stalledCount to 1
  • Manually kill the dependency job twice to simulate stall

Relevant log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@juanjalil juanjalil added the bug Something isn't working label Apr 19, 2024
github-actions bot pushed a commit that referenced this issue Apr 24, 2024
## [5.7.5](v5.7.4...v5.7.5) (2024-04-24)

### Bug Fixes

* **stalled:** consider ignoreDependencyOnFailure option (python) ([#2540](#2540)) fixes [#2531](#2531) ([0140959](0140959))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant