Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
Paddle
提交
c3807f9e
P
Paddle
项目概览
PaddlePaddle
/
Paddle
1 年多 前同步成功
通知
2302
Star
20931
Fork
5422
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
1423
列表
看板
标记
里程碑
合并请求
543
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
Paddle
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
1,423
Issue
1,423
列表
看板
标记
里程碑
合并请求
543
合并请求
543
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
c3807f9e
编写于
6月 17, 2021
作者:
Z
Zhou Wei
提交者:
GitHub
6月 17, 2021
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix Windows CI unstable (#33606)
修复Windows CI的一些突发新增的不稳定现象: 清理服务器后台未正常退出的进程 支持外部手动修改cache缓存目录
上级
7bbeeb59
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
31 addition
and
25 deletion
+31
-25
paddle/scripts/paddle_build.bat
paddle/scripts/paddle_build.bat
+31
-25
未找到文件。
paddle/scripts/paddle_build.bat
浏览文件 @
c3807f9e
...
@@ -18,19 +18,18 @@ rem Paddle CI Task On Windows Platform
...
@@ -18,19 +18,18 @@ rem Paddle CI Task On Windows Platform
rem =================================================
rem =================================================
@ECHO
ON
@ECHO
ON
setlocal
setlocal
enabledelayedexpansion
rem -------clean up environment-----------
rem -------clean up environment-----------
set
work_dir
=
%cd%
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
(
if
not
exist
%cache_dir%
\tools
(
git
clone
https
://github.com/zhouwei25/tools.git
%cache_dir%
\tools
git
clone
https
://github.com/zhouwei25/tools.git
%cache_dir%
\tools
)
)
taskkill
/f /im
op_function_generator
.exe
2
>
NUL
taskkill
/f /im
cmake
.exe
2
>
NUL
taskkill
/f /im
cmake
.exe
2
>
NUL
taskkill
/f /im
MSBuild
.exe
2
>
NUL
taskkill
/f /im
MSBuild
.exe
2
>
NUL
taskkill
/f /im
CL
.exe
2
>
NUL
taskkill
/f /im
cl
.exe
2
>
NUL
taskkill
/f /im
L
ib
.exe
2
>
NUL
taskkill
/f /im
l
ib
.exe
2
>
NUL
taskkill
/f /im
link
.exe
2
>
NUL
taskkill
/f /im
link
.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
...
@@ -41,14 +40,12 @@ taskkill /f /im python.exe 2>NUL
...
@@ -41,14 +40,12 @@ taskkill /f /im python.exe 2>NUL
taskkill
/f /im
nvcc
.exe
2
>
NUL
taskkill
/f /im
nvcc
.exe
2
>
NUL
taskkill
/f /im
cicc
.exe
2
>
NUL
taskkill
/f /im
cicc
.exe
2
>
NUL
taskkill
/f /im
ptxas
.exe
2
>
NUL
taskkill
/f /im
ptxas
.exe
2
>
NUL
taskkill
/f /im
test_api_impl
.exe
2
>
NUL
taskkill
/f /im
op_function_generator
.exe
2
>
NUL
taskkill
/f /im
op_function_generator
.exe
2
>
NUL
wmic
process
where
name
=
"op_function_generator.exe"
call
terminate
2
>
NUL
wmic
process
where
name
=
"op_function_generator.exe"
call
terminate
2
>
NUL
wmic
process
where
name
=
"test_api_impl.exe"
call
terminate
2
>
NUL
wmic
process
where
name
=
"cvtres.exe"
call
terminate
2
>
NUL
wmic
process
where
name
=
"cvtres.exe"
call
terminate
2
>
NUL
wmic
process
where
name
=
"rc.exe"
call
terminate
2
>
NUL
wmic
process
where
name
=
"rc.exe"
call
terminate
2
>
NUL
wmic
process
where
name
=
"
CL
.exe"
call
terminate
2
>
NUL
wmic
process
where
name
=
"
cl
.exe"
call
terminate
2
>
NUL
wmic
process
where
name
=
"
L
ib.exe"
call
terminate
2
>
NUL
wmic
process
where
name
=
"
l
ib.exe"
call
terminate
2
>
NUL
wmic
process
where
name
=
"python.exe"
call
terminate
2
>
NUL
wmic
process
where
name
=
"python.exe"
call
terminate
2
>
NUL
rem ------initialize common variable------
rem ------initialize common variable------
...
@@ -66,7 +63,7 @@ if not defined WITH_PYTHON set WITH_PYTHON=ON
...
@@ -66,7 +63,7 @@ if not defined WITH_PYTHON set WITH_PYTHON=ON
if
not
defined
ON_INFER
set
ON_INFER
=
ON
if
not
defined
ON_INFER
set
ON_INFER
=
ON
if
not
defined
WITH_INFERENCE_API_TEST
set
WITH_INFERENCE_API_TEST
=
ON
if
not
defined
WITH_INFERENCE_API_TEST
set
WITH_INFERENCE_API_TEST
=
ON
if
not
defined
WITH_STATIC_LIB
set
WITH_STATIC_LIB
=
ON
if
not
defined
WITH_STATIC_LIB
set
WITH_STATIC_LIB
=
ON
if
not
defined
WITH_TPCACHE
set
WITH_TPCACHE
=
O
N
if
not
defined
WITH_TPCACHE
set
WITH_TPCACHE
=
O
FF
if
not
defined
WITH_CLCACHE
set
WITH_CLCACHE
=
OFF
if
not
defined
WITH_CLCACHE
set
WITH_CLCACHE
=
OFF
if
not
defined
WITH_CACHE
set
WITH_CACHE
=
OFF
if
not
defined
WITH_CACHE
set
WITH_CACHE
=
OFF
if
not
defined
WITH_UNITY_BUILD
set
WITH_UNITY_BUILD
=
OFF
if
not
defined
WITH_UNITY_BUILD
set
WITH_UNITY_BUILD
=
OFF
...
@@ -79,6 +76,7 @@ if not defined PYTHON_ROOT set PYTHON_ROOT=C:\Python37
...
@@ -79,6 +76,7 @@ if not defined PYTHON_ROOT set PYTHON_ROOT=C:\Python37
rem -------set cache build directory-----------
rem -------set cache build directory-----------
rmdir
build
\python
/s/q
rmdir
build
\python
/s/q
rem rmdir build\paddle\fluid\pybind /s/q
rmdir
build
\paddle_install_dir
/s/q
rmdir
build
\paddle_install_dir
/s/q
rmdir
build
\paddle_inference_install_dir
/s/q
rmdir
build
\paddle_inference_install_dir
/s/q
rmdir
build
\paddle_inference_c_install_dir
/s/q
rmdir
build
\paddle_inference_c_install_dir
/s/q
...
@@ -137,10 +135,11 @@ goto :CASE_%1
...
@@ -137,10 +135,11 @@ goto :CASE_%1
echo
"Usage: paddle_build.bat [OPTION]"
echo
"Usage: paddle_build.bat [OPTION]"
echo
"OPTION:"
echo
"OPTION:"
echo
"wincheck_mkl: run Windows MKL/GPU
/UnitTest
CI tasks on Windows"
echo
"wincheck_mkl: run Windows MKL/GPU
PR
CI tasks on Windows"
echo
"wincheck_openbals: run Windows OPENBLAS/CPU CI tasks on Windows"
echo
"wincheck_openbals: run Windows OPENBLAS/CPU
PR
CI tasks on Windows"
echo
"build_avx_whl: build Windows avx whl package on Windows"
echo
"build_avx_whl: build Windows avx whl package on Windows"
echo
"build_no_avx_whl: build Windows no avx whl package on Windows"
echo
"build_no_avx_whl: build Windows no avx whl package on Windows"
echo
"build_inference_lib: build Windows inference library on Windows"
exit
/b
1
exit
/b
1
rem ------PR CI windows check for MKL/GPU----------
rem ------PR CI windows check for MKL/GPU----------
...
@@ -200,6 +199,7 @@ goto:success
...
@@ -200,6 +199,7 @@ goto:success
rem ------Build windows inference library------
rem ------Build windows inference library------
:CASE
_build_inference_lib
:CASE
_build_inference_lib
set
ON_INFER
=
ON
set
WITH_PYTHON
=
OFF
set
WITH_PYTHON
=
OFF
set
CUDA_ARCH_NAME
=
All
set
CUDA_ARCH_NAME
=
All
...
@@ -226,6 +226,8 @@ call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary
...
@@ -226,6 +226,8 @@ call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary
set
DISTUTILS_USE_SDK
=
1
set
DISTUTILS_USE_SDK
=
1
rem Windows 10 Kit bin dir
rem Windows 10 Kit bin dir
set
PATH
=
C
:\Program
Files
(
x86
)
\Windows
Kits
\10\bin\10.0.17763.0\x64
;
%PATH%
set
PATH
=
C
:\Program
Files
(
x86
)
\Windows
Kits
\10\bin\10.0.17763.0\x64
;
%PATH%
rem Use 64-bit ToolSet to compile
set
PreferredToolArchitecture
=
x64
for
/F
%%
#
in
(
'wmic os get localdatetime
^|
findstr 20'
)
do
set
start
=
%%
#
for
/F
%%
#
in
(
'wmic os get localdatetime
^|
findstr 20'
)
do
set
start
=
%%
#
set
start
=
%start
:
~
4
,
10
%
set
start
=
%start
:
~
4
,
10
%
...
@@ -250,14 +252,15 @@ if "%WITH_GPU%"=="ON" (
...
@@ -250,14 +252,15 @@ if "%WITH_GPU%"=="ON" (
)
)
rem ------initialize the python environment------
rem ------initialize the python environment------
@ECHO
ON
set
PYTHON_EXECUTABLE
=
%PYTHON_ROOT%
\python.exe
set
PYTHON_EXECUTABLE
=
%PYTHON_ROOT%
\python.exe
set
PATH
=
%PYTHON_ROOT%
;
%PYTHON_ROOT%
\Scripts
;
%PATH%
set
PATH
=
%PYTHON_ROOT%
;
%PYTHON_ROOT%
\Scripts
;
%PATH%
if
%WITH_PYTHON%
==
"OFF
"
(
if
"
%WITH_PYTHON%
"
==
"ON
"
(
where
python
where
python
where
pip
where
pip
pip
install
wheel
--user
pip
install
wheel
--user
pip
install
-r
%work_dir%
\python\requirements.txt
--user
pip
install
-r
%work_dir%
\python\requirements.txt
--user
if
%ERRORLEVEL%
NEQ
0
(
if
!ERRORLEVEL!
NEQ
0
(
echo
pip
install
requirements
.txt
failed
!
echo
pip
install
requirements
.txt
failed
!
exit
/b
7
exit
/b
7
)
)
...
@@ -318,7 +321,7 @@ if "%WITH_GPU%"=="ON" (
...
@@ -318,7 +321,7 @@ if "%WITH_GPU%"=="ON" (
)
)
:cmake
_impl
:cmake
_impl
echo
cmake
..
-G
%GENERATOR%
-
T
host
=
x64
-DCMAKE
_BUILD_TYPE
=
Release
-DWITH
_AVX
=
%WITH_AVX%
-DWITH
_GPU
=
%WITH_GPU%
-DWITH
_MKL
=
%WITH_MKL%
^
echo
cmake
..
-G
%GENERATOR%
-
DCMAKE
_BUILD_TYPE
=
Release
-T
host
=
x64
-DWITH
_AVX
=
%WITH_AVX%
-DWITH
_GPU
=
%WITH_GPU%
-DWITH
_MKL
=
%WITH_MKL%
^
-DWITH
_TESTING
=
%WITH_TESTING%
-DWITH
_PYTHON
=
%WITH_PYTHON%
-DPYTHON
_EXECUTABLE
=
%PYTHON_EXECUTABLE%
-DON
_INFER
=
%ON_INFER%
^
-DWITH
_TESTING
=
%WITH_TESTING%
-DWITH
_PYTHON
=
%WITH_PYTHON%
-DPYTHON
_EXECUTABLE
=
%PYTHON_EXECUTABLE%
-DON
_INFER
=
%ON_INFER%
^
-DWITH
_INFERENCE_API_TEST
=
%WITH_INFERENCE_API_TEST%
-DTHIRD
_PARTY_PATH
=
%THIRD_PARTY_PATH%
^
-DWITH
_INFERENCE_API_TEST
=
%WITH_INFERENCE_API_TEST%
-DTHIRD
_PARTY_PATH
=
%THIRD_PARTY_PATH%
^
-DINFERENCE
_DEMO_INSTALL_DIR
=
%INFERENCE_DEMO_INSTALL_DIR%
-DWITH
_STATIC_LIB
=
%WITH_STATIC_LIB%
^
-DINFERENCE
_DEMO_INSTALL_DIR
=
%INFERENCE_DEMO_INSTALL_DIR%
-DWITH
_STATIC_LIB
=
%WITH_STATIC_LIB%
^
...
@@ -374,6 +377,7 @@ set build_times=1
...
@@ -374,6 +377,7 @@ set build_times=1
rem clcache.exe -z
rem clcache.exe -z
rem -------clean up environment again-----------
rem -------clean up environment again-----------
taskkill
/f /im
cmake
.exe
2
>
NUL
taskkill
/f /im
MSBuild
.exe
2
>
NUL
taskkill
/f /im
MSBuild
.exe
2
>
NUL
taskkill
/f /im
cl
.exe
2
>
NUL
taskkill
/f /im
cl
.exe
2
>
NUL
taskkill
/f /im
lib
.exe
2
>
NUL
taskkill
/f /im
lib
.exe
2
>
NUL
...
@@ -386,18 +390,20 @@ taskkill /f /im csc.exe 2>NUL
...
@@ -386,18 +390,20 @@ taskkill /f /im csc.exe 2>NUL
taskkill
/f /im
nvcc
.exe
2
>
NUL
taskkill
/f /im
nvcc
.exe
2
>
NUL
taskkill
/f /im
cicc
.exe
2
>
NUL
taskkill
/f /im
cicc
.exe
2
>
NUL
taskkill
/f /im
ptxas
.exe
2
>
NUL
taskkill
/f /im
ptxas
.exe
2
>
NUL
taskkill
/f /im
test_api_impl
.exe
2
>
NUL
taskkill
/f /im
op_function_generator
.exe
2
>
NUL
taskkill
/f /im
op_function_generator
.exe
2
>
NUL
wmic
process
where
name
=
"op_function_generator.exe"
call
terminate
2
>
NUL
wmic
process
where
name
=
"op_function_generator.exe"
call
terminate
2
>
NUL
wmic
process
where
name
=
"test_api_impl.exe"
call
terminate
2
>
NUL
wmic
process
where
name
=
"cvtres.exe"
call
terminate
2
>
NUL
wmic
process
where
name
=
"cvtres.exe"
call
terminate
2
>
NUL
wmic
process
where
name
=
"rc.exe"
call
terminate
2
>
NUL
wmic
process
where
name
=
"rc.exe"
call
terminate
2
>
NUL
wmic
process
where
name
=
"CL.exe"
call
terminate
2
>
NUL
wmic
process
where
name
=
"cl.exe"
call
terminate
2
>
NUL
wmic
process
where
name
=
"Lib.exe"
call
terminate
2
>
NUL
wmic
process
where
name
=
"lib.exe"
call
terminate
2
>
NUL
if
"
%WITH_TESTING%
"
==
"ON"
(
for
/F
"tokens=1 delims= "
%%
#
in
(
'tasklist
^|
findstr /i test'
)
do
taskkill
/f /im
%%
#
)
echo
Build
Paddle
the
%build_times%
time
:
echo
Build
Paddle
the
%build_times%
time
:
if
%GENERATOR%
==
"Ninja"
(
if
%GENERATOR%
==
"Ninja"
(
ninja
-j
%PARALLEL_PROJECT_COUNT%
ninja
all
)
else
(
)
else
(
if
"
%WITH_CLCACHE%
"
==
"OFF"
(
if
"
%WITH_CLCACHE%
"
==
"OFF"
(
MSBuild
/m
:
%PARALLEL_PROJECT_COUNT%
/p
:PreferredToolArchitecture
=
x64
/p
:TrackFileAccess
=
false
/p
:Configuration
=
Release
/verbosity
:
%LOG_LEVEL%
ALL_BUILD
.vcxproj
MSBuild
/m
:
%PARALLEL_PROJECT_COUNT%
/p
:PreferredToolArchitecture
=
x64
/p
:TrackFileAccess
=
false
/p
:Configuration
=
Release
/verbosity
:
%LOG_LEVEL%
ALL_BUILD
.vcxproj
...
@@ -489,7 +495,6 @@ echo ========================================
...
@@ -489,7 +495,6 @@ echo ========================================
echo
Step
4
.
Running
unit
tests
...
echo
Step
4
.
Running
unit
tests
...
echo
========================================
echo
========================================
:
set
CI_SKIP_CPP_TEST
if
only
*
.py
changed
:
set
CI_SKIP_CPP_TEST
if
only
*
.py
changed
git
diff
--name-only
%BRANCH%
|
findstr
/V
"\.py"
||
set
CI_SKIP_CPP_TEST
=
ON
git
diff
--name-only
%BRANCH%
|
findstr
/V
"\.py"
||
set
CI_SKIP_CPP_TEST
=
ON
...
@@ -778,15 +783,16 @@ taskkill /f /im python.exe 2>NUL
...
@@ -778,15 +783,16 @@ taskkill /f /im python.exe 2>NUL
taskkill
/f /im
nvcc
.exe
2
>
NUL
taskkill
/f /im
nvcc
.exe
2
>
NUL
taskkill
/f /im
cicc
.exe
2
>
NUL
taskkill
/f /im
cicc
.exe
2
>
NUL
taskkill
/f /im
ptxas
.exe
2
>
NUL
taskkill
/f /im
ptxas
.exe
2
>
NUL
taskkill
/f /im
test_api_impl
.exe
2
>
NUL
taskkill
/f /im
op_function_generator
.exe
2
>
NUL
taskkill
/f /im
op_function_generator
.exe
2
>
NUL
wmic
process
where
name
=
"op_function_generator.exe"
call
terminate
2
>
NUL
wmic
process
where
name
=
"op_function_generator.exe"
call
terminate
2
>
NUL
wmic
process
where
name
=
"test_api_impl.exe"
call
terminate
2
>
NUL
wmic
process
where
name
=
"cvtres.exe"
call
terminate
2
>
NUL
wmic
process
where
name
=
"cvtres.exe"
call
terminate
2
>
NUL
wmic
process
where
name
=
"rc.exe"
call
terminate
2
>
NUL
wmic
process
where
name
=
"rc.exe"
call
terminate
2
>
NUL
wmic
process
where
name
=
"
CL
.exe"
call
terminate
2
>
NUL
wmic
process
where
name
=
"
cl
.exe"
call
terminate
2
>
NUL
wmic
process
where
name
=
"
L
ib.exe"
call
terminate
2
>
NUL
wmic
process
where
name
=
"
l
ib.exe"
call
terminate
2
>
NUL
wmic
process
where
name
=
"python.exe"
call
terminate
2
>
NUL
wmic
process
where
name
=
"python.exe"
call
terminate
2
>
NUL
if
"
%WITH_TESTING%
"
==
"ON"
(
for
/F
"tokens=1 delims= "
%%
#
in
(
'tasklist
^|
findstr /i test'
)
do
taskkill
/f /im
%%
#
)
echo
Windows
CI
run
successfully
!
echo
Windows
CI
run
successfully
!
exit
/b
0
exit
/b
0
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录