larroy commented on a change in pull request #15990: Remove python2 from CI
URL: https://github.com/apache/incubator-mxnet/pull/15990#discussion_r372075193
##########
File path: ci/docker/runtime_functions.sh
##########
@@ -1544,17 +1480,7 @@ nightly_model_backwards_compat_train() {
./tests/nightly/model_backwards_compatibility_check/train_mxnet_legacy_models.sh
}
-# Nightly 'MXNet: The Straight Dope' Single-GPU Tests
-nightly_straight_dope_python2_single_gpu_tests() {
- set -ex
- cd /work/mxnet/tests/nightly/straight_dope
- export PYTHONPATH=/work/mxnet/python/
- export MXNET_TEST_KERNEL=python2
export DMLC_LOG_STACK_TRACE_DEPTH=10
Review comment:
thanks for noticing this, fixed.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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