-
Notifications
You must be signed in to change notification settings - Fork 6.7k
[Autoscaler] Add bundle_label_selector to request_resources sdk #54843
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
base: master
Are you sure you want to change the base?
[Autoscaler] Add bundle_label_selector to request_resources sdk #54843
Conversation
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
cc: @MengjinYan |
This pull request has been automatically marked as stale because it has not had You can always ask for help on our discussion forum or Ray's public slack channel. If you'd like to keep this open, just leave any comment, and the stale label will be removed. |
Tons of merge conflicts @ryanaoleary |
b031c33
to
83d8bcc
Compare
Signed-off-by: Ryan O'Leary <ryanaoleary@google.com>
Signed-off-by: Ryan O'Leary <ryanaoleary@google.com>
83d8bcc
to
a0199b0
Compare
Signed-off-by: Ryan O'Leary <ryanaoleary@google.com>
Rebased and re-tested, should all be fixed now cc: @edoakes @MengjinYan |
ping @MengjinYan |
Why are these changes needed?
This change adds a
bundle_label_selector
argument to therequest_resources
sdk command for the v2 Ray autoscaler. This command is used by several Ray libraries. Thebundle_label_selector
is a parallel list to thebundles
of resource shapes specified by the user and are applied per-bundle. These label selectors are passed to therepeated LabelSelector label_selectors
field in theResourceRequest
message that gets built byRequestClusterResourceConstraint
.This change depends on #53578.
Related issue number
Contributes to #51564
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.