"ssh:/git@developer.sourcefind.cn:2222/OpenDAS/vllm_cscc.git" did not exist on "e0919f331d12dc5dbdefd0775bb6f94dd2fab4e2"
Unverified Commit 58440172 authored by William Lin's avatar William Lin Committed by GitHub
Browse files

[ci] [multi-step] narrow multi-step test dependency paths (#7760)

parent 1ca0d4f8
...@@ -312,12 +312,20 @@ steps: ...@@ -312,12 +312,20 @@ steps:
- CUDA_VISIBLE_DEVICES=0,1 pytest -v -s test_sharded_state_loader.py - CUDA_VISIBLE_DEVICES=0,1 pytest -v -s test_sharded_state_loader.py
- CUDA_VISIBLE_DEVICES=0,1 pytest -v -s distributed/test_utils.py - CUDA_VISIBLE_DEVICES=0,1 pytest -v -s distributed/test_utils.py
- label: Multi-step Tests (4 GPUs) # 10min - label: Multi-step Tests (4 GPUs) # 21min
working_dir: "/vllm-workspace/tests" working_dir: "/vllm-workspace/tests"
num_gpus: 4 num_gpus: 4
source_file_dependencies: source_file_dependencies:
- vllm/ - vllm/model_executor/layers/sampler.py
- tests/multi_step/test_correctness.py - vllm/sequence.py
- vllm/worker/worker_base.py
- vllm/worker/worker.py
- vllm/worker/multi_step_worker.py
- vllm/worker/model_runner_base.py
- vllm/worker/model_runner.py
- vllm/worker/multi_step_model_runner.py
- vllm/engine
- tests/multi_step
commands: commands:
- pytest -v -s multi_step/test_correctness.py - pytest -v -s multi_step/test_correctness.py
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment