From 7ae41e9daf5a75657a80ee6f01cf32a91bd1aa5d Mon Sep 17 00:00:00 2001 From: plusNew001 <95567040+plusNew001@users.noreply.github.com> Date: Fri, 22 Aug 2025 15:08:39 +0800 Subject: [PATCH] [CI] fix xpu ci bug (#3535) --- 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 04d4b8699..3b0c4252a 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代码"