提交 714dac74 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Use only < 7 days-old C modules in buildbot

上级 b547aa90
...@@ -45,6 +45,9 @@ FLAGS=on_shape_error=raise,$FLAGS ...@@ -45,6 +45,9 @@ FLAGS=on_shape_error=raise,$FLAGS
# while we want all other runs to run with 'floatX=float64'. # while we want all other runs to run with 'floatX=float64'.
FLAGS=${FLAGS},device=cpu,floatX=float64 FLAGS=${FLAGS},device=cpu,floatX=float64
# Only use elements in the cache for < 7 days
FLAGS=${FLAGS},cmodule.age_thresh_use=604800
echo "Executing tests with mode=FAST_RUN" echo "Executing tests with mode=FAST_RUN"
NAME=fastrun NAME=fastrun
FILE=${ROOT_CWD}/theano_${NAME}_tests.xml FILE=${ROOT_CWD}/theano_${NAME}_tests.xml
......
...@@ -42,6 +42,9 @@ FLAGS=on_shape_error=raise,$FLAGS ...@@ -42,6 +42,9 @@ FLAGS=on_shape_error=raise,$FLAGS
# while we want all other runs to run with 'floatX=float64'. # while we want all other runs to run with 'floatX=float64'.
FLAGS=${FLAGS},device=cpu,floatX=float64 FLAGS=${FLAGS},device=cpu,floatX=float64
# Only use elements in the cache for < 7 days
FLAGS=${FLAGS},cmodule.age_thresh_use=604800
#we change the seed and record it everyday to test different combination. We record it to be able to reproduce bug caused by different seed. We don't want multiple test in DEBUG_MODE each day as this take too long. #we change the seed and record it everyday to test different combination. We record it to be able to reproduce bug caused by different seed. We don't want multiple test in DEBUG_MODE each day as this take too long.
seed=$RANDOM seed=$RANDOM
echo "Executing tests with mode=DEBUG_MODE with seed of the day $seed" echo "Executing tests with mode=DEBUG_MODE with seed of the day $seed"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论