Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
d9263f62
提交
d9263f62
authored
6月 28, 2017
作者:
Frédéric Bastien
提交者:
GitHub
6月 28, 2017
浏览文件
操作
浏览文件
下载
差异文件
Merge pull request #6082 from slefrancois/jenkins_pipeline_buildbot
Buildbot testsuite names
上级
12a9dc59
6c543089
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
14 行增加
和
8 行删除
+14
-8
jenkins_buildbot_python2.sh
.jenkins/jenkins_buildbot_python2.sh
+4
-4
jenkins_buildbot_python2_32bit.sh
.jenkins/jenkins_buildbot_python2_32bit.sh
+4
-1
jenkins_buildbot_python2_debug.sh
.jenkins/jenkins_buildbot_python2_debug.sh
+3
-1
jenkins_buildbot_python3.sh
.jenkins/jenkins_buildbot_python3.sh
+3
-2
没有找到文件。
.jenkins/jenkins_buildbot_python2.sh
浏览文件 @
d9263f62
...
@@ -87,7 +87,7 @@ FLAGS=${FLAGS},magma.enabled=true
...
@@ -87,7 +87,7 @@ FLAGS=${FLAGS},magma.enabled=true
FLAGS
=
${
FLAGS
}
,cmodule.age_thresh_use
=
604800
FLAGS
=
${
FLAGS
}
,cmodule.age_thresh_use
=
604800
echo
"Executing tests with mode=FAST_RUN"
echo
"Executing tests with mode=FAST_RUN"
NAME
=
fastrun
NAME
=
python2_
fastrun
FILE
=
${
ROOT_CWD
}
/theano_
${
NAME
}
_tests.xml
FILE
=
${
ROOT_CWD
}
/theano_
${
NAME
}
_tests.xml
echo
"THEANO_FLAGS=cmodule.warn_no_version=True,
${
FLAGS
}
,mode=FAST_RUN
${
NOSETESTS
}
${
PROFILING
}
${
THEANO_PARAM
}
${
XUNIT
}${
FILE
}
${
SUITE
}${
NAME
}
"
echo
"THEANO_FLAGS=cmodule.warn_no_version=True,
${
FLAGS
}
,mode=FAST_RUN
${
NOSETESTS
}
${
PROFILING
}
${
THEANO_PARAM
}
${
XUNIT
}${
FILE
}
${
SUITE
}${
NAME
}
"
date
date
...
@@ -97,7 +97,7 @@ ls ${COMPILEDIR}|wc -l
...
@@ -97,7 +97,7 @@ ls ${COMPILEDIR}|wc -l
echo
echo
echo
"Executing tests with mode=FAST_RUN,floatX=float32"
echo
"Executing tests with mode=FAST_RUN,floatX=float32"
NAME
=
fastrun_float32
NAME
=
python2_
fastrun_float32
FILE
=
${
ROOT_CWD
}
/theano_
${
NAME
}
_tests.xml
FILE
=
${
ROOT_CWD
}
/theano_
${
NAME
}
_tests.xml
echo
"THEANO_FLAGS=
${
FLAGS
}
,mode=FAST_RUN,floatX=float32
${
NOSETESTS
}
${
THEANO_PARAM
}
${
XUNIT
}${
FILE
}
${
SUITE
}${
NAME
}
"
echo
"THEANO_FLAGS=
${
FLAGS
}
,mode=FAST_RUN,floatX=float32
${
NOSETESTS
}
${
THEANO_PARAM
}
${
XUNIT
}${
FILE
}
${
SUITE
}${
NAME
}
"
date
date
...
@@ -107,7 +107,7 @@ ls ${COMPILEDIR}|wc -l
...
@@ -107,7 +107,7 @@ ls ${COMPILEDIR}|wc -l
echo
echo
echo
"Executing tests with linker=vm,vm.lazy=True,floatX=float32"
echo
"Executing tests with linker=vm,vm.lazy=True,floatX=float32"
NAME
=
fastrun_float32_lazyvm
NAME
=
python2_
fastrun_float32_lazyvm
FILE
=
${
ROOT_CWD
}
/theano_
${
NAME
}
_tests.xml
FILE
=
${
ROOT_CWD
}
/theano_
${
NAME
}
_tests.xml
echo
"THEANO_FLAGS=
${
FLAGS
}
,linker=vm,vm.lazy=True,floatX=float32
${
NOSETESTS
}
${
THEANO_PARAM
}
${
XUNIT
}${
FILE
}
${
SUITE
}${
NAME
}
"
echo
"THEANO_FLAGS=
${
FLAGS
}
,linker=vm,vm.lazy=True,floatX=float32
${
NOSETESTS
}
${
THEANO_PARAM
}
${
XUNIT
}${
FILE
}
${
SUITE
}${
NAME
}
"
date
date
...
@@ -121,7 +121,7 @@ echo
...
@@ -121,7 +121,7 @@ echo
# with --batch=1000" # The buildbot freeze sometimes when collecting the tests to run
# with --batch=1000" # The buildbot freeze sometimes when collecting the tests to run
# force_device=True as it would be useless to test the gpuarray back-end.
# force_device=True as it would be useless to test the gpuarray back-end.
echo
"Executing tests with mode=FAST_COMPILE"
echo
"Executing tests with mode=FAST_COMPILE"
NAME
=
fastcompile
NAME
=
python2_
fastcompile
FILE
=
${
ROOT_CWD
}
/theano_
${
NAME
}
_tests.xml
FILE
=
${
ROOT_CWD
}
/theano_
${
NAME
}
_tests.xml
echo
"THEANO_FLAGS=
${
FLAGS
}
,mode=FAST_COMPILE,force_device=True
${
NOSETESTS
}
${
THEANO_PARAM
}
${
XUNIT
}${
FILE
}
${
SUITE
}${
NAME
}
"
echo
"THEANO_FLAGS=
${
FLAGS
}
,mode=FAST_COMPILE,force_device=True
${
NOSETESTS
}
${
THEANO_PARAM
}
${
XUNIT
}${
FILE
}
${
SUITE
}${
NAME
}
"
date
date
...
...
.jenkins/jenkins_buildbot_python2_32bit.sh
浏览文件 @
d9263f62
...
@@ -4,6 +4,7 @@ BUILDBOT_DIR=$WORKSPACE/nightly_build
...
@@ -4,6 +4,7 @@ BUILDBOT_DIR=$WORKSPACE/nightly_build
THEANO_PARAM
=
"theano --with-timer --timer-top-n 10"
THEANO_PARAM
=
"theano --with-timer --timer-top-n 10"
# Set test reports using nosetests xunit
# Set test reports using nosetests xunit
XUNIT
=
"--with-xunit --xunit-file="
XUNIT
=
"--with-xunit --xunit-file="
SUITE
=
"--xunit-testsuite-name="
mkdir
-p
${
BUILDBOT_DIR
}
mkdir
-p
${
BUILDBOT_DIR
}
ls
-l
${
BUILDBOT_DIR
}
ls
-l
${
BUILDBOT_DIR
}
...
@@ -13,4 +14,5 @@ echo
...
@@ -13,4 +14,5 @@ echo
FILE
=
${
BUILDBOT_DIR
}
/theano_python32bit_tests.xml
FILE
=
${
BUILDBOT_DIR
}
/theano_python32bit_tests.xml
set
-x
set
-x
THEANO_FLAGS
=
device
=
cpu,force_device
=
true
,lib.amdlibm
=
False,compiledir
=
$HOME
/.theano/buildbot_theano_python2_32bit python bin/theano-nose
${
THEANO_PARAM
}
${
XUNIT
}${
FILE
}
NAME
=
python2_32bit
THEANO_FLAGS
=
device
=
cpu,force_device
=
true
,lib.amdlibm
=
False,compiledir
=
$HOME
/.theano/buildbot_theano_python2_32bit python bin/theano-nose
${
THEANO_PARAM
}
${
XUNIT
}${
FILE
}
${
SUITE
}${
NAME
}
\ No newline at end of file
.jenkins/jenkins_buildbot_python2_debug.sh
浏览文件 @
d9263f62
...
@@ -46,6 +46,7 @@ python -c 'import pygpu; print(pygpu.__file__)'
...
@@ -46,6 +46,7 @@ python -c 'import pygpu; print(pygpu.__file__)'
# nosetests xunit for test profiling
# nosetests xunit for test profiling
XUNIT
=
"--with-xunit --xunit-file="
XUNIT
=
"--with-xunit --xunit-file="
SUITE
=
"--xunit-testsuite-name="
mkdir
-p
${
BUILDBOT_DIR
}
mkdir
-p
${
BUILDBOT_DIR
}
ls
-l
${
BUILDBOT_DIR
}
ls
-l
${
BUILDBOT_DIR
}
...
@@ -89,7 +90,8 @@ echo "Executing tests with mode=DEBUG_MODE with seed of the day $seed"
...
@@ -89,7 +90,8 @@ echo "Executing tests with mode=DEBUG_MODE with seed of the day $seed"
FILE
=
${
ROOT_CWD
}
/theano_debug_tests.xml
FILE
=
${
ROOT_CWD
}
/theano_debug_tests.xml
echo
"THEANO_FLAGS=
${
FLAGS
}
,unittests.rseed=
$seed
,mode=DEBUG_MODE,DebugMode.check_strides=0,DebugMode.patience=3,DebugMode.check_preallocated_output=
${
NOSETESTS
}
${
THEANO_PARAM
}
${
XUNIT
}${
FILE
}
"
echo
"THEANO_FLAGS=
${
FLAGS
}
,unittests.rseed=
$seed
,mode=DEBUG_MODE,DebugMode.check_strides=0,DebugMode.patience=3,DebugMode.check_preallocated_output=
${
NOSETESTS
}
${
THEANO_PARAM
}
${
XUNIT
}${
FILE
}
"
date
date
THEANO_FLAGS
=
${
FLAGS
}
,unittests.rseed
=
$seed
,mode
=
DEBUG_MODE,DebugMode.check_strides
=
0,DebugMode.patience
=
3,DebugMode.check_preallocated_output
=
${
NOSETESTS
}
${
THEANO_PARAM
}
${
XUNIT
}${
FILE
}
NAME
=
python2_debug
THEANO_FLAGS
=
${
FLAGS
}
,unittests.rseed
=
$seed
,mode
=
DEBUG_MODE,DebugMode.check_strides
=
0,DebugMode.patience
=
3,DebugMode.check_preallocated_output
=
${
NOSETESTS
}
${
THEANO_PARAM
}
${
XUNIT
}${
FILE
}
${
SUITE
}${
NAME
}
echo
"Number of elements in the compiledir:"
echo
"Number of elements in the compiledir:"
ls
${
COMPILEDIR
}
|wc
-l
ls
${
COMPILEDIR
}
|wc
-l
...
...
.jenkins/jenkins_buildbot_python3.sh
浏览文件 @
d9263f62
...
@@ -60,10 +60,10 @@ set -x
...
@@ -60,10 +60,10 @@ set -x
# Fast compile and float64
# Fast compile and float64
FILE
=
${
BUILDBOT_DIR
}
/theano_python3_fastcompile_f64_tests.xml
FILE
=
${
BUILDBOT_DIR
}
/theano_python3_fastcompile_f64_tests.xml
NAME
=
fastcompile_f64
NAME
=
python3_
fastcompile_f64
THEANO_FLAGS
=
$THEANO_FLAGS
,compiledir
=
$COMPILEDIR
,mode
=
FAST_COMPILE,warn.ignore_bug_before
=
all,on_opt_error
=
raise,on_shape_error
=
raise,magma.enabled
=
true
,floatX
=
float64 python3 bin/theano-nose
${
THEANO_PARAM
}
${
XUNIT
}${
FILE
}
${
SUITE
}${
NAME
}
THEANO_FLAGS
=
$THEANO_FLAGS
,compiledir
=
$COMPILEDIR
,mode
=
FAST_COMPILE,warn.ignore_bug_before
=
all,on_opt_error
=
raise,on_shape_error
=
raise,magma.enabled
=
true
,floatX
=
float64 python3 bin/theano-nose
${
THEANO_PARAM
}
${
XUNIT
}${
FILE
}
${
SUITE
}${
NAME
}
# Fast run and float32
# Fast run and float32
FILE
=
${
BUILDBOT_DIR
}
/theano_python3_fastrun_f32_tests.xml
FILE
=
${
BUILDBOT_DIR
}
/theano_python3_fastrun_f32_tests.xml
NAME
=
fastrun_f32
NAME
=
python3_
fastrun_f32
THEANO_FLAGS
=
$THEANO_FLAGS
,compiledir
=
$COMPILEDIR
,mode
=
FAST_RUN,warn.ignore_bug_before
=
all,on_opt_error
=
raise,on_shape_error
=
raise,magma.enabled
=
true
,floatX
=
float32 python3 bin/theano-nose
${
THEANO_PARAM
}
${
XUNIT
}${
FILE
}
${
SUITE
}${
NAME
}
THEANO_FLAGS
=
$THEANO_FLAGS
,compiledir
=
$COMPILEDIR
,mode
=
FAST_RUN,warn.ignore_bug_before
=
all,on_opt_error
=
raise,on_shape_error
=
raise,magma.enabled
=
true
,floatX
=
float32 python3 bin/theano-nose
${
THEANO_PARAM
}
${
XUNIT
}${
FILE
}
${
SUITE
}${
NAME
}
\ No newline at end of file
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论