Skip to content

Commit 3143eb2

Browse files
usberkeleyhmellor
andauthored
[BugFix] Add test_outputs.py to CI pipeline (vllm-project#28466)
Signed-off-by: Bradley <[email protected]> Co-authored-by: Harry Mellor <[email protected]>
1 parent b886068 commit 3143eb2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.buildkite/test-amd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ steps:
348348
- pytest -v -s -m 'not cpu_test' v1/metrics
349349
- pytest -v -s v1/test_oracle.py
350350
- pytest -v -s v1/test_request.py
351+
- pytest -v -s v1/test_outputs.py
351352
# Integration test for streaming correctness (requires special branch).
352353
- pip install -U git+https://github.com/robertgshaw2-redhat/lm-evaluation-harness.git@streaming-api
353354
- pytest -v -s entrypoints/openai/correctness/test_lmeval.py::test_lm_eval_accuracy_v1_engine

.buildkite/test-pipeline.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ steps:
329329
- pytest -v -s -m 'not cpu_test' v1/metrics
330330
- pytest -v -s v1/test_oracle.py
331331
- pytest -v -s v1/test_request.py
332+
- pytest -v -s v1/test_outputs.py
332333
# Integration test for streaming correctness (requires special branch).
333334
- pip install -U git+https://github.com/robertgshaw2-redhat/lm-evaluation-harness.git@streaming-api
334335
- pytest -v -s entrypoints/openai/correctness/test_lmeval.py::test_lm_eval_accuracy_v1_engine

0 commit comments

Comments
 (0)