-
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
Support odh-nightlies channel and update operatorhub install logic #880
Support odh-nightlies channel and update operatorhub install logic #880
Conversation
…operatorhub install Signed-off-by: Luca Giorgi <[email protected]>
Kudos, SonarCloud Quality Gate passed!
|
@@ -38,18 +42,18 @@ | |||
... timeout=2000 | |||
Wait For Pods Status namespace=redhat-ods-operator timeout=1200 | |||
Log Verified redhat-ods-operator console=yes | |||
IF "${UPDATE_CHANNEL}" != "stable" and "${UPDATE_CHANNEL}" != "beta" | |||
IF "${UPDATE_CHANNEL}" != "stable" and "${UPDATE_CHANNEL}" != "beta" and "${UPDATE_CHANNEL}" != "odh-nightlies" |
Check notice
Code scanning / Robocop
Variable '{{ name }}' in '{{ block_name }}' condition has unnecessary string conversion
@@ -38,18 +42,18 @@ | |||
... timeout=2000 | |||
Wait For Pods Status namespace=redhat-ods-operator timeout=1200 | |||
Log Verified redhat-ods-operator console=yes | |||
IF "${UPDATE_CHANNEL}" != "stable" and "${UPDATE_CHANNEL}" != "beta" | |||
IF "${UPDATE_CHANNEL}" != "stable" and "${UPDATE_CHANNEL}" != "beta" and "${UPDATE_CHANNEL}" != "odh-nightlies" |
Check notice
Code scanning / Robocop
Variable '{{ name }}' in '{{ block_name }}' condition has unnecessary string conversion
@@ -38,18 +42,18 @@ | |||
... timeout=2000 | |||
Wait For Pods Status namespace=redhat-ods-operator timeout=1200 | |||
Log Verified redhat-ods-operator console=yes | |||
IF "${UPDATE_CHANNEL}" != "stable" and "${UPDATE_CHANNEL}" != "beta" | |||
IF "${UPDATE_CHANNEL}" != "stable" and "${UPDATE_CHANNEL}" != "beta" and "${UPDATE_CHANNEL}" != "odh-nightlies" |
Check notice
Code scanning / Robocop
Variable '{{ name }}' in '{{ block_name }}' condition has unnecessary string conversion
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
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.
This should fix operatorhub install using chosen channel - Thank you Luca
No description provided.