-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[master][bugfix] Remove exit 0 to avoid blocking in CI pipeline #20683
[master][bugfix] Remove exit 0 to avoid blocking in CI pipeline #20683
Conversation
Hey @mozga-intel , Thanks for submitting the PR
CI supported jobs: [windows-gpu, windows-cpu, centos-cpu, clang, centos-gpu, unix-gpu, unix-cpu, sanity, miscellaneous, website, edge] Note: |
I'm not sure I can follow you. Exit 0 means continue, non-zero means abort. To me it seems like you're rather disabling CI rather than fixing the issue clang is revealing and thus aborting... Or is this called in a chain of commands? |
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.
This is disabling clang-format.
@marcoabreu ; Thanks for the question!
on exit [n]
Finally, functions, when called, the exit 0 (within the function) exits a code ~ without a failure. The return has nothing to do with exit codes. |
@mxnet-bot run ci [centos-gpu] |
Jenkins CI successfully triggered : [centos-gpu] |
@mxnet-bot run ci [centos-gpu] |
Jenkins CI successfully triggered : [centos-gpu] |
@szha Could you please help with a merge? Thanks! |
thanks for the fix! |
Description
Exit 0, returns 'true' and then the CI is stopped; the 0 cannot be returned.
Checklist
Essentials
Changes
Comments