File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,10 @@ steps:
107107 mirror_hardwares : [amd]
108108 source_file_dependencies :
109109 - vllm/
110+ - tests/entrypoints/llm
111+ - tests/entrypoints/openai
112+ - tests/entrypoints/test_chat_utils
113+ - tests/entrypoints/offline_mode
110114 commands :
111115 - pytest -v -s entrypoints/llm --ignore=entrypoints/llm/test_lazy_outlines.py --ignore=entrypoints/llm/test_generate.py --ignore=entrypoints/llm/test_generate_multiple_loras.py --ignore=entrypoints/llm/test_guided_generate.py --ignore=entrypoints/llm/test_collective_rpc.py
112116 - pytest -v -s entrypoints/llm/test_lazy_outlines.py # it needs a clean process
@@ -124,9 +128,10 @@ steps:
124128 source_file_dependencies :
125129 - vllm/distributed/
126130 - vllm/core/
127- - tests/distributed
131+ - tests/distributed/test_utils
132+ - tests/distributed/test_pynccl
128133 - tests/spec_decode/e2e/test_integration_dist_tp4
129- - tests/compile
134+ - tests/compile/test_basic_correctness
130135 - examples/offline_inference/rlhf.py
131136 - examples/offline_inference/rlhf_colocate.py
132137 commands :
@@ -174,6 +179,9 @@ steps:
174179 - vllm/
175180 - tests/engine
176181 - tests/tokenization
182+ - tests/test_sequence
183+ - tests/test_config
184+ - tests/test_logger
177185 commands :
178186 - pytest -v -s engine test_sequence.py test_config.py test_logger.py
179187 # OOM in the CI unless we run this separately
You can’t perform that action at this time.
0 commit comments