-
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
Run pipeline upstream tests in ods-ci #1144
Run pipeline upstream tests in ods-ci #1144
Conversation
...shboard/430__data_science_pipelines/test-run-data-science-pipelines-operator-e2e-tests.robot
Fixed
Show fixed
Hide fixed
...shboard/430__data_science_pipelines/test-run-data-science-pipelines-operator-e2e-tests.robot
Fixed
Show fixed
Hide fixed
...shboard/430__data_science_pipelines/test-run-data-science-pipelines-operator-e2e-tests.robot
Fixed
Show fixed
Hide fixed
...shboard/430__data_science_pipelines/test-run-data-science-pipelines-operator-e2e-tests.robot
Fixed
Show fixed
Hide fixed
...shboard/430__data_science_pipelines/test-run-data-science-pipelines-operator-e2e-tests.robot
Fixed
Show fixed
Hide fixed
...shboard/430__data_science_pipelines/test-run-data-science-pipelines-operator-e2e-tests.robot
Fixed
Show fixed
Hide fixed
...shboard/430__data_science_pipelines/test-run-data-science-pipelines-operator-e2e-tests.robot
Fixed
Show fixed
Hide fixed
...shboard/430__data_science_pipelines/test-run-data-science-pipelines-operator-e2e-tests.robot
Fixed
Show fixed
Hide fixed
...shboard/430__data_science_pipelines/test-run-data-science-pipelines-operator-e2e-tests.robot
Fixed
Show fixed
Hide fixed
...shboard/430__data_science_pipelines/test-run-data-science-pipelines-operator-e2e-tests.robot
Fixed
Show fixed
Hide fixed
Robot Results
|
261bb3f
to
ea2778c
Compare
...shboard/430__data_science_pipelines/test-run-data-science-pipelines-operator-e2e-tests.robot
Outdated
Show resolved
Hide resolved
...shboard/430__data_science_pipelines/test-run-data-science-pipelines-operator-e2e-tests.robot
Outdated
Show resolved
Hide resolved
...shboard/430__data_science_pipelines/test-run-data-science-pipelines-operator-e2e-tests.robot
Outdated
Show resolved
Hide resolved
ea2778c
to
afc323f
Compare
...rd/430__data_science_pipelines/436__test-run-data-science-pipelines-operator-e2e-tests.robot
Fixed
Show fixed
Hide fixed
... 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
...rd/430__data_science_pipelines/436__test-run-data-science-pipelines-operator-e2e-tests.robot
Fixed
Show fixed
Hide fixed
*** 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
[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
...rd/430__data_science_pipelines/436__test-run-data-science-pipelines-operator-e2e-tests.robot
Fixed
Show fixed
Hide fixed
...rd/430__data_science_pipelines/436__test-run-data-science-pipelines-operator-e2e-tests.robot
Fixed
Show fixed
Hide fixed
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
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
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
afc323f
to
b773d15
Compare
...rd/430__data_science_pipelines/436__test-run-data-science-pipelines-operator-e2e-tests.robot
Show resolved
Hide resolved
...rd/430__data_science_pipelines/436__test-run-data-science-pipelines-operator-e2e-tests.robot
Fixed
Show fixed
Hide fixed
...rd/430__data_science_pipelines/436__test-run-data-science-pipelines-operator-e2e-tests.robot
Outdated
Show resolved
Hide resolved
@@ -0,0 +1,52 @@ | |||
*** Settings *** |
Check warning
Code scanning / Robocop
Inconsistent use of tabs and spaces in file Warning test
...rd/430__data_science_pipelines/436__test-run-data-science-pipelines-operator-e2e-tests.robot
Fixed
Show fixed
Hide fixed
${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
${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
...rd/430__data_science_pipelines/436__test-run-data-science-pipelines-operator-e2e-tests.robot
Outdated
Show resolved
Hide resolved
...rd/430__data_science_pipelines/436__test-run-data-science-pipelines-operator-e2e-tests.robot
Outdated
Show resolved
Hide resolved
...rd/430__data_science_pipelines/436__test-run-data-science-pipelines-operator-e2e-tests.robot
Outdated
Show resolved
Hide resolved
...rd/430__data_science_pipelines/436__test-run-data-science-pipelines-operator-e2e-tests.robot
Outdated
Show resolved
Hide resolved
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
|
rhods-smoke/4558
The repo and branch are fixed for RHOAI 2.7