-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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
[core] Place scheduler bazel targets into separate directories #52006
Conversation
Signed-off-by: Ziy1-Tan <[email protected]>
b8d53aa
to
5a9790f
Compare
@@ -14,14 +14,12 @@ | |||
|
|||
#include "ray/raylet/scheduling/cluster_resource_manager.h" | |||
|
|||
#include <boost/algorithm/string.hpp> |
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.
Thanks for cleaning up the dependency!
Signed-off-by: Ziy1-Tan <[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.
LGMT, thanks for the effort and cleanup!
"//src/ray/common:id", | ||
"//src/ray/common:network", |
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.
(just for my own curiosity) how did you get these dependencies sorted in alphabetical order?
Did you use linter in your IDE?
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! Use buildifier and vscode-bazel together, deps will be sorted in order each time you save.
…roject#52006) Signed-off-by: Ziy1-Tan <[email protected]>
Why are these changes needed?
Related issue number
Closes #51987
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.