From ed9e7723b084e4dc102b02b1380a1196d5b5b8b3 Mon Sep 17 00:00:00 2001 From: tianshuo78520a <707759223@qq.com> Date: Fri, 14 May 2021 16:10:36 +0800 Subject: [PATCH] test=document_fix (#32906) --- tools/test_model_benchmark.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/test_model_benchmark.sh b/tools/test_model_benchmark.sh index 5ec71ef8c11..8f8026b0adc 100644 --- a/tools/test_model_benchmark.sh +++ b/tools/test_model_benchmark.sh @@ -36,7 +36,10 @@ function check_whl { diff_whl=`diff /tmp/pr/*/RECORD /tmp/develop/*/RECORD|wc -l` if [ ${diff_whl} -eq 0 ];then echo "paddle whl does not diff in PR-CI-Model-benchmark, so skip this ci" + echo "ipipe_log_param_isSkipTest_model_benchmark: 1" exit 0 + else + echo "ipipe_log_param_isSkipTest_model_benchmark: 0" fi } -- GitLab