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 install issue for Beta channel for managed rhods #1004

Merged
merged 1 commit into from
Nov 2, 2023
Merged

FIx install issue for Beta channel for managed rhods #1004

merged 1 commit into from
Nov 2, 2023

Conversation

tarukumar
Copy link
Contributor

For beta channel we don't have to created DSC it is created bu itself .

Signed-off-by: Tarun Kumar <[email protected]>
Copy link

sonarqubecloud bot commented Nov 2, 2023

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
No Duplication information No Duplication information

@@ -54,7 +54,9 @@
${is_codeflare_managed} = Is CodeFlare Managed
Log Will verify CodeFlare operator: ${is_codeflare_managed} console=yes
IF ${is_codeflare_managed} CodeFlare Operator Should Be Installed
Apply DataScienceCluster CustomResource dsc_name=${DSC_NAME}
IF "${UPDATE_CHANNEL}" != "beta"

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
@tarukumar tarukumar self-assigned this Nov 2, 2023
@tarukumar tarukumar added the enhancements Bugfixes, enhancements, refactoring, ... in tests or libraries (PR will be listed in release-notes) label Nov 2, 2023
@tarukumar tarukumar merged commit fc90115 into red-hat-data-services:master Nov 2, 2023
jgarciao pushed a commit to jgarciao/ods-ci that referenced this pull request Nov 6, 2023
ChughShilpa pushed a commit to ChughShilpa/ods-ci that referenced this pull request Nov 28, 2023
ChughShilpa pushed a commit to ChughShilpa/ods-ci that referenced this pull request Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancements Bugfixes, enhancements, refactoring, ... in tests or libraries (PR will be listed in release-notes)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants