-
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
Enable Ray and Codeflare for DW tests #1060
Enable Ray and Codeflare for DW tests #1060
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Robocop found more than 10 potential problems in the proposed changes. Check the Files changed tab for more details.
Robot Results
|
FAIL Unable to clone Codeflare repo ${CODEFLARE_REPO_URL}:${CODEFLARE_REPO_BRANCH} | ||
END | ||
|
||
${result} = Run Process oc patch datascienceclusters.datasciencecluster.opendatahub.io default-dsc --type 'json' -p '[{"op" : "replace" ,"path" : "/spec/components/ray/managementState" ,"value" : "Managed"}]' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you create a new keyword (in this or a follow-up PR) for this in ods_ci/tasks/Resources/RHODS_OLM/install/oc_install.robot?
@lugi0 Do you agree with this approach?
Enable Component
[Documentation] Enables a component in Data Science Cluster
[Arguments] ${component} ${dsc_name}=${DSC_NAME}
...
Disable Component
[Documentation] Disables a component in Data Science Cluster
[Arguments] ${component} ${dsc_name}=${DSC_NAME}
...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, will address this in the follow up PR.
34f8205
to
2dc1293
Compare
2dc1293
to
9bb34e5
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
No description provided.