[CI] Disable spawn when running V1 Test (#14345)

Signed-off-by: Thomas Parnell <tpa@zurich.ibm.com>
This commit is contained in:
Thomas Parnell
2025-03-06 22:52:46 +01:00
committed by GitHub
parent d9292786e1
commit 8ca2b21c98

View File

@ -200,7 +200,6 @@ steps:
- tests/v1
commands:
# split the test to avoid interference
- export VLLM_WORKER_MULTIPROC_METHOD=spawn
- VLLM_USE_V1=1 pytest -v -s v1/core
- VLLM_USE_V1=1 pytest -v -s v1/engine
- VLLM_USE_V1=1 pytest -v -s v1/sample