提交 2dac5f4d authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Re-enable the roundtrip test in the buildbots.

上级 df1715e2
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
BUILDBOT_DIR=$WORKSPACE/nightly_build BUILDBOT_DIR=$WORKSPACE/nightly_build
THEANO_PARAM="theano --with-timer --timer-top-n 10" THEANO_PARAM="theano --with-timer --timer-top-n 10"
# Exclude MPI tests that cannot complete properly
THEANO_PARAM="${THEANO_PARAM} -e test_mpi_roundtrip"
export THEANO_FLAGS=init_gpu_device=cuda export THEANO_FLAGS=init_gpu_device=cuda
# CUDA # CUDA
......
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
BUILDBOT_DIR=$WORKSPACE/nightly_build BUILDBOT_DIR=$WORKSPACE/nightly_build
THEANO_PARAM="theano --with-timer --timer-top-n 10 -v" THEANO_PARAM="theano --with-timer --timer-top-n 10 -v"
# Exclude MPI tests that cannot complete properly
THEANO_PARAM="${THEANO_PARAM} -e test_mpi_roundtrip"
export THEANO_FLAGS=init_gpu_device=cuda export THEANO_FLAGS=init_gpu_device=cuda
# CUDA # CUDA
......
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
BUILDBOT_DIR=$WORKSPACE/nightly_build BUILDBOT_DIR=$WORKSPACE/nightly_build
THEANO_PARAM="theano --with-timer --timer-top-n 10" THEANO_PARAM="theano --with-timer --timer-top-n 10"
# Exclude MPI tests that cannot complete properly
THEANO_PARAM="${THEANO_PARAM} -e test_mpi_roundtrip"
COMPILEDIR=$HOME/.theano/buildbot_theano_python3 COMPILEDIR=$HOME/.theano/buildbot_theano_python3
# Set test reports using nosetests xunit # Set test reports using nosetests xunit
XUNIT="--with-xunit --xunit-file=" XUNIT="--with-xunit --xunit-file="
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论