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
2488a82f
Unverified
Commit
2488a82f
authored
Mar 23, 2026
by
Kevin H. Luu
Committed by
GitHub
Mar 24, 2026
Browse files
[CI] Split V1 Others into 3 separate jobs (#37016)
Co-authored-by:
Claude Opus 4.6
<
noreply@anthropic.com
>
parent
dc6908ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
46 additions
and
10 deletions
+46
-10
.buildkite/test_areas/misc.yaml
.buildkite/test_areas/misc.yaml
+46
-10
No files found.
.buildkite/test_areas/misc.yaml
View file @
2488a82f
...
@@ -2,11 +2,54 @@ group: Miscellaneous
...
@@ -2,11 +2,54 @@ group: Miscellaneous
depends_on
:
depends_on
:
-
image-build
-
image-build
steps
:
steps
:
-
label
:
V1
Others
-
label
:
V1
Spec Decode
timeout_in_minutes
:
6
0
timeout_in_minutes
:
3
0
source_file_dependencies
:
source_file_dependencies
:
-
vllm/
-
vllm/
-
tests/v1
-
tests/v1/spec_decode
commands
:
-
export VLLM_WORKER_MULTIPROC_METHOD=spawn
# TODO: create another `optional` test group for slow tests
-
pytest -v -s -m 'not slow_test' v1/spec_decode
mirror
:
amd
:
device
:
mi325_1
depends_on
:
-
image-build-amd
-
label
:
V1 Sample + Logits
timeout_in_minutes
:
30
source_file_dependencies
:
-
vllm/
-
tests/v1/sample
-
tests/v1/logits_processors
-
tests/v1/test_oracle.py
-
tests/v1/test_request.py
-
tests/v1/test_outputs.py
commands
:
-
export VLLM_WORKER_MULTIPROC_METHOD=spawn
-
pytest -v -s v1/sample
-
pytest -v -s v1/logits_processors
-
pytest -v -s v1/test_oracle.py
-
pytest -v -s v1/test_request.py
-
pytest -v -s v1/test_outputs.py
mirror
:
amd
:
device
:
mi325_1
depends_on
:
-
image-build-amd
-
label
:
V1 Core + KV + Metrics
timeout_in_minutes
:
30
source_file_dependencies
:
-
vllm/
-
tests/v1/core
-
tests/v1/executor
-
tests/v1/kv_offload
-
tests/v1/worker
-
tests/v1/kv_connector/unit
-
tests/v1/metrics
-
tests/entrypoints/openai/correctness/test_lmeval.py
commands
:
commands
:
-
uv pip install --system -r /vllm-workspace/requirements/kv_connectors.txt
-
uv pip install --system -r /vllm-workspace/requirements/kv_connectors.txt
-
export VLLM_WORKER_MULTIPROC_METHOD=spawn
-
export VLLM_WORKER_MULTIPROC_METHOD=spawn
...
@@ -14,16 +57,9 @@ steps:
...
@@ -14,16 +57,9 @@ steps:
-
pytest -v -s -m 'not cpu_test' v1/core
-
pytest -v -s -m 'not cpu_test' v1/core
-
pytest -v -s v1/executor
-
pytest -v -s v1/executor
-
pytest -v -s v1/kv_offload
-
pytest -v -s v1/kv_offload
-
pytest -v -s v1/sample
-
pytest -v -s v1/logits_processors
-
pytest -v -s v1/worker
-
pytest -v -s v1/worker
# TODO: create another `optional` test group for slow tests
-
pytest -v -s -m 'not slow_test' v1/spec_decode
-
pytest -v -s -m 'not cpu_test' v1/kv_connector/unit
-
pytest -v -s -m 'not cpu_test' v1/kv_connector/unit
-
pytest -v -s -m 'not cpu_test' v1/metrics
-
pytest -v -s -m 'not cpu_test' v1/metrics
-
pytest -v -s v1/test_oracle.py
-
pytest -v -s v1/test_request.py
-
pytest -v -s v1/test_outputs.py
# Integration test for streaming correctness (requires special branch).
# Integration test for streaming correctness (requires special branch).
-
pip install -U git+https://github.com/robertgshaw2-redhat/lm-evaluation-harness.git@streaming-api
-
pip install -U git+https://github.com/robertgshaw2-redhat/lm-evaluation-harness.git@streaming-api
-
pytest -v -s entrypoints/openai/correctness/test_lmeval.py::test_lm_eval_accuracy_v1_engine
-
pytest -v -s entrypoints/openai/correctness/test_lmeval.py::test_lm_eval_accuracy_v1_engine
...
...
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