未验证 提交 88256df6 编写于 作者: Z Zhou Wei 提交者: GitHub

cherry-pick2.0, windows count time (#27042)

上级 e92c3b26
...@@ -20,13 +20,12 @@ rem Paddle CI Task On Windows Platform ...@@ -20,13 +20,12 @@ rem Paddle CI Task On Windows Platform
rem ================================================= rem =================================================
rem -------clean up environment----------- rem -------clean up environment-----------
wmic process where name="op_function_generator.exe" call terminate 2>NUL
set work_dir=%cd% set work_dir=%cd%
if exist build rmdir build /s/q
mkdir build mkdir build
cd /d build cd /d build
tree . tree .
dir paddle\fluid\pybind\Release dir paddle\fluid\pybind\Release
taskkill /f /im op_function_generator.exe 2>NUL
rem ------initialize the virtual environment------ rem ------initialize the virtual environment------
if not defined PYTHON_ROOT set PYTHON_ROOT=C:\Python37 if not defined PYTHON_ROOT set PYTHON_ROOT=C:\Python37
...@@ -216,7 +215,7 @@ pip install -U %PADDLE_WHL_FILE_WIN% --user ...@@ -216,7 +215,7 @@ pip install -U %PADDLE_WHL_FILE_WIN% --user
if %ERRORLEVEL% NEQ 0 ( if %ERRORLEVEL% NEQ 0 (
call paddle_winci\Scripts\deactivate.bat 2>NUL call paddle_winci\Scripts\deactivate.bat 2>NUL
echo pip install whl package failed! echo pip install whl package failed!
exit /b 3 exit /b 1
) )
python %work_dir%\paddle\scripts\installation_validate.py python %work_dir%\paddle\scripts\installation_validate.py
...@@ -225,7 +224,7 @@ goto:eof ...@@ -225,7 +224,7 @@ goto:eof
:test_whl_pacakage_error :test_whl_pacakage_error
call paddle_winci\Scripts\deactivate.bat 2>NUL call paddle_winci\Scripts\deactivate.bat 2>NUL
echo Test import paddle failed, will exit! echo Test import paddle failed, will exit!
exit /b 3 exit /b 1
rem --------------------------------------------------------------------------------------------- rem ---------------------------------------------------------------------------------------------
:unit_test :unit_test
...@@ -248,6 +247,9 @@ goto:eof ...@@ -248,6 +247,9 @@ goto:eof
:unit_test_error :unit_test_error
call paddle_winci\Scripts\deactivate.bat 2>NUL call paddle_winci\Scripts\deactivate.bat 2>NUL
for /F %%# in ('wmic os get localdatetime^|findstr 20') do set end=%%#
set end=%end:~4,10%
call :timestamp "%start%" "%end%" "TestCases Total"
echo Running unit tests failed, will exit! echo Running unit tests failed, will exit!
exit /b 8 exit /b 8
...@@ -268,7 +270,7 @@ goto:eof ...@@ -268,7 +270,7 @@ goto:eof
:test_inference_error :test_inference_error
call paddle_winci\Scripts\deactivate.bat 2>NUL call paddle_winci\Scripts\deactivate.bat 2>NUL
echo Testing fluid library for inference failed! echo Testing fluid library for inference failed!
exit /b 5 exit /b 1
rem --------------------------------------------------------------------------------------------- rem ---------------------------------------------------------------------------------------------
:check_change_of_unittest :check_change_of_unittest
...@@ -399,7 +401,7 @@ taskkill /f /im git-remote-https.exe 2>NUL ...@@ -399,7 +401,7 @@ taskkill /f /im git-remote-https.exe 2>NUL
taskkill /f /im vctip.exe 2>NUL taskkill /f /im vctip.exe 2>NUL
taskkill /f /im cvtres.exe 2>NUL taskkill /f /im cvtres.exe 2>NUL
taskkill /f /im rc.exe 2>NUL taskkill /f /im rc.exe 2>NUL
taskkill /f /im op_function_generator.exe 2>NUL wmic process where name="op_function_generator.exe" call terminate 2>NUL
taskkill /f /im python.exe 2>NUL taskkill /f /im python.exe 2>NUL
call paddle_winci\Scripts\deactivate.bat 2>NUL call paddle_winci\Scripts\deactivate.bat 2>NUL
taskkill /f /im python.exe 2>NUL taskkill /f /im python.exe 2>NUL
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册