From 632801b0adb507024fe4e85790a6eef00661deda Mon Sep 17 00:00:00 2001 From: pu-zhe Date: Mon, 2 Mar 2026 18:03:46 +0800 Subject: [PATCH] [CI][310P] Add 310p tracked files in CI light. (#6923) ### What this PR does / why we need it? Add 310p tracked files in CI light. 'vllm_ascend/attention/attention_v1.py' 'vllm_ascend/ops/fused_moe/**' ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? CI test - vLLM version: v0.16.0 - vLLM main: https://github.com/vllm-project/vllm/commit/15d76f74e2fdb12a95ea00f0ca283acf6219a2b7 Signed-off-by: pu-zhe --- .github/workflows/pr_test_light.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr_test_light.yaml b/.github/workflows/pr_test_light.yaml index 938430fc..faf3cb62 100644 --- a/.github/workflows/pr_test_light.yaml +++ b/.github/workflows/pr_test_light.yaml @@ -78,6 +78,8 @@ jobs: _310_tracker: - 'vllm_ascend/_310p/**' - 'vllm_ascend/worker/model_runner_v1.py' + - 'vllm_ascend/attention/attention_v1.py' + - 'vllm_ascend/ops/fused_moe/**' - 'CMakeLists.txt' ut: