Skip to content

Commit be72f6e

Browse files
committed
Add test_events.py to test pipeline
Signed-off-by: rabi <[email protected]>
1 parent 172ac60 commit be72f6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.buildkite/test-pipeline.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ steps:
156156
- pytest -v -s distributed/test_utils.py
157157
- pytest -v -s compile/test_basic_correctness.py
158158
- pytest -v -s distributed/test_pynccl.py
159+
- pytest -v -s distributed/test_events.py
159160
- pytest -v -s spec_decode/e2e/test_integration_dist_tp4.py
160161
# TODO: create a dedicated test section for multi-GPU example tests
161162
# when we have multiple distributed example tests

0 commit comments

Comments
 (0)