Skip to content

Commit 5db8106

Browse files
khluuEC2 Default User
authored andcommitted
[ci] Add more source file dependencies for some tests (vllm-project#13123)
Signed-off-by: <> Co-authored-by: EC2 Default User <ec2-user@ip-172-31-20-117.us-west-2.compute.internal> Signed-off-by: SzymonOzog <szymon.ozog@aleph-alpha.com>
1 parent e1da3ee commit 5db8106

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.buildkite/test-pipeline.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)