-
Notifications
You must be signed in to change notification settings - Fork 364
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
chore: multirm unique resource pool config changes [RM-74] #8974
Conversation
✅ Deploy Preview for determined-ui canceled.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8974 +/- ##
==========================================
- Coverage 47.47% 47.47% -0.01%
==========================================
Files 1168 1168
Lines 176294 176297 +3
Branches 2352 2350 -2
==========================================
+ Hits 83701 83702 +1
- Misses 92435 92437 +2
Partials 158 158
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
LGTM
@@ -87,45 +87,51 @@ func (r *ResourceConfig) ResolveResource() error { | |||
r.RootManagerInternal.setName(DefaultRMName) | |||
} | |||
|
|||
// Add a default resource pool for all non resource managers. | |||
// Add a default resource pool for nonslurm default resource managers. |
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.
note: maybe add a TODO (multirm slurm) note here, just as a reminder to bradley/whoever works on this project next?
Description
Require unique resource pool names in config.
Test Plan
unit tests
Commentary (optional)
Checklist
docs/release-notes/
.See Release Note for details.
Ticket