From 857c533e27904b722e63081dec5983864d592f15 Mon Sep 17 00:00:00 2001 From: Shaoxu Cheng <2906339855@qq.com> Date: Wed, 28 Jan 2026 16:43:48 +0800 Subject: [PATCH] [CI]: add production safeguards for 300I (#6343) Update 310p files tracker to enable 310p e2e test per PR. - vLLM version: v0.14.1 - vLLM main: https://github.com/vllm-project/vllm/commit/dc917cceb877dfd13f98c538c4c96158047d98bd Signed-off-by: Tflowers-0129 <2906339855@qq.com> --- .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 79d812cc..a698639b 100644 --- a/.github/workflows/pr_test_light.yaml +++ b/.github/workflows/pr_test_light.yaml @@ -77,6 +77,8 @@ jobs: - '.github/workflows/pr_test_light.yaml' _310_tracker: - 'vllm_ascend/_310p/**' + - 'vllm_ascend/worker/model_runner_v1.py' + - 'CMakeLists.txt' ut: needs: [lint, changes]