-
Notifications
You must be signed in to change notification settings - Fork 7k
[codeowners] Reorder CODEOWNERS for resolution order + organization
#57891
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
[codeowners] Reorder CODEOWNERS for resolution order + organization
#57891
Conversation
Signed-off-by: Seiji Eicher <[email protected]>
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.
Code Review
This pull request correctly reorganizes the CODEOWNERS file to ensure the LLM team is designated as the owner for files under python/ray/serve/llm/, overriding the more general rule for python/ray/serve/. The consolidation of all LLM-related rules into a single block also improves the file's organization and readability. I have one suggestion to further simplify the configuration by using a glob pattern for related dashboard files.
| /python/ray/dashboard/modules/metrics/dashboards/serve_llm_dashboard_panels.py @ray-project/ray-llm | ||
| /python/ray/dashboard/modules/metrics/dashboards/serve_llm_grafana_dashboard_base.json @ray-project/ray-llm |
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.
|
@eicherseiji could you rebase? I am not sure if micro check failure is valid. |
…#57891) Signed-off-by: Seiji Eicher <[email protected]> Signed-off-by: Kamil Kaczmarek <[email protected]>
…ray-project#57891) Signed-off-by: Seiji Eicher <[email protected]> Signed-off-by: xgui <[email protected]>
…#57891) Signed-off-by: Seiji Eicher <[email protected]> Signed-off-by: elliot-barn <[email protected]>
…ray-project#57891) Signed-off-by: Seiji Eicher <[email protected]>
…ray-project#57891) Signed-off-by: Seiji Eicher <[email protected]> Signed-off-by: Aydin Abiar <[email protected]>
…ray-project#57891) Signed-off-by: Seiji Eicher <[email protected]> Signed-off-by: Future-Outlier <[email protected]>
Description
python/ray/serve/llm/openai_api_models.py. So this PR adds LLM as a code owner forserve/llm/serve/anddata/. So Serve team ownsserve/directories, but LLM team should ownserve/llm/CODEOWNERSresolves top to bottom, LLM rules should be at the bottom, since they are more tightly scoped.