[CI] Allow occasional distributed worker exit_code (#5341)

This commit is contained in:
YuBaoku
2025-12-03 10:56:59 +08:00
committed by GitHub
parent 0eb799a324
commit dfeabee123
5 changed files with 5 additions and 5 deletions

View File

@@ -47,7 +47,7 @@ for subdir in "$run_path"*/; do
if [ "$exit_code" -eq 1 ] || [ "$exit_code" -eq 124 ]; then
echo "[ERROR] $file 起服务或执行异常exit_code=$exit_code"
if [ "$exit_code" -eq 124 ]; then
echo "[TIMEOUT] $file 脚本执行超过 6 分钟, 任务超时退出!"
echo "[TIMEOUT] $file 脚本执行超过 10 分钟, 任务超时退出!"
fi
fi