From 300622e609a52b76526182bdfca615d5f9e448a2 Mon Sep 17 00:00:00 2001 From: Matthew Bonanni Date: Thu, 22 Jan 2026 13:44:56 -0500 Subject: [PATCH] [CI][Attention] Add more CI dependencies for attention tests (#32487) Signed-off-by: Matthew Bonanni --- .buildkite/test-amd.yaml | 4 ++++ .buildkite/test-pipeline.yaml | 4 ++++ .buildkite/test_areas/attention.yaml | 4 ++++ 3 files changed, 12 insertions(+) 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: