This repository was archived by the owner on Sep 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +17
-8
lines changed Expand file tree Collapse file tree 1 file changed +17
-8
lines changed Original file line number Diff line number Diff line change 95
95
num_gpus : 4
96
96
fast_check : true
97
97
source_file_dependencies :
98
- - vllm/
98
+ - vllm/distributed/
99
+ - vllm/core/
99
100
- tests/distributed
100
101
- tests/spec_decode/e2e/test_integration_dist_tp4
101
102
commands :
@@ -284,8 +285,11 @@ steps:
284
285
num_gpus : 2
285
286
num_nodes : 2
286
287
source_file_dependencies :
287
- - vllm/
288
- - tests/distributed/test_same_node
288
+ - vllm/distributed/
289
+ - vllm/engine/
290
+ - vllm/executor/
291
+ - vllm/model_executor/models/
292
+ - tests/distributed/
289
293
commands :
290
294
- # the following commands are for the first node, with ip 192.168.10.10 (ray environment already set up)
291
295
- VLLM_TEST_SAME_HOST=0 torchrun --nnodes 2 --nproc-per-node=2 --rdzv_backend=c10d --rdzv_endpoint=192.168.10.10 distributed/test_same_node.py
@@ -298,8 +302,11 @@ steps:
298
302
working_dir : " /vllm-workspace/tests"
299
303
num_gpus : 2
300
304
source_file_dependencies :
301
- - vllm/
302
- - tests/distributed
305
+ - vllm/distributed/
306
+ - vllm/engine/
307
+ - vllm/executor/
308
+ - vllm/model_executor/models/
309
+ - tests/distributed/
303
310
commands :
304
311
- VLLM_TEST_SAME_HOST=1 torchrun --nproc-per-node=4 distributed/test_same_node.py
305
312
- TARGET_TEST_SUITE=L4 pytest -v -s distributed/test_basic_distributed_correctness.py
@@ -333,9 +340,11 @@ steps:
333
340
working_dir : " /vllm-workspace/tests"
334
341
num_gpus : 4
335
342
source_file_dependencies :
336
- - vllm/
337
- - tests/distributed/test_pp_cudagraph.py
338
- - tests/distributed/test_pipeline_parallel
343
+ - vllm/distributed/
344
+ - vllm/engine/
345
+ - vllm/executor/
346
+ - vllm/model_executor/models/
347
+ - tests/distributed/
339
348
commands :
340
349
- pytest -v -s distributed/test_pp_cudagraph.py
341
350
- pytest -v -s distributed/test_pipeline_parallel.py
You can’t perform that action at this time.
0 commit comments