[Refactor] Relocate tests from tests/v1/entrypoints/ to tests/entrypoints/#37500
[Refactor] Relocate tests from tests/v1/entrypoints/ to tests/entrypoints/#37500DarkLight1337 merged 4 commits intovllm-project:mainfrom
Conversation
There was a problem hiding this comment.
Code Review
This pull request effectively relocates test files from tests/v1/entrypoints/ to tests/entrypoints/ and updates all corresponding path references in .buildkite configurations, CODEOWNERS, and mergify.yml. The changes also correctly remove dedicated "V1 Test entrypoints" jobs from CI, ensuring that tests are now covered by existing entrypoints jobs and preventing double-running of test_multi_api_servers.py. The consolidation of test files and associated configuration updates are well-executed and align with the stated purpose of centralizing entrypoint tests, improving the overall organization and maintainability of the test suite.
DarkLight1337
left a comment
There was a problem hiding this comment.
This makes sense but would like @robertgshaw2-redhat to take a look, as I'm not 100% sure what was the original intention of V1 entrypoints tests
|
This pull request has merge conflicts that must be resolved before it can be |
Head branch was pushed to by a user without write access
Signed-off-by: sfeng33 <4florafeng@gmail.com>
Signed-off-by: sfeng33 <4florafeng@gmail.com>
Signed-off-by: sfeng33 <4florafeng@gmail.com>
|
Rebase to merge conflict |
…ints/ (vllm-project#37500) Signed-off-by: sfeng33 <4florafeng@gmail.com>
Purpose
Consolidate tests so that all entrypoint tests are centralized in the same folder:
tests/entrypoints/openai/chat_completion/
CI changes