Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .buildkite/test_areas/kernels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ steps:

- label: Kernels Attention Test %N
key: kernels-attention-test
timeout_in_minutes: 65
timeout_in_minutes: 30
source_file_dependencies:
- csrc/attention/
- vllm/v1/attention
Expand All @@ -113,11 +113,14 @@ steps:
- tests/kernels/attention
commands:
- pytest -v -s kernels/attention --shard-id=$$BUILDKITE_PARALLEL_JOB --num-shards=$$BUILDKITE_PARALLEL_JOB_COUNT
parallelism: 2
parallelism: 7
mirror:
amd:
dind: false
device: mi300_1
# Pin the AMD mirror at its current 2 shards so raising NVIDIA
# parallelism does not multiply AMD copies (needs ci-infra #473).
parallelism: 2
timeout_in_minutes: 90
depends_on:
- image-build-amd
Expand Down
Loading