From 188defbd0bad837f59dd3fafe1dd779b4bd434cb Mon Sep 17 00:00:00 2001 From: Stefano Castagnetta Date: Thu, 2 Apr 2026 21:24:29 +0200 Subject: [PATCH] [CI] Add flashinfer.py to attention test source deps (#38792) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefano Castagnetta Co-authored-by: Luka Govedič --- .buildkite/test_areas/kernels.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.buildkite/test_areas/kernels.yaml b/.buildkite/test_areas/kernels.yaml index aecb40f1838..da26caf72ef 100644 --- a/.buildkite/test_areas/kernels.yaml +++ b/.buildkite/test_areas/kernels.yaml @@ -29,6 +29,7 @@ steps: - vllm/v1/attention # TODO: remove this dependency (https://github.com/vllm-project/vllm/issues/32267) - vllm/model_executor/layers/attention + - vllm/utils/flashinfer.py - tests/kernels/attention commands: - pytest -v -s kernels/attention --shard-id=$$BUILDKITE_PARALLEL_JOB --num-shards=$$BUILDKITE_PARALLEL_JOB_COUNT