-
Notifications
You must be signed in to change notification settings - Fork 7k
[core] Enable cgroup unit tests in CI #51864
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] Enable cgroup unit tests in CI #51864
Conversation
Signed-off-by: dentiny <[email protected]>
e81c9e2 to
c5983c2
Compare
Signed-off-by: dentiny <[email protected]>
54f71c0 to
901ac0e
Compare
Signed-off-by: dentiny <[email protected]>
| - bazel run //ci/ray_ci:test_in_docker -- //:all //src/... core --build-type tsan-clang | ||
| --except-tags no_tsan | ||
| - bazel run //ci/ray_ci:test_in_docker -- //:all //src/... core | ||
| --build-type tsan-clang --except-tags no_tsan,cgroup |
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.
so where is the cgroup test being run?
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.
I want to make sure I understand correctly, here I add cgroup tag to filter group, not apply group. So cgroup will not be executed for cpp TSAN test.
Signed-off-by: dentiny <[email protected]>
Signed-off-by: dentiny <[email protected]>
Signed-off-by: dentiny <[email protected]>
israbbani
left a comment
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.
🚢
|
🚀 |
This PR is a followup for #51454, which does: