Unverified Commit 300622e6 authored by Matthew Bonanni's avatar Matthew Bonanni Committed by GitHub
Browse files

[CI][Attention] Add more CI dependencies for attention tests (#32487)


Signed-off-by: default avatarMatthew Bonanni <mbonanni@redhat.com>
parent 69d09fdd
...@@ -430,6 +430,8 @@ steps: ...@@ -430,6 +430,8 @@ steps:
timeout_in_minutes: 30 timeout_in_minutes: 30
gpu: h100 gpu: h100
source_file_dependencies: source_file_dependencies:
- vllm/config/attention.py
- vllm/model_executor/layers/attention
- vllm/v1/attention - vllm/v1/attention
- tests/v1/attention - tests/v1/attention
commands: commands:
...@@ -454,6 +456,8 @@ steps: ...@@ -454,6 +456,8 @@ steps:
timeout_in_minutes: 30 timeout_in_minutes: 30
gpu: b200 gpu: b200
source_file_dependencies: source_file_dependencies:
- vllm/config/attention.py
- vllm/model_executor/layers/attention
- vllm/v1/attention - vllm/v1/attention
- tests/v1/attention - tests/v1/attention
commands: commands:
......
...@@ -376,6 +376,8 @@ steps: ...@@ -376,6 +376,8 @@ steps:
timeout_in_minutes: 30 timeout_in_minutes: 30
gpu: h100 gpu: h100
source_file_dependencies: source_file_dependencies:
- vllm/config/attention.py
- vllm/model_executor/layers/attention
- vllm/v1/attention - vllm/v1/attention
- tests/v1/attention - tests/v1/attention
commands: commands:
...@@ -398,6 +400,8 @@ steps: ...@@ -398,6 +400,8 @@ steps:
timeout_in_minutes: 30 timeout_in_minutes: 30
gpu: b200 gpu: b200
source_file_dependencies: source_file_dependencies:
- vllm/config/attention.py
- vllm/model_executor/layers/attention
- vllm/v1/attention - vllm/v1/attention
- tests/v1/attention - tests/v1/attention
commands: commands:
......
...@@ -6,6 +6,8 @@ steps: ...@@ -6,6 +6,8 @@ steps:
timeout_in_minutes: 30 timeout_in_minutes: 30
gpu: h100 gpu: h100
source_file_dependencies: source_file_dependencies:
- vllm/config/attention.py
- vllm/model_executor/layers/attention
- vllm/v1/attention - vllm/v1/attention
- tests/v1/attention - tests/v1/attention
commands: commands:
...@@ -15,6 +17,8 @@ steps: ...@@ -15,6 +17,8 @@ steps:
timeout_in_minutes: 30 timeout_in_minutes: 30
gpu: b200 gpu: b200
source_file_dependencies: source_file_dependencies:
- vllm/config/attention.py
- vllm/model_executor/layers/attention
- vllm/v1/attention - vllm/v1/attention
- tests/v1/attention - tests/v1/attention
commands: commands:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment