未验证 提交 40a7e0ad 编写于 作者: T tianshuo78520a 提交者: GitHub

Del check size (#43113)

删除判断build目录大小和预测库大小检查功能。该功能是和develop比较,会存在差异,在release任务中取消判断
上级 e6e85b35
# test release/2.3 ci
<p align="center">
<img align="center" src="doc/imgs/logo.png", width=1600>
<p>
......
......@@ -2973,6 +2973,7 @@ function build_develop() {
cmake_gen_and_build ${PYTHON_ABI:-""} ${parallel_number}
}
function check_coverage_build() {
if [ ! "${buildSize}" ];then
echo "build size not found"
......@@ -3134,7 +3135,7 @@ function main() {
check_diff_file_for_coverage
cmake_gen_and_build ${PYTHON_ABI:-""} ${parallel_number}
enable_unused_var_check
check_coverage_build
#check_coverage_build
;;
gpu_cicheck_coverage)
check_approvals_of_unittest 1
......@@ -3179,7 +3180,7 @@ function main() {
gpu_inference)
test_fluid_lib
test_go_inference_api
check_approvals_of_unittest 3
#check_approvals_of_unittest 3
;;
test_train)
gen_fluid_lib ${parallel_number}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册