[CI][Nightly] Fix mooncake build (#3958)

### What this PR does / why we need it?
Fix https://github.com/vllm-project/vllm-ascend/pull/3943

- vLLM version: v0.11.0
- vLLM main:
83f478bb19

---------

Signed-off-by: wangli <wangli858794774@gmail.com>
This commit is contained in:
Li Wang
2025-11-03 20:07:47 +08:00
committed by GitHub
parent ec98320285
commit 8f222f21f1

View File

@@ -197,7 +197,7 @@ main() {
install_go install_go
cd "$WORKSPACE/source_code" cd "$WORKSPACE/source_code"
. $SRC_DIR/vllm-ascend/tests/e2e/nightly/multi_node/scripts/build_mooncake.sh \ . $SRC_DIR/vllm-ascend/tests/e2e/nightly/multi_node/scripts/build_mooncake.sh \
pooling_async_memecpy_v1 9d96b2e1dd76cc601d76b1b4c5f6e04605cd81d3 "pooling_async_memecpy_v1" "8fce1ffab3930fec2a8b8d3be282564dfa1bb186"
cd "$WORKSPACE/source_code/vllm-ascend" cd "$WORKSPACE/source_code/vllm-ascend"
run_tests_with_log run_tests_with_log
} }