Skip to content

Commit 1fc262c

Browse files
mgoindiegocastanibm
authored andcommitted
[CI] Parallelize Kernels MoE Test (vllm-project#21764)
Signed-off-by: mgoin <[email protected]> Signed-off-by: Diego-Castan <[email protected]>
1 parent d80537f commit 1fc262c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.buildkite/test-pipeline.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -403,17 +403,18 @@ steps:
403403
- vllm/model_executor/layers/quantization
404404
- tests/kernels/quantization
405405
commands:
406-
- pytest -v -s kernels/quantization --shard-id=$$BUILDKITE_PARALLEL_JOB --num-shards=$$BUILDKITE_PARALLEL_JOB_COUNT
406+
- pytest -v -s kernels/quantization --shard-id=$$BUILDKITE_PARALLEL_JOB --num-shards=$$BUILDKITE_PARALLEL_JOB_COUNT
407407
parallelism: 2
408408

409-
- label: Kernels MoE Test
409+
- label: Kernels MoE Test %N
410410
mirror_hardwares: [amdexperimental]
411411
source_file_dependencies:
412412
- csrc/moe/
413413
- tests/kernels/moe
414414
- vllm/model_executor/layers/fused_moe/
415415
commands:
416-
- pytest -v -s kernels/moe
416+
- pytest -v -s kernels/moe --shard-id=$$BUILDKITE_PARALLEL_JOB --num-shards=$$BUILDKITE_PARALLEL_JOB_COUNT
417+
parallelism: 2
417418

418419
- label: Kernels Mamba Test
419420
mirror_hardwares: [amdexperimental, amdproduction]

0 commit comments

Comments
 (0)