You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/11/15 02:33:17 UTC

[GitHub] ankkhedia commented on a change in pull request #13270: Add Jenkins setup for running nightly tests on examples

ankkhedia commented on a change in pull request #13270: Add Jenkins setup for running nightly tests on examples
URL: https://github.com/apache/incubator-mxnet/pull/13270#discussion_r233694299
 
 

 ##########
 File path: ci/docker/runtime_functions.sh
 ##########
 @@ -1125,6 +1125,30 @@ nightly_tutorial_test_ubuntu_python2_gpu() {
     nosetests-3.4 --with-xunit --xunit-file nosetests_tutorials.xml test_tutorials.py --nologcapture
 }
 
+nightly_example_test_ubuntu_python3_gpu() {
+    set -ex
+    cd /work/mxnet/docs
+    export BUILD_VER=tutorial
+    export MXNET_DOCS_BUILD_MXNET=0
+    make html
+    export MXNET_STORAGE_FALLBACK_LOG_VERBOSE=0
+    export MXNET_TEST_KERNEL=python3
+    cd /work/mxnet/tests/examples
+    nosetests-3.4 --with-xunit --xunit-file nosetests_tutorials.xml test_examples.py --nologcapture
+
+}
+
+nightly_example_test_ubuntu_python2_gpu() {
+    set -ex
+    cd /work/mxnet/docs
+    export BUILD_VER=tutorial
+    export MXNET_DOCS_BUILD_MXNET=0
+    make html
+    export MXNET_STORAGE_FALLBACK_LOG_VERBOSE=0
+    export MXNET_TEST_KERNEL=python2
+    cd /work/mxnet/tests/examples
+    nosetests-2.7 --with-xunit --xunit-file nosetests_tutorials.xml test_examples.py --nologcapture
 
 Review comment:
   This should be examples and not tutorials

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services