-
Notifications
You must be signed in to change notification settings - Fork 6.1k
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] Mask rllib directory for core tests #50618
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Edward Oakes <[email protected]>
Signed-off-by: Edward Oakes <[email protected]>
…es/mask-data-dir
Signed-off-by: Edward Oakes <[email protected]>
Signed-off-by: Edward Oakes <[email protected]>
Signed-off-by: Edward Oakes <[email protected]>
ci/ray_ci/tests.env.Dockerfile
Outdated
@@ -31,6 +31,9 @@ fi | |||
|
|||
if [[ "$RAY_INSTALL_MASK" != "" ]]; then | |||
echo "--- Apply mask: $RAY_INSTALL_MASK" | |||
if [[ "$RAY_INSTALL_MASK" =~ rllib ]]; then | |||
rm -rf python/ray/rllib |
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.
the real rllib
is under ./rllib
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.
Oh I thought the symlink was reversed -- maybe remove both just in case?
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.
yep, remove both.
we reversed the dashboard
one
./rllib
symlink reversing is deferred because we have hundreds of links in rllib docs that are pointing to files on github master branch..
Signed-off-by: Edward Oakes <[email protected]>
…es/mask-rllib-dir
Signed-off-by: Edward Oakes <[email protected]>
Signed-off-by: Edward Oakes <[email protected]>
Signed-off-by: Edward Oakes <[email protected]>
Signed-off-by: Edward Oakes <[email protected]>
Signed-off-by: Edward Oakes <[email protected]>
Signed-off-by: Edward Oakes <[email protected]>
Signed-off-by: Edward Oakes <[email protected]>
Signed-off-by: Edward Oakes <[email protected]>
…es/mask-rllib-dir
Signed-off-by: Edward Oakes <[email protected]>
Signed-off-by: Edward Oakes <[email protected]>
Signed-off-by: Edward Oakes <[email protected]>
…es/mask-rllib-dir
@aslonnie ready for review, other PRs merged |
Blocked on: #51183 (last one I hope!) |
Why are these changes needed?
Remove
python/ray/rllib/
directory during core tests to enforce componentization.Related issue number
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.