-
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 keyword to check if RHODS is Self managed #662
Conversation
Kudos, SonarCloud Quality Gate passed!
|
... name=addon-managed-odh-catalog | ||
... namespace=redhat-ods-operator | ||
IF ${is_managed} == ${TRUE} | ||
${is_self_managed}= Set Variable ${FALSE} |
Check warning
Code scanning / Robocop
The assignment sign is not consistent within the file. Expected '{{ expected_sign }}' but got '{{ actual_sign }}' instead
IF ${is_managed} == ${TRUE} | ||
${is_self_managed}= Set Variable ${FALSE} | ||
ELSE | ||
${is_self_managed}= Set Variable ${TRUE} |
Check warning
Code scanning / Robocop
The assignment sign is not consistent within the file. Expected '{{ expected_sign }}' but got '{{ actual_sign }}' instead
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.
/lgtm
Self managed catalog source has changed (at least when RHODS is installed using olm script) so our tests are broken. The fix consists in trying to fetch the managed service addon, and if it doesn't exist, then RHODS is self managed