From 65950e8f587cf7e3b7307711103f275be2267e56 Mon Sep 17 00:00:00 2001 From: "Kevin H. Luu" Date: Mon, 12 Aug 2024 10:18:03 -0700 Subject: [PATCH] [ci] Entrypoints run upon changes in vllm/ (#7423) Signed-off-by: kevin --- .buildkite/test-pipeline.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.buildkite/test-pipeline.yaml b/.buildkite/test-pipeline.yaml index f5c5047bfd4c2..e21ae6b0502f4 100644 --- a/.buildkite/test-pipeline.yaml +++ b/.buildkite/test-pipeline.yaml @@ -80,8 +80,7 @@ steps: fast_check: true mirror_hardwares: [amd] source_file_dependencies: - - vllm/entrypoints - - tests/entrypoints + - vllm/ commands: - pytest -v -s entrypoints/llm - pytest -v -s entrypoints/openai