RHAIENG-2063: Consolidate cluster config objects to one RayCluster object#956
RHAIENG-2063: Consolidate cluster config objects to one RayCluster object#956kryanbeane wants to merge 3 commits intoproject-codeflare:mainfrom
Conversation
a2ef242 to
5b39c4f
Compare
laurafitzgerald
left a comment
There was a problem hiding this comment.
just one question inline, but overall this change looks great! It aligns the RayCluster configuration into one object while maintaining backwward compatibility for users who are still using Cluster(ClusterConfig).
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: laurafitzgerald The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
5b39c4f to
46a72de
Compare
|
New changes are detected. LGTM label has been removed. |
|
@kryanbeane: This pull request references RHAIENG-2063 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.22.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
46a72de to
fe223c3
Compare
|
@kryanbeane: This pull request references RHAIENG-2063 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.22.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
fe223c3 to
ab2a932
Compare
d64f930 to
ea0c0e3
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #956 +/- ##
==========================================
- Coverage 95.91% 92.59% -3.33%
==========================================
Files 22 30 +8
Lines 2130 3050 +920
==========================================
+ Hits 2043 2824 +781
- Misses 87 226 +139 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
b21247a to
2288934
Compare
2288934 to
90708f8
Compare
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Issue link
RHAIENG-2063
What changes have been made
Deprecated ManagedClusterConfig and ClusterConfiguration in favour of the new RayCluster object.
Verification steps
Checks