Skip to content
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

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

CFSNM
Copy link
Contributor

@CFSNM CFSNM commented Nov 25, 2024

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

Copy link
Contributor

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass %
577 0 0 577 100

@CFSNM CFSNM added the verified This PR has been tested with Jenkins label Nov 25, 2024
aloganat
aloganat previously approved these changes Nov 25, 2024
@bdattoma
Copy link
Contributor

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.
To me, the new changes look ok, however I'd also ask them to have a look in case we're missing something. Thanks!!

@CFSNM
Copy link
Contributor Author

CFSNM commented Nov 25, 2024

thanks @bdattoma

Copy link

sonarcloud bot commented Nov 25, 2024

@@ -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

Keyword name 'Run and Watch Command' does not follow case convention
@CFSNM CFSNM requested a review from aloganat November 25, 2024 13:16
@CFSNM CFSNM merged commit d878313 into red-hat-data-services:master Nov 25, 2024
8 checks passed
@CFSNM CFSNM deleted the test_uninstall_sm branch November 25, 2024 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
verified This PR has been tested with Jenkins
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants