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/08/22 16:22:54 UTC

[incubator-mxnet] branch master updated: Revert "Disable kvstore test (#11798)" (#12279)

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 c1a8948  Revert "Disable kvstore test (#11798)" (#12279)
c1a8948 is described below

commit c1a89488ef551f441dbdf1c5107694680ce1d340
Author: access2rohit <sr...@osu.edu>
AuthorDate: Wed Aug 22 09:22:41 2018 -0700

    Revert "Disable kvstore test (#11798)" (#12279)
    
    This reverts commit 039e68a8c4e99734e86282a85c186b30947020bf.
---
 Jenkinsfile | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 6757490..50b86ec 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -890,10 +890,6 @@ core_logic: {
         }
       }
     },
-    /*  Disabled due to master build failure:
-     *  http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/incubator-mxnet/detail/master/1221/pipeline/
-     *  https://github.com/apache/incubator-mxnet/issues/11801
-
     'dist-kvstore tests CPU': {
       node(NODE_LINUX_CPU) {
         ws('workspace/it-dist-kvstore') {
@@ -905,7 +901,7 @@ core_logic: {
           }
         }
       }
-    }, */
+    },
     'Scala: GPU': {
       node(NODE_LINUX_GPU) {
         ws('workspace/ut-scala-gpu') {