From 263c38d74d87b196ad08449002fc7799e76bad9d Mon Sep 17 00:00:00 2001 From: Zhewen Li Date: Thu, 4 Dec 2025 16:42:37 -0800 Subject: [PATCH] [CI/Build] Update batch invariant test trigger (#30080) Signed-off-by: zhewenli --- .buildkite/test-pipeline.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.buildkite/test-pipeline.yaml b/.buildkite/test-pipeline.yaml index a79f0b0c6bbdf..0a99994e243ae 100644 --- a/.buildkite/test-pipeline.yaml +++ b/.buildkite/test-pipeline.yaml @@ -350,7 +350,8 @@ steps: timeout_in_minutes: 25 gpu: h100 source_file_dependencies: - - vllm/ + - vllm/v1/attention + - vllm/model_executor/layers - tests/v1/determinism/ commands: - export VLLM_WORKER_MULTIPROC_METHOD=spawn