diff --git a/.buildkite/test-amd.yaml b/.buildkite/test-amd.yaml index 42cdf6f7f..0e7ab7255 100644 --- a/.buildkite/test-amd.yaml +++ b/.buildkite/test-amd.yaml @@ -430,6 +430,8 @@ steps: timeout_in_minutes: 30 gpu: h100 source_file_dependencies: + - vllm/config/attention.py + - vllm/model_executor/layers/attention - vllm/v1/attention - tests/v1/attention commands: @@ -454,6 +456,8 @@ steps: timeout_in_minutes: 30 gpu: b200 source_file_dependencies: + - vllm/config/attention.py + - vllm/model_executor/layers/attention - vllm/v1/attention - tests/v1/attention commands: diff --git a/.buildkite/test-pipeline.yaml b/.buildkite/test-pipeline.yaml index 46dfea411..b45aa7eb6 100644 --- a/.buildkite/test-pipeline.yaml +++ b/.buildkite/test-pipeline.yaml @@ -376,6 +376,8 @@ steps: timeout_in_minutes: 30 gpu: h100 source_file_dependencies: + - vllm/config/attention.py + - vllm/model_executor/layers/attention - vllm/v1/attention - tests/v1/attention commands: @@ -398,6 +400,8 @@ steps: timeout_in_minutes: 30 gpu: b200 source_file_dependencies: + - vllm/config/attention.py + - vllm/model_executor/layers/attention - vllm/v1/attention - tests/v1/attention commands: diff --git a/.buildkite/test_areas/attention.yaml b/.buildkite/test_areas/attention.yaml index fdd898bfe..7dd067c24 100644 --- a/.buildkite/test_areas/attention.yaml +++ b/.buildkite/test_areas/attention.yaml @@ -6,6 +6,8 @@ steps: timeout_in_minutes: 30 gpu: h100 source_file_dependencies: + - vllm/config/attention.py + - vllm/model_executor/layers/attention - vllm/v1/attention - tests/v1/attention commands: @@ -15,6 +17,8 @@ steps: timeout_in_minutes: 30 gpu: b200 source_file_dependencies: + - vllm/config/attention.py + - vllm/model_executor/layers/attention - vllm/v1/attention - tests/v1/attention commands: