anirudhacharya 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_r233743107
##########
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
Review comment:
Tutorials are `.md` or `html` files, so running them needs a particular
setup. Examples are likely to be python/R/Julia scripts. Running the examples
will need a different setup, copying the setup of the tutorial tests is
unlikely to work.
For example, statements like `make html` and setting `KERNEL=python3` is
probably relevant to tutorials. I am not sure of their purpose in the example
test setup. Correct me if I am wrong.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services