Skip to content

Commit 965620d

Browse files
committed
[debug] make all run same shard_id
Signed-off-by: Yu Chin Fabian Lim <[email protected]>
1 parent 266ce81 commit 965620d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.buildkite/test-pipeline.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,9 +290,11 @@ steps:
290290
commands:
291291
# - pytest -v -s kernels --shard-id=$$BUILDKITE_PARALLEL_JOB --num-shards=$$BUILDKITE_PARALLEL_JOB_COUNT
292292
# DEBUG
293-
- pytest -v -s kernels/test_mamba_ssm_ssd.py
294-
parallelism: 1
295-
#parallelism: 4
293+
# - pytest -v -s kernels/test_mamba_ssm_ssd.py
294+
# DEBUG make all run the same shard ID
295+
- pytest -v -s kernels --shard-id=2 --num-shards=$$BUILDKITE_PARALLEL_JOB_COUNT
296+
# parallelism: 1
297+
parallelism: 4
296298

297299
- label: Tensorizer Test # 11min
298300
mirror_hardwares: [amd]

0 commit comments

Comments
 (0)