From ca9741707fd3260b0f4c09a0be50e583bb7c80c7 Mon Sep 17 00:00:00 2001 From: plusNew001 <95567040+plusNew001@users.noreply.github.com> Date: Fri, 22 Aug 2025 14:53:46 +0800 Subject: [PATCH] [CI] fix xpu ci bug --- 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 04d4b8699e..3b0c4252a0 100644 --- a/scripts/run_ci_xpu.sh +++ b/scripts/run_ci_xpu.sh @@ -152,7 +152,7 @@ ps -efww | grep -E 'api_server' | grep -v grep | awk '{print $2}' | xargs kill - ps -efww | grep -E '8188' | grep -v grep | awk '{print $2}' | xargs kill -9 || true lsof -t -i :8188 | xargs kill -9 || true -if [ ${exit_code} -ne 0 ]; then +if [ ${kv_block_test_exit_code} -ne 0 ]; then echo "log/workerlog.0" cat log/workerlog.0 echo "kv block相关测试失败,请检查pr代码"