[Cherry-Pick][CI] Update stable_test/ce_job/run.sh script and CI_TEAM_MEMBERS(#6352) (#6371)

This commit is contained in:
YuBaoku
2026-02-06 10:41:06 +08:00
committed by GitHub
parent 1d1194e15b
commit 252a7945e0
4 changed files with 24 additions and 4 deletions
+21 -1
View File
@@ -178,7 +178,27 @@ jobs:
TEST_EXIT_CODE=0
pushd tests/ce/stable_cases
bash launch_model.sh /MODELDATA
bash run.sh || TEST_EXIT_CODE=1
TEST_EXIT_CODE=0
bash run.sh || {
TEST_EXIT_CODE=1
echo "==================== run.sh FAILED ===================="
if [ -d log ]; then
echo ">>> grep error in ./log/"
grep -Rni --color=auto "error" log || true
else
echo "log/ directory not found"
fi
if [ -f log/workerlog.0 ]; then
echo ">>> tail -n 100 log/workerlog.0"
tail -n 100 log/workerlog.0
else
echo "log/workerlog.0 not found"
fi
echo "======================================================="
}
popd
echo "TEST_EXIT_CODE=${TEST_EXIT_CODE}" >> /workspace/FastDeploy/exit_code.env
'
+1 -1
View File
@@ -167,7 +167,7 @@ jobs:
COMPILE_ARCH: "80,90"
WITH_NIGHTLY_BUILD: OFF
FD_VERSION: 0.0.0
PADDLE_WHL_URL: https://paddle-qa.bj.bcebos.com/paddle-pipeline/Paddle-RL-Compile-test/release/3.3/cbf3469113cd76b7d5f4cba7b8d7d5f55d9e9911/7/paddlepaddle_gpu-3.3.0.dev-cp310-cp310-linux_x86_64.whl
PADDLE_WHL_URL: https://paddle-qa.bj.bcebos.com/paddle-pipeline/Paddle-RL-Compile/release/3.3/latest/paddlepaddle_gpu-3.3.0.dev-cp310-cp310-linux_x86_64.whl
build_sm8689:
name: BUILD_SM8689
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
permissions:
contents: read
env:
CI_TEAM_MEMBERS: '["yuanlehome","YuanRisheng","Jiang-Jia-Jun","DDDivano","XieYunshen","EmmonsCurse"]'
CI_TEAM_MEMBERS: '["yuanlehome","YuanRisheng","Jiang-Jia-Jun","DDDivano","XieYunshen","EmmonsCurse","CSWYF3634076"]'
outputs:
can-skip: ${{ steps.check-bypass.outputs.can-skip }}
steps: