File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ steps:
138138 - vllm/core/
139139 - tests/distributed/test_utils
140140 - tests/distributed/test_pynccl
141+ - tests/distributed/test_events
141142 - tests/spec_decode/e2e/test_integration_dist_tp4
142143 - tests/compile/test_basic_correctness
143144 - examples/offline_inference/rlhf.py
@@ -156,6 +157,7 @@ steps:
156157 - pytest -v -s distributed/test_utils.py
157158 - pytest -v -s compile/test_basic_correctness.py
158159 - pytest -v -s distributed/test_pynccl.py
160+ - pytest -v -s distributed/test_events.py
159161 - pytest -v -s spec_decode/e2e/test_integration_dist_tp4.py
160162 # TODO: create a dedicated test section for multi-GPU example tests
161163 # when we have multiple distributed example tests
You can’t perform that action at this time.
0 commit comments