We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 266ce81 commit 965620dCopy full SHA for 965620d
.buildkite/test-pipeline.yaml
@@ -290,9 +290,11 @@ steps:
290
commands:
291
# - pytest -v -s kernels --shard-id=$$BUILDKITE_PARALLEL_JOB --num-shards=$$BUILDKITE_PARALLEL_JOB_COUNT
292
# DEBUG
293
- - pytest -v -s kernels/test_mamba_ssm_ssd.py
294
- parallelism: 1
295
- #parallelism: 4
+ # - pytest -v -s kernels/test_mamba_ssm_ssd.py
+ # DEBUG make all run the same shard ID
+ - pytest -v -s kernels --shard-id=2 --num-shards=$$BUILDKITE_PARALLEL_JOB_COUNT
296
+ # parallelism: 1
297
+ parallelism: 4
298
299
- label: Tensorizer Test # 11min
300
mirror_hardwares: [amd]
0 commit comments