-
Notifications
You must be signed in to change notification settings - Fork 53
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
Cli command should return valid exit_code. #163
Comments
Just to add some context, this particular issue was the result of
I've seen other errors result in |
* Ignore ther accounts for non-ahv clusters * black formatting (cherry picked from commit 436f5b5d2f08e665659bcb25fc1984d2168ffddc)
* Ignore ther accounts for non-ahv clusters * black formatting (cherry picked from commit 436f5b5d2f08e665659bcb25fc1984d2168ffddc) (cherry picked from commit d4eef0d)
* updated vpc project tests * Updating filter for accounts API call to update VPC cache (#162) Summary: Updating filter for accounts API call to update VPC cach Test Plan: NA Reviewers: abhijeet.kaura Subscribers: nisarg.shah1 Bugs: #CALM-33047 Blame Revision: NA Revert Plan: NA Differential Revision: http://ph.eng.nutanix.com/D16603 * (#CALM-30585) Add support for custom roles in ACPs (#146) (#CALM-30585) Add support for custom roles in ACPs * Ignore the accounts for non-ahv clusters for cache update (#163) * Ignore ther accounts for non-ahv clusters * black formatting * vpc-automation-changes * make black changes * black format Co-authored-by: Yedhu Tilak P <[email protected]> Co-authored-by: Abhijeet Singh Kaurav <[email protected]> (cherry picked from commit 2fce6f7f1add4fac8844a1601381e99fb6f30cb4)
calm create bp
command return azero exit code
even though it results in anError
. Calm command should return an exit code other than zero on error.Use-case: within a CI/CD pipeline, the exit code is resulting is false job completion status.
The text was updated successfully, but these errors were encountered: