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/07 23:13:59 UTC

[incubator-mxnet] branch Zha0q1-patch-4 created (now 74142ec)

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

zha0q1 pushed a change to branch Zha0q1-patch-4
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


      at 74142ec  Update JenkinsfileForBinaries

This branch includes the following new commits:

     new 74142ec  Update JenkinsfileForBinaries

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-mxnet] 01/01: Update JenkinsfileForBinaries

Posted by zh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 74142ec519e047a21cc4e63dfaf55eac27261b91
Author: Zhaoqi Zhu <zh...@gmail.com>
AuthorDate: Mon Dec 7 15:12:32 2020 -0800

    Update JenkinsfileForBinaries
---
 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)
         }
       }
     }