From c6f60e8dd861f8d6755dd2486bc312ee1831eba1 Mon Sep 17 00:00:00 2001 From: Li Wang Date: Tue, 16 Dec 2025 21:28:45 +0800 Subject: [PATCH] [Nightly] Upgrade single node test to latest main (#5101) ### What this PR does / why we need it? Sync source code from vllm-ascend on nightly tests Signed-off-by: wangli --- .github/workflows/_e2e_nightly_single_node.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/_e2e_nightly_single_node.yaml b/.github/workflows/_e2e_nightly_single_node.yaml index 07ef9be8..f26610b6 100644 --- a/.github/workflows/_e2e_nightly_single_node.yaml +++ b/.github/workflows/_e2e_nightly_single_node.yaml @@ -62,6 +62,13 @@ jobs: npu-smi info cat /usr/local/Ascend/ascend-toolkit/latest/"$(uname -i)"-linux/ascend_toolkit_install.info + - name: Sync from vllm-Ascend main branch + working-directory: /vllm-workspace/vllm-ascend + run: | + git config --global --add safe.directory "$(pwd)" + git config --global url."https://gh-proxy.test.osinfra.cn/https://github.com/".insteadOf https://github.com/ + git pull origin main + - name: Show vLLM and vLLM-Ascend version working-directory: /vllm-workspace run: |