From c32aae901f30b7f741d8fdbbfad9c37c14ff1a15 Mon Sep 17 00:00:00 2001 From: plusNew001 <95567040+plusNew001@users.noreply.github.com> Date: Tue, 23 Sep 2025 10:28:49 +0800 Subject: [PATCH] [XPU] update XPU CI (#4209) * change xpu ci model * change xpu ci model * change xpu ci model * change xpu ci model * Update model path and XPU settings in run_ci_xpu.sh * Increase health check timeout to 10 minutes Increased the timeout duration for health checks from 5 minutes to 10 minutes in two places. * Implement test for OpenAI chat completion Add a test function for the OpenAI client chat response. * Change script to use pytest for running tests * Update health check timeout to 15 minutes Increase the timeout for health checks from 10 minutes to 15 minutes. * Add pytest installation to CI script * Modify base response in test_45t function Updated the base response message for the test. * Add V0 and V1 mode test echo statements * Set ENABLE_V1_KVCACHE_SCHEDULER to 0 Disable V1 KVCACHE SCHEDULER for V0 mode testing. --------- Co-authored-by: root --- scripts/run_ci_xpu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_ci_xpu.sh b/scripts/run_ci_xpu.sh index ab2fb6701..870b463d9 100644 --- a/scripts/run_ci_xpu.sh +++ b/scripts/run_ci_xpu.sh @@ -44,7 +44,7 @@ rm -f core* ipcrm --all=msg echo "============================开始V0模式测试!============================" -export ENABLE_V1_KVCACHE_SCHEDULER=1 +export ENABLE_V1_KVCACHE_SCHEDULER=0 export XPU_VISIBLE_DEVICES="0,1,2,3,4,5,6,7" python -m fastdeploy.entrypoints.openai.api_server \