-
Notifications
You must be signed in to change notification settings - Fork 630
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 ignoreThenFail error strategy #4686
Conversation
Signed-off-by: Ben Sherman <bentshermann@gmail.com>
✅ Deploy Preview for nextflow-docs-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Signed-off-by: Ben Sherman <bentshermann@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests are needed
Signed-off-by: Ben Sherman <bentshermann@gmail.com>
Hey everyone, can I restart this one a bit? It would be a very useful feature! |
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
The problem with this is that |
unfortunately the shorter one is not as clear |
Was thinking a couple of other implementation alternatives:
|
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
…egy-v3 [ci fast] 4446 ignore then fail strategy v3
Signed-off-by: Ben Sherman <bentshermann@gmail.com>
I will review the docs and then it should be good to go |
Close #4446
Test example:
This pipeline will ignore the failed task but then return a non-zero exit code.