-
Notifications
You must be signed in to change notification settings - Fork 727
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
placement: add manager and FitRegion interface #1865
Conversation
Signed-off-by: disksing <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #1865 +/- ##
==========================================
- Coverage 77.94% 77.91% -0.03%
==========================================
Files 161 163 +2
Lines 16076 16279 +203
==========================================
+ Hits 12530 12684 +154
- Misses 2551 2596 +45
- Partials 995 999 +4
Continue to review full report at Codecov.
|
Signed-off-by: disksing <[email protected]>
Signed-off-by: disksing <[email protected]>
Signed-off-by: disksing <[email protected]>
Signed-off-by: disksing <[email protected]>
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
/merge |
/run-all-tests |
Signed-off-by: disksing [email protected]
What problem does this PR solve?
Continue merging placement rules.
What is changed and how it works?
FitRegion
interface.Check List
Tests
Code changes