-
Notifications
You must be signed in to change notification settings - Fork 81
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
Remove SMMR clean up from KServe test teardown #1082
Remove SMMR clean up from KServe test teardown #1082
Conversation
Signed-off-by: bdattoma <[email protected]>
Signed-off-by: bdattoma <[email protected]>
Signed-off-by: bdattoma <[email protected]>
Robot Results
|
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.
Some of these Robocop warnings could be easily dismissed. Otherwise LGTM, Berto. Thank you 🙂 Looking forward to a link to CI.
Signed-off-by: bdattoma <[email protected]>
robocop alerts fixed (unless new ones appear after the check runs again). PR validation: |
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.
Still one easy to remove Robocop warning but approving 😄
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
The kserve tests try to delete the test namespace from the ServiceMeshMemberRoll (SMMR) but most of the time it fails, because the model controller does it automatically (it wasn't like this in origin, but then it got fixed).
This PR is removing the SMMR clean up and replace it with a check to ensure that the model controller actually does it automatically.