2025-12-08 18:25:43 -08:00
|
|
|
group: Attention
|
|
|
|
|
depends_on:
|
|
|
|
|
- image-build
|
|
|
|
|
steps:
|
|
|
|
|
- label: V1 attention (H100)
|
|
|
|
|
timeout_in_minutes: 30
|
2026-01-26 12:28:20 -08:00
|
|
|
device: h100
|
2025-12-08 18:25:43 -08:00
|
|
|
source_file_dependencies:
|
2026-01-22 13:44:56 -05:00
|
|
|
- vllm/config/attention.py
|
|
|
|
|
- vllm/model_executor/layers/attention
|
2025-12-08 18:25:43 -08:00
|
|
|
- vllm/v1/attention
|
|
|
|
|
- tests/v1/attention
|
|
|
|
|
commands:
|
|
|
|
|
- pytest -v -s v1/attention
|
|
|
|
|
|
|
|
|
|
- label: V1 attention (B200)
|
|
|
|
|
timeout_in_minutes: 30
|
2026-01-26 12:28:20 -08:00
|
|
|
device: b200
|
2025-12-08 18:25:43 -08:00
|
|
|
source_file_dependencies:
|
2026-01-22 13:44:56 -05:00
|
|
|
- vllm/config/attention.py
|
|
|
|
|
- vllm/model_executor/layers/attention
|
2025-12-08 18:25:43 -08:00
|
|
|
- vllm/v1/attention
|
|
|
|
|
- tests/v1/attention
|
|
|
|
|
commands:
|
2026-01-19 18:41:34 -05:00
|
|
|
- pytest -v -s v1/attention
|