Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit 5844017

Browse files
[ci] [multi-step] narrow multi-step test dependency paths (vllm-project#7760)
1 parent 1ca0d4f commit 5844017

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.buildkite/test-pipeline.yaml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,12 +312,20 @@ steps:
312312
- CUDA_VISIBLE_DEVICES=0,1 pytest -v -s test_sharded_state_loader.py
313313
- CUDA_VISIBLE_DEVICES=0,1 pytest -v -s distributed/test_utils.py
314314

315-
- label: Multi-step Tests (4 GPUs) # 10min
315+
- label: Multi-step Tests (4 GPUs) # 21min
316316
working_dir: "/vllm-workspace/tests"
317317
num_gpus: 4
318318
source_file_dependencies:
319-
- vllm/
320-
- tests/multi_step/test_correctness.py
319+
- vllm/model_executor/layers/sampler.py
320+
- vllm/sequence.py
321+
- vllm/worker/worker_base.py
322+
- vllm/worker/worker.py
323+
- vllm/worker/multi_step_worker.py
324+
- vllm/worker/model_runner_base.py
325+
- vllm/worker/model_runner.py
326+
- vllm/worker/multi_step_model_runner.py
327+
- vllm/engine
328+
- tests/multi_step
321329
commands:
322330
- pytest -v -s multi_step/test_correctness.py
323331

0 commit comments

Comments
 (0)