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 installation of OpenShift Pipelines #944

Merged

Conversation

jgarciao
Copy link
Contributor

It was failing for 4.14.0-rc1

It was failing for 4.14.0-rc1

Signed-off-by: Jorge Garcia Oncins <[email protected]>
@jgarciao jgarciao requested review from lugi0 and mwaykole September 21, 2023 10:11
@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

@@ -29,9 +29,9 @@
${oc_version}= Get OpenShift Version
${is_self_managed}= Is RHODS Self-Managed
${platform}= Fetch Cluster Platform Type
IF ${oc_version} == "4.10"
IF "${oc_version}" == "4.10"

Check notice

Code scanning / Robocop

Variable '{{ name }}' in '{{ block_name }}' condition has unnecessary string conversion

Variable '${oc_version}' in 'IF' condition has unnecessary string conversion
${openshift_pipelines_version}= Set Variable pipelines-1.8"
ELSE IF ${oc_version} == "4.11"
ELSE IF "${oc_version}" == "4.11"

Check notice

Code scanning / Robocop

Variable '{{ name }}' in '{{ block_name }}' condition has unnecessary string conversion

Variable '${oc_version}' in 'ELSE IF' condition has unnecessary string conversion
@github-actions
Copy link
Contributor

Robot Results

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

@lugi0 lugi0 merged commit c5e117d into red-hat-data-services:master Sep 21, 2023
ChughShilpa pushed a commit to ChughShilpa/ods-ci that referenced this pull request Nov 28, 2023
It was failing for 4.14.0-rc1

Signed-off-by: Jorge Garcia Oncins <[email protected]>
ChughShilpa pushed a commit to ChughShilpa/ods-ci that referenced this pull request Jan 2, 2024
It was failing for 4.14.0-rc1

Signed-off-by: Jorge Garcia Oncins <[email protected]>
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.

3 participants