Skip to content

Commit 6dd51c7

Browse files
[CI/Build] Fix V1 flag being set in entrypoints tests (#18598)
Signed-off-by: DarkLight1337 <[email protected]>
1 parent 2edb533 commit 6dd51c7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.buildkite/test-pipeline.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,8 @@ steps:
125125
- pytest -v -s entrypoints/llm/test_generate.py # it needs a clean process
126126
- pytest -v -s entrypoints/llm/test_generate_multiple_loras.py # it needs a clean process
127127
- VLLM_USE_V1=0 pytest -v -s entrypoints/llm/test_guided_generate.py # it needs a clean process
128-
- pytest -v -s entrypoints/openai --ignore=entrypoints/openai/test_oot_registration.py --ignore=entrypoints/openai/test_chat_with_tool_reasoning.py --ignore=entrypoints/openai/correctness/
128+
- pytest -v -s entrypoints/openai --ignore=entrypoints/openai/test_chat_with_tool_reasoning.py --ignore=entrypoints/openai/test_oot_registration.py --ignore=entrypoints/openai/test_tensorizer_entrypoint.py --ignore=entrypoints/openai/correctness/
129129
- pytest -v -s entrypoints/test_chat_utils.py
130-
- pytest -v -s entrypoints/openai/test_tensorizer_entrypoint.py
131130
- VLLM_USE_V1=0 pytest -v -s entrypoints/offline_mode # Needs to avoid interference with other tests
132131

133132
- label: Distributed Tests (4 GPUs) # 10min
@@ -390,10 +389,12 @@ steps:
390389
source_file_dependencies:
391390
- vllm/model_executor/model_loader
392391
- tests/tensorizer_loader
392+
- tests/entrypoints/openai/test_tensorizer_entrypoint.py
393393
commands:
394394
- apt-get update && apt-get install -y curl libsodium23
395395
- export VLLM_WORKER_MULTIPROC_METHOD=spawn
396396
- pytest -v -s tensorizer_loader
397+
- pytest -v -s entrypoints/openai/test_tensorizer_entrypoint.py
397398

398399
- label: Benchmarks # 9min
399400
mirror_hardwares: [amdexperimental, amdproduction]

0 commit comments

Comments
 (0)