You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by la...@apache.org on 2020/04/20 00:57:29 UTC

[incubator-mxnet] branch master updated (dcada9b -> 586c8ab)

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 dcada9b  [Numpy] FFI: random.shuffle, equal, not_equal, less_equal, greater_equal, less, maximum and minimum (#17896)
     add 586c8ab  CI: Simplify CentOS7 CI/CD config (#18093)

No new revisions were added by this update.

Summary of changes:
 ci/docker/Dockerfile.publish.centos7_cpu           |  4 +-
 ci/docker/Dockerfile.publish.centos7_gpu_cu100     |  4 +-
 ci/docker/Dockerfile.publish.centos7_gpu_cu101     |  4 +-
 ci/docker/Dockerfile.publish.centos7_gpu_cu102     |  4 +-
 ci/docker/Dockerfile.publish.centos7_gpu_cu92      |  4 +-
 ci/docker/Dockerfile.publish.test.centos7_cpu      | 12 +++--
 ci/docker/Dockerfile.publish.test.centos7_gpu      | 12 +++--
 ci/docker/install/centos7_base.sh                  | 55 ----------------------
 ci/docker/install/centos7_core.sh                  |  2 +
 ci/jenkins/Jenkins_steps.groovy                    |  2 +-
 ci/jenkins/Jenkinsfile_centos_cpu                  |  5 +-
 ci/jenkins/Jenkinsfile_centos_gpu                  | 10 ++--
 ci/jenkins/Jenkinsfile_unix_cpu                    |  3 --
 ci/jenkins/Jenkinsfile_unix_gpu                    |  2 -
 .../assembly/src/main/assembly/assembly.xml        |  2 +-
 .../apache/mxnet/util/NativeLibraryLoader.scala    |  2 +-
 16 files changed, 43 insertions(+), 84 deletions(-)
 delete mode 100755 ci/docker/install/centos7_base.sh