-
Notifications
You must be signed in to change notification settings - Fork 6.3k
[core] Place object_manager bazel targets into separate directories #52285
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
Conversation
PTAL @dentiny |
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.
Thank you so much for cleaning up!
Just FYI, we have flaky test on dashboard these days, so might take longer to pass all CI; ping me when it passes, or you think failed tests irrelevant, thanks! |
Hey, @dentiny . The ci is ok :) |
I just enabled windows and mac test for you --- we've met some nasty platform specific prod issues these day, better to be more careful. Ping me when green. |
@dentiny , Ci is green now :) |
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 the help! Code change LGTM
CC @dayshah as well, we need to check windows/mac build before merge.
Triggered windows test. |
Maybe the target name is too long for Windows? cc @dayshah |
yup @Ziy1-Tan Can you change the name of the test and related source files to |
Signed-off-by: Ziy1-Tan <[email protected]>
Signed-off-by: Ziy1-Tan <[email protected]>
Signed-off-by: Ziy1-Tan <[email protected]>
6a58c48
to
1020202
Compare
.bazelrc
Outdated
build --local_ram_resources=HOST_RAM*.7 --local_cpu_resources=4 | ||
build --disk_cache=~/bazel-cache |
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.
Is this intentional?
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.
Oops, I'll remove these. They are only used locally.
Signed-off-by: Ziy1-Tan <[email protected]>
…ay-project#52285) Signed-off-by: Ziy1-Tan <[email protected]>
…ay-project#52285) Signed-off-by: Ziy1-Tan <[email protected]>
…ay-project#52285) Signed-off-by: Ziy1-Tan <[email protected]> Signed-off-by: zhaoch23 <[email protected]>
Why are these changes needed?
Related issue number
Closes #52268
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.