mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 00:17:25 +08:00
This commit is contained in:
@@ -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
|
||||
'
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user