You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2020/12/08 06:52:11 UTC

[incubator-mxnet] branch master updated: update docker image used in master nightly tests

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f8d3c14  update docker image used in master nightly tests
f8d3c14 is described below

commit f8d3c14a70acb14aa5b5e32db3e45c717a7d9fcc
Author: Zhaoqi Zhu <zh...@gmail.com>
AuthorDate: Mon Dec 7 22:50:55 2020 -0800

    update docker image used in master nightly tests
---
 tests/nightly/JenkinsfileForBinaries | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/nightly/JenkinsfileForBinaries b/tests/nightly/JenkinsfileForBinaries
index 488eccf..2f6bf21 100755
--- a/tests/nightly/JenkinsfileForBinaries
+++ b/tests/nightly/JenkinsfileForBinaries
@@ -34,7 +34,7 @@ core_logic: {
       node(NODE_LINUX_CPU) {
         ws('workspace/build-mkldnn-gpu') {
           utils.init_git()
-          utils.docker_run('ubuntu_build_cuda', 'build_ubuntu_gpu_mkldnn', false)
+          utils.docker_run('ubuntu_gpu_cu111', 'build_ubuntu_gpu_mkldnn', false)
           utils.pack_lib('gpu', mx_lib)
         }
       }
@@ -55,7 +55,7 @@ core_logic: {
       node('mxnetlinux-gpu-p3-8xlarge') {
         ws('workspace/nt-KVStoreTest') {
           utils.unpack_and_init('gpu', mx_lib)
-          utils.docker_run('ubuntu_build_cuda', 'nightly_test_KVStore_singleNode', true)
+          utils.docker_run('ubuntu_gpu_cu111', 'nightly_test_KVStore_singleNode', true)
         }
       }
     },
@@ -71,7 +71,7 @@ core_logic: {
       node(NODE_LINUX_GPU) {
         ws('workspace/estimator-test-gpu') {
           utils.unpack_and_init('gpu', mx_lib)
-          utils.docker_run('ubuntu_build_cuda', 'nightly_estimator', true)
+          utils.docker_run('ubuntu_gpu_cu111', 'nightly_estimator', true)
         }
       }
     }