-
Notifications
You must be signed in to change notification settings - Fork 11
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
Failed installation ends with exit code 0 #40
Comments
This error happens when for some reason the key and secret being used is not from the correct account, or it has been deleted. This exactly is the block where we are ignoring the error code: https://github.com/cloud-bulldozer/perfscale-managed-services/blob/main/osde2e-wrapper.py#L160:L180 My guess would be to add it there, but I don't know if this will affect other scenarios. |
Another example of failed installation (_build_cluster function ends on ERROR) but job is success:
|
Need to check this installation, job is marked as sucess, but installation have failed.
Exit code is 0 somewhere where it should be 1
https://jenkins.scalelab.redhat.com/job/SCALE-CI-MS-ROSA/14/console
The text was updated successfully, but these errors were encountered: