Skip to content

Commit 43c2232

Browse files
committed
enable Entrypoints Integration Test (LLM)
Signed-off-by: Junpu Fan <junpu@amazon.com>
1 parent ccb5a73 commit 43c2232

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pr-vllm-rayserve.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,10 @@ jobs:
127127
nvidia-smi
128128
pytest -s -v tests/test_logger.py
129129
# Entrypoints Integration Test (LLM) # 30min
130-
# export VLLM_WORKER_MULTIPROC_METHOD=spawn
131-
# pytest -v -s entrypoints/llm --ignore=entrypoints/llm/test_generate.py --ignore=entrypoints/llm/test_collective_rpc.py
132-
# pytest -v -s entrypoints/llm/test_generate.py # it needs a clean process
133-
# pytest -v -s entrypoints/offline_mode # Needs to avoid interference with other tests
130+
export VLLM_WORKER_MULTIPROC_METHOD=spawn
131+
pytest -v -s entrypoints/llm --ignore=entrypoints/llm/test_generate.py --ignore=entrypoints/llm/test_collective_rpc.py
132+
pytest -v -s entrypoints/llm/test_generate.py # it needs a clean process
133+
pytest -v -s entrypoints/offline_mode # Needs to avoid interference with other tests
134134
'
135135
136136
- name: Cleanup container

0 commit comments

Comments
 (0)