Skip to content
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

[doc][core] turn on api policy check for core #46907

Merged
merged 1 commit into from
Aug 1, 2024
Merged

Conversation

can-anyscale
Copy link
Collaborator

@can-anyscale can-anyscale commented Jul 31, 2024

Turn on api policy check (https://docs.google.com/document/d/1Wl452te8sxXC29u4JU0Afxm5aiZenO4PcEl2RpuiV_M/edit#heading=h.dmktkxvkc4io) for core; this will block anyone from adding or removing an API that violate the policies.

I added a few whitelisted APIs for core team to help correct as a follow up.

Test:

@@ -33,6 +33,7 @@ Exceptions
ray.exceptions.ObjectReconstructionFailedMaxAttemptsExceededError
ray.exceptions.ObjectReconstructionFailedLineageEvictedError
ray.exceptions.RayChannelError
ray.exceptions.RayChannelTimeoutError
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i missed this in the previous PRs

"ray.util.scheduling_strategies.NodeLabelSchedulingStrategy",
"ray.util.scheduling_strategies.In",
"ray.util.scheduling_strategies.NotIn",
# TODO(jjyao): document or deprecate these APIs
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jjyao leave this to your team to decide when you have more time ;)

@can-anyscale can-anyscale marked this pull request as ready for review August 1, 2024 00:41
@can-anyscale can-anyscale requested review from a team as code owners August 1, 2024 00:41
@can-anyscale can-anyscale enabled auto-merge (squash) August 1, 2024 02:52
@github-actions github-actions bot added the go add ONLY when ready to merge, run all tests label Aug 1, 2024
@can-anyscale can-anyscale merged commit cbec169 into master Aug 1, 2024
6 of 7 checks passed
@can-anyscale can-anyscale deleted the can-ac04 branch August 1, 2024 04:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
go add ONLY when ready to merge, run all tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants