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

polish Windows CI (#33392)

上级 205bcc16
......@@ -22,11 +22,12 @@ setlocal enabledelayedexpansion
rem -------clean up environment-----------
set work_dir=%cd%
set cache_dir=%work_dir:Paddle=cache%
if not defined cache_dir set cache_dir=%work_dir:Paddle=cache%
if not exist %cache_dir%\tools (
git clone https://github.com/zhouwei25/tools.git %cache_dir%\tools
)
taskkill /f /im cmake.exe 2>NUL
taskkill /f /im ninja.exe 2>NUL
taskkill /f /im MSBuild.exe 2>NUL
taskkill /f /im cl.exe 2>NUL
taskkill /f /im lib.exe 2>NUL
......@@ -763,6 +764,7 @@ echo ========================================
echo Clean up environment at the end ...
echo ========================================
taskkill /f /im cmake.exe 2>NUL
taskkill /f /im ninja.exe 2>NUL
taskkill /f /im MSBuild.exe 2>NUL
taskkill /f /im git.exe 2>NUL
taskkill /f /im cl.exe 2>NUL
......
......@@ -634,9 +634,6 @@ TETRAD_PARALLEL_JOB = [
'test_analyzer_bert',
'test_analyzer_googlenet',
'test_fleet_base',
'test_imperative_container_layerdict',
'test_set_value_op',
'test_view_op_reuse_allocation',
'test_sequential',
'test_sequential',
'test_imperative_layers',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册