Skip to content

Commit 0b3cb29

Browse files
committed
Add test to CI
Signed-off-by: ilmarkov <markovilya197@gmail.com>
1 parent 510085d commit 0b3cb29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.buildkite/test-pipeline.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ steps:
161161
- tests/v1/test_internal_lb_dp.py
162162
- tests/v1/test_hybrid_lb_dp.py
163163
- tests/v1/engine/test_engine_core_client.py
164+
- tests/distributed/test_symm_mem_allreduce.py
164165
commands:
165166
# test with tp=2 and external_dp=2
166167
- VLLM_USE_V1=0 torchrun --nproc-per-node=4 distributed/test_torchrun_example.py
@@ -178,6 +179,7 @@ steps:
178179
- pytest -v -s compile/test_basic_correctness.py
179180
- pytest -v -s distributed/test_pynccl.py
180181
- pytest -v -s distributed/test_events.py
182+
- pytest -v -s distributed/test_symm_mem_allreduce.py
181183
# TODO: create a dedicated test section for multi-GPU example tests
182184
# when we have multiple distributed example tests
183185
- pushd ../examples/offline_inference

0 commit comments

Comments
 (0)