-
Notifications
You must be signed in to change notification settings - Fork 82
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
fix: use cleanup.sh script to uninstall in sm clusters #2071
Conversation
07825c7
to
0b36425
Compare
Robot Results
|
I'm adding @lugi0 and @tarukumar among the reviewers because from the history of the file it seems they were the main maintainer of that uninstall keyword. |
thanks @bdattoma |
0b36425
to
a3ef31d
Compare
Quality Gate passedIssues Measures |
@@ -55,7 +52,7 @@ | |||
Uninstall RHODS In Self Managed Cluster Using CLI | |||
[Documentation] UnInstall rhods on self-managedcluster using cli | |||
Clone OLM Install Repo | |||
${return_code} Run and Watch Command cd ${EXECDIR}/${OLM_DIR} && ./cleanup.sh -t operator timeout=10 min | |||
${return_code} Run and Watch Command cd ${EXECDIR}/${OLM_DIR} && ./cleanup.sh -t operator -k timeout=10 min |
Check warning
Code scanning / Robocop
Keyword name '{{ keyword_name }}' does not follow case convention Warning
As discussed with @bdattoma and @aloganat, we were not using olminstall scripts to uninstall ODH/RHOAI. This PR replaces the "Uninstall RHODS V2" Kw by the one for selfmanaged clusters, using cleanup script