You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ma...@apache.org on 2018/06/28 02:12:56 UTC

[incubator-mxnet] branch master updated: [Nightly Tests] Sync with latest Dockerfile changes and Enable KV store test (#11358)

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

marcoabreu 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 e8f52b3  [Nightly Tests] Sync with latest Dockerfile changes and Enable KV store test (#11358)
e8f52b3 is described below

commit e8f52b3fa9bcda05f58a96abe41e4b8b1c959784
Author: mbaijal <30...@users.noreply.github.com>
AuthorDate: Wed Jun 27 19:12:49 2018 -0700

    [Nightly Tests] Sync with latest Dockerfile changes and Enable KV store test (#11358)
    
    * Sync with latest dockerfile changes and enable KV store test
    
    * Update JenkinsfileForBinaries
    
    * Trigger build
---
 ci/docker/Dockerfile.build.ubuntu_nightly_cpu | 4 ++--
 ci/docker/Dockerfile.build.ubuntu_nightly_gpu | 4 ++--
 tests/nightly/JenkinsfileForBinaries          | 5 ++---
 3 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/ci/docker/Dockerfile.build.ubuntu_nightly_cpu b/ci/docker/Dockerfile.build.ubuntu_nightly_cpu
index fc02a4f..09d5641 100755
--- a/ci/docker/Dockerfile.build.ubuntu_nightly_cpu
+++ b/ci/docker/Dockerfile.build.ubuntu_nightly_cpu
@@ -24,8 +24,8 @@ WORKDIR /work/deps
 
 COPY install/ubuntu_core.sh /work/
 RUN /work/ubuntu_core.sh
-COPY install/ubuntu_ccache.sh /work/
-RUN /work/ubuntu_ccache.sh
+COPY install/deb_ubuntu_ccache.sh /work/
+RUN /work/deb_ubuntu_ccache.sh
 COPY install/ubuntu_python.sh /work/
 RUN /work/ubuntu_python.sh
 COPY install/ubuntu_scala.sh /work/
diff --git a/ci/docker/Dockerfile.build.ubuntu_nightly_gpu b/ci/docker/Dockerfile.build.ubuntu_nightly_gpu
index c55b942..0cf41e5 100755
--- a/ci/docker/Dockerfile.build.ubuntu_nightly_gpu
+++ b/ci/docker/Dockerfile.build.ubuntu_nightly_gpu
@@ -24,8 +24,8 @@ WORKDIR /work/deps
 
 COPY install/ubuntu_core.sh /work/
 RUN /work/ubuntu_core.sh
-COPY install/ubuntu_ccache.sh /work/
-RUN /work/ubuntu_ccache.sh
+COPY install/deb_ubuntu_ccache.sh /work/
+RUN /work/deb_ubuntu_ccache.sh
 COPY install/ubuntu_python.sh /work/
 RUN /work/ubuntu_python.sh
 COPY install/ubuntu_scala.sh /work/
diff --git a/tests/nightly/JenkinsfileForBinaries b/tests/nightly/JenkinsfileForBinaries
index 01026cf..c0c14b2 100755
--- a/tests/nightly/JenkinsfileForBinaries
+++ b/tests/nightly/JenkinsfileForBinaries
@@ -91,12 +91,11 @@ try {
       }
     },
     'KVStore_SingleNode: GPU': {
-      node('mxnetlinux-gpu-p3') {
+      node('mxnetlinux-gpu-p3-8xlarge') {
         ws('workspace/nt-KVStoreTest') {
           init_git()
           unpack_lib('gpu', mx_lib)
-          //https://github.com/apache/incubator-mxnet/issues/11289
-          //docker_run('ubuntu_nightly_gpu', 'nightly_test_KVStore_singleNode', true)
+          docker_run('ubuntu_nightly_gpu', 'nightly_test_KVStore_singleNode', true) 
         }
       }
     }