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

Run pipeline upstream tests in ods-ci #1144

Merged

Conversation

diegolovison
Copy link
Contributor

@diegolovison diegolovison commented Jan 22, 2024

rhods-smoke/4558

The repo and branch are fixed for RHOAI 2.7

Copy link
Contributor

github-actions bot commented Jan 22, 2024

Robot Results

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

@diegolovison diegolovison added needs testing Needs to be tested in Jenkins new test New test(s) added (PR will be listed in release-notes) labels Jan 22, 2024
@diegolovison diegolovison removed the needs testing Needs to be tested in Jenkins label Jan 23, 2024
... DataSciencePipelines
${openshift_api} Get Openshift Server
Log ${openshift_api}
${return_code} ${output} Run And Return Rc And Output cd ${DATA-SCIENCE-PIPELINES-OPERATOR-SDK_DIR} && make integrationtest K8SAPISERVERHOST=${openshift_api} DSPANAMESPACE=${DSPANAMESPACE} KUBECONFIGPATH=${KUBECONFIGPATH}

Check warning

Code scanning / Robocop

Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test

Line is too long (234/120)
*** Keywords ***
Prepare Data Science Pipelines Operator E2E Test Suite
[Documentation] Prepare Data Science Pipelines Operator E2E Test Suite
${return_code} ${output} Run And Return Rc And Output rm -fR ${DATA-SCIENCE-PIPELINES-OPERATOR-SDK_DIR}

Check warning

Code scanning / Robocop

Local variable '{{ name }}' is overwritten before usage Warning test

Local variable '${return_code}' is overwritten before usage
[Documentation] Prepare Data Science Pipelines Operator E2E Test Suite
${return_code} ${output} Run And Return Rc And Output rm -fR ${DATA-SCIENCE-PIPELINES-OPERATOR-SDK_DIR}
Log ${output}
${return_code} ${output} Run And Return Rc And Output git clone ${DATA-SCIENCE-PIPELINES-OPERATOR-SDK_REPO_URL} ${DATA-SCIENCE-PIPELINES-OPERATOR-SDK_DIR}

Check warning

Code scanning / Robocop

Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test

Line is too long (168/120)
FAIL Cannot create a new project ${DSPANAMESPACE}
END

Teardown Data Science Pipelines Operator E2E Test Suite

Check warning

Code scanning / Robocop

Missing documentation in '{{ name }}' keyword Warning test

Missing documentation in 'Teardown Data Science Pipelines Operator E2E Test Suite' keyword
END

Teardown Data Science Pipelines Operator E2E Test Suite
${return_code} ${output} Run And Return Rc And Output oc delete project ${DSPANAMESPACE} --force --grace-period=0

Check warning

Code scanning / Robocop

Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test

Line is too long (127/120)
END

Teardown Data Science Pipelines Operator E2E Test Suite
${return_code} ${output} Run And Return Rc And Output oc delete project ${DSPANAMESPACE} --force --grace-period=0

Check notice

Code scanning / Robocop

Variable '{{ name }}' is assigned but not used Note test

Variable '${return_code}' is assigned but not used
@jgarciao jgarciao self-requested a review February 9, 2024 16:21
jgarciao
jgarciao previously approved these changes Feb 9, 2024
@jgarciao jgarciao requested a review from jstourac February 9, 2024 16:31
@jgarciao jgarciao added the verified This PR has been tested with Jenkins label Feb 9, 2024
@jgarciao jgarciao requested a review from bdattoma February 9, 2024 16:32
bdattoma
bdattoma previously approved these changes Feb 12, 2024
@@ -0,0 +1,52 @@
*** Settings ***

Check warning

Code scanning / Robocop

Inconsistent use of tabs and spaces in file Warning test

Inconsistent use of tabs and spaces in file
${return_code} ${output} Run And Return Rc And Output cd ${DATA-SCIENCE-PIPELINES-OPERATOR-SDK_DIR} && git checkout -b it_test ${DATA-SCIENCE-PIPELINES-OPERATOR-SDK_REPO_BRANCH}
Should Be Equal As Integers ${return_code} 0 msg=Unable to checkout data-science-pipelines-operator
RHOSi Setup
${rc} ${out}= Run And Return Rc And Output oc new-project ${DSPANAMESPACE}

Check warning

Code scanning / Robocop

The assignment sign is not consistent within the file. Expected '{{ expected_sign }}' but got '{{ actual_sign }}' instead Warning test

The assignment sign is not consistent within the file. Expected '' but got '=' instead
${return_code} ${output} Run And Return Rc And Output cd ${DATA-SCIENCE-PIPELINES-OPERATOR-SDK_DIR} && git checkout -b it_test ${DATA-SCIENCE-PIPELINES-OPERATOR-SDK_REPO_BRANCH}
Should Be Equal As Integers ${return_code} 0 msg=Unable to checkout data-science-pipelines-operator
RHOSi Setup
${rc} ${out}= Run And Return Rc And Output oc new-project ${DSPANAMESPACE}

Check notice

Code scanning / Robocop

Variable '{{ name }}' is assigned but not used Note test

Variable '${out}' is assigned but not used
bdattoma
bdattoma previously approved these changes Feb 12, 2024
Log ${output}
${return_code} ${output} Run And Return Rc And Output git clone ${DATA-SCIENCE-PIPELINES-OPERATOR-SDK_REPO_URL} ${DATA-SCIENCE-PIPELINES-OPERATOR-SDK_DIR}
Log ${output}
Should Be Equal As Integers ${return_code} 0 msg=Unable to clone data-science-pipelines-operator repo ${DATA-SCIENCE-PIPELINES-OPERATOR-SDK_REPO_URL}:${DATA-SCIENCE-PIPELINES-OPERATOR-SDK_REPO_BRANCH}:${DATA-SCIENCE-PIPELINES-OPERATOR-SDK_DIR}

Check warning

Code scanning / Robocop

Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test

Line is too long (254/120)
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@diegolovison diegolovison merged commit f3ba5d5 into red-hat-data-services:master Feb 12, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new test New test(s) added (PR will be listed in release-notes) verified This PR has been tested with Jenkins
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants