Skip to content

Commit 983842b

Browse files
committed
Add test_events.py to test pipeline
Signed-off-by: rabi <[email protected]>
1 parent 1435afc commit 983842b

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
@@ -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

0 commit comments

Comments
 (0)