Add sparkoperator support in DSC configuration and tests#2839
Add sparkoperator support in DSC configuration and tests#2839shruthis4 wants to merge 3 commits intored-hat-data-services:masterfrom
Conversation
shruthis4
commented
Jan 21, 2026
- Updated dsc_template.yml to include sparkoperator management state.
- Modified oc_install.robot to check for sparkoperator component status during installation.
- Enhanced 0113__dsc_components.robot with validation for sparkoperator's default and managed states, ensuring proper resource handling.
|
Skipping CI for Draft Pull Request. |
.../0100__platform/0101__deploy/0104__operators/0104__rhods_operator/0113__dsc_components.robot
Fixed
Show fixed
Hide fixed
.../0100__platform/0101__deploy/0104__operators/0104__rhods_operator/0113__dsc_components.robot
Fixed
Show fixed
Hide fixed
.../0100__platform/0101__deploy/0104__operators/0104__rhods_operator/0113__dsc_components.robot
Fixed
Show fixed
Hide fixed
.../0100__platform/0101__deploy/0104__operators/0104__rhods_operator/0113__dsc_components.robot
Fixed
Show fixed
Hide fixed
.../0100__platform/0101__deploy/0104__operators/0104__rhods_operator/0113__dsc_components.robot
Fixed
Show fixed
Hide fixed
.../0100__platform/0101__deploy/0104__operators/0104__rhods_operator/0113__dsc_components.robot
Fixed
Show fixed
Hide fixed
.../0100__platform/0101__deploy/0104__operators/0104__rhods_operator/0113__dsc_components.robot
Fixed
Show fixed
Hide fixed
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: shruthis4 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
.../0100__platform/0101__deploy/0104__operators/0104__rhods_operator/0113__dsc_components.robot
Fixed
Show fixed
Hide fixed
| ${SAVED_MANAGEMENT_STATES.FEASTOPERATOR}= Get DSC Component State ${DSC_NAME} feastoperator ${OPERATOR_NS} | ||
| ${SAVED_MANAGEMENT_STATES.LLAMASTACKOPERATOR}= Get DSC Component State ${DSC_NAME} llamastackoperator ${OPERATOR_NS} | ||
| ${SAVED_MANAGEMENT_STATES.MLFLOWOPERATOR}= Get DSC Component State ${DSC_NAME} mlflowoperator ${OPERATOR_NS} | ||
| ${SAVED_MANAGEMENT_STATES.SPARKOPERATOR}= Get DSC Component State ${DSC_NAME} sparkoperator |
Check notice
Code scanning / Robocop
Variable '{{ name }}' is assigned but not used Note test
- Updated dsc_template.yml to include sparkoperator management state. - Modified oc_install.robot to check for sparkoperator component status during installation. - Enhanced 0113__dsc_components.robot with validation for sparkoperator's default and managed states, ensuring proper resource handling.
88d3037 to
db0e3d3
Compare
|
|
@asanzgom: Is there a way to qualify these tests before submission? |


