This is an automated email from the ASF dual-hosted git repository.

lausen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


    from 65aab9e  Add p3 KVStore (#15124)
     add 7caffa6  Stop testing Python 2 on CI (#15990)

No new revisions were added by this update.

Summary of changes:
 CMakeLists.txt                                  |   1 -
 Makefile                                        |   5 +-
 ci/docker/install/centos7_python.sh             |   5 +-
 ci/docker/install/requirements                  |   1 +
 ci/docker/install/tensorrt.sh                   |   1 -
 ci/docker/install/ubuntu_arm.sh                 |   6 +-
 ci/docker/install/ubuntu_caffe.sh               |   2 +-
 ci/docker/install/ubuntu_core.sh                |   2 +
 ci/docker/install/ubuntu_nightly_tests.sh       |   1 -
 ci/docker/install/ubuntu_onnx.sh                |   1 -
 ci/docker/install/ubuntu_publish.sh             |   4 +-
 ci/docker/install/ubuntu_python.sh              |   3 -
 ci/docker/install/ubuntu_tutorials.sh           |   1 -
 ci/docker/runtime_functions.sh                  | 125 ++-------------------
 ci/jenkins/Jenkins_steps.groovy                 | 143 ------------------------
 ci/jenkins/Jenkinsfile_unix_cpu                 |   2 -
 ci/jenkins/Jenkinsfile_unix_gpu                 |   3 -
 ci/jenkins/Jenkinsfile_windows_cpu              |   1 -
 ci/jenkins/Jenkinsfile_windows_gpu              |   1 -
 ci/windows/test_py2_cpu.ps1                     |  34 ------
 ci/windows/test_py2_gpu.ps1                     |  38 -------
 example/image-classification/__init__.py        |   0
 example/image-classification/benchmark.py       |   0
 example/image-classification/benchmark_score.py |   0
 example/image-classification/fine-tune.py       |   0
 example/image-classification/score.py           |   0
 example/image-classification/test_score.py      |   3 +
 example/image-classification/train_cifar10.py   |   0
 example/image-classification/train_imagenet.py  |   0
 example/image-classification/train_mnist.py     |   0
 julia/docs/Makefile                             |   6 +-
 tests/nightly/test_kvstore.py                   |   5 +-
 tests/python-pytest/onnx/backend_test.py        |   3 +
 tests/python/tensorrt/lenet5_train.py           |   3 +
 tests/python/unittest/test_numpy_ndarray.py     |   1 -
 tools/caffe_converter/test_converter.py         |   3 +
 tools/staticbuild/build_wheel.sh                |   2 +-
 37 files changed, 40 insertions(+), 366 deletions(-)
 delete mode 100644 ci/windows/test_py2_cpu.ps1
 delete mode 100644 ci/windows/test_py2_gpu.ps1
 mode change 100644 => 100755 example/image-classification/__init__.py
 mode change 100644 => 100755 example/image-classification/benchmark.py
 mode change 100644 => 100755 example/image-classification/benchmark_score.py
 mode change 100644 => 100755 example/image-classification/fine-tune.py
 mode change 100644 => 100755 example/image-classification/score.py
 mode change 100644 => 100755 example/image-classification/test_score.py
 mode change 100644 => 100755 example/image-classification/train_cifar10.py
 mode change 100644 => 100755 example/image-classification/train_imagenet.py
 mode change 100644 => 100755 example/image-classification/train_mnist.py
 mode change 100644 => 100755 tests/nightly/test_kvstore.py
 mode change 100644 => 100755 tests/python-pytest/onnx/backend_test.py
 mode change 100644 => 100755 tests/python/tensorrt/lenet5_train.py
 mode change 100644 => 100755 tools/caffe_converter/test_converter.py

Reply via email to