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

Support odh-nightlies channel and update operatorhub install logic #880

Merged

Conversation

lugi0
Copy link
Contributor

@lugi0 lugi0 commented Aug 24, 2023

No description provided.

@lugi0 lugi0 self-assigned this Aug 24, 2023
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

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

Variable '${UPDATE_CHANNEL}' in 'IF' 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

Variable '${UPDATE_CHANNEL}' in 'IF' 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

Variable '${UPDATE_CHANNEL}' in 'IF' condition has unnecessary string conversion
Copy link
Contributor

@aloganat aloganat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link
Contributor

@manosnoam manosnoam left a 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

@lugi0 lugi0 merged commit 8fbf477 into red-hat-data-services:master Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants