Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
91fd695b
Unverified
Commit
91fd695b
authored
Mar 24, 2026
by
Kunshang Ji
Committed by
GitHub
Mar 23, 2026
Browse files
[CI] split Entrypoints Integration (API Server 1) into 3 jobs (#37882)
Signed-off-by:
Kunshang Ji
<
kunshang.ji@intel.com
>
parent
1cbbcfe8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
3 deletions
+31
-3
.buildkite/test_areas/entrypoints.yaml
.buildkite/test_areas/entrypoints.yaml
+31
-3
No files found.
.buildkite/test_areas/entrypoints.yaml
View file @
91fd695b
...
...
@@ -25,8 +25,8 @@ steps:
-
pytest -v -s entrypoints/llm/test_generate.py
# it needs a clean process
-
pytest -v -s entrypoints/offline_mode
# Needs to avoid interference with other tests
-
label
:
Entrypoints Integration (API Server 1)
timeout_in_minutes
:
13
0
-
label
:
Entrypoints Integration (API Server
openai - Part
1)
timeout_in_minutes
:
5
0
working_dir
:
"
/vllm-workspace/tests"
source_file_dependencies
:
-
vllm/
...
...
@@ -34,7 +34,24 @@ steps:
-
tests/entrypoints/test_chat_utils
commands
:
-
export VLLM_WORKER_MULTIPROC_METHOD=spawn
-
pytest -v -s entrypoints/openai --ignore=entrypoints/openai/chat_completion/test_chat_with_tool_reasoning.py --ignore=entrypoints/openai/chat_completion/test_oot_registration.py --ignore=entrypoints/openai/completion/test_tensorizer_entrypoint.py --ignore=entrypoints/openai/correctness/ --ignore=entrypoints/openai/tool_parsers/ --ignore=entrypoints/openai/responses --ignore=entrypoints/openai/test_multi_api_servers.py
-
pytest -v -s entrypoints/openai/chat_completion --ignore=entrypoints/openai/chat_completion/test_chat_with_tool_reasoning.py --ignore=entrypoints/openai/chat_completion/test_oot_registration.py
mirror
:
amd
:
device
:
mi325_1
depends_on
:
-
image-build-amd
-
label
:
Entrypoints Integration (API Server openai - Part 2)
timeout_in_minutes
:
50
working_dir
:
"
/vllm-workspace/tests"
source_file_dependencies
:
-
vllm/
-
tests/entrypoints/openai
-
tests/entrypoints/test_chat_utils
commands
:
-
pytest -v -s entrypoints/openai/completion --ignore=entrypoints/openai/completion/test_tensorizer_entrypoint.py
-
pytest -v -s entrypoints/openai/speech_to_text/
-
pytest -v -s entrypoints/test_chat_utils.py
mirror
:
amd
:
...
...
@@ -42,6 +59,17 @@ steps:
depends_on
:
-
image-build-amd
-
label
:
Entrypoints Integration (API Server openai - Part 3)
timeout_in_minutes
:
50
working_dir
:
"
/vllm-workspace/tests"
source_file_dependencies
:
-
vllm/
-
tests/entrypoints/openai
-
tests/entrypoints/test_chat_utils
commands
:
-
export VLLM_WORKER_MULTIPROC_METHOD=spawn
-
pytest -v -s entrypoints/openai --ignore=entrypoints/openai/chat_completion --ignore=entrypoints/openai/completion --ignore=entrypoints/openai/speech_to_text/ --ignore=entrypoints/openai/correctness/ --ignore=entrypoints/openai/tool_parsers/ --ignore=entrypoints/openai/responses --ignore=entrypoints/openai/test_multi_api_servers.py
-
label
:
Entrypoints Integration (API Server 2)
timeout_in_minutes
:
130
working_dir
:
"
/vllm-workspace/tests"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment