From 8bd69193cf5f8d344dd90395692f2e354840c599 Mon Sep 17 00:00:00 2001 From: tianshuo78520a <707759223@qq.com> Date: Wed, 29 Jun 2022 16:00:58 +0800 Subject: [PATCH] Add test ut cicheck_py37 (#43804) --- paddle/scripts/paddle_build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/paddle/scripts/paddle_build.sh b/paddle/scripts/paddle_build.sh index 37f2b0f4fc..8577b8eb37 100755 --- a/paddle/scripts/paddle_build.sh +++ b/paddle/scripts/paddle_build.sh @@ -3340,7 +3340,6 @@ function main() { build_pr_and_develop ;; build_dev_test) - #build_develop cmake_gen_and_build ${PYTHON_ABI:-""} ${parallel_number} get_build_time_file ;; @@ -3529,8 +3528,9 @@ function main() { cicheck_py37) cmake_gen_and_build ${PYTHON_ABI:-""} ${parallel_number} run_linux_cpu_test ${PYTHON_ABI:-""} ${PROC_RUN:-1} - - #parallel_test + ;; + test_cicheck_py37) + run_linux_cpu_test ${PYTHON_ABI:-""} ${PROC_RUN:-1} ;; cpu_cicheck_py35) cmake_gen_and_build ${PYTHON_ABI:-""} ${parallel_number} -- GitLab