From 72f64c10b75479d1c9a6ed25aac034cdcabbc8c3 Mon Sep 17 00:00:00 2001 From: leo-pony Date: Thu, 25 Sep 2025 16:03:09 +0800 Subject: [PATCH] [bugFix] Correct the vllm interface e2e test Base container image name (#3179) ### What this PR does / why we need it? Correct the vllm interface e2e test Base container image name ### Does this PR introduce _any_ user-facing change? NA ### How was this patch tested? Tests in vllm ci pipeline - vLLM version: v0.10.2 - vLLM main: https://github.com/vllm-project/vllm/commit/52d0cb845866869d587fc013a7c59e60a86ebcf2 Signed-off-by: leo-pony --- tests/e2e/vllm_interface/vllm_test.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/vllm_interface/vllm_test.cfg b/tests/e2e/vllm_interface/vllm_test.cfg index 7029e20..4d077b0 100644 --- a/tests/e2e/vllm_interface/vllm_test.cfg +++ b/tests/e2e/vllm_interface/vllm_test.cfg @@ -1,2 +1,2 @@ # Base docker image used to build the vllm-ascend e2e test image, which is built in the vLLM repository -BASE_IMAGE_NAME="quay.io/ascend/cann:8.3.rc1.alpha002-910b-ubuntu22.04-py3.11" +BASE_IMAGE_NAME="quay.io/ascend/cann:8.2.rc1-910b-ubuntu22.04-py3.11"