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/29 17:38:33 UTC

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

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

commit 846086d62805c67e00ac11e3818e4427debfd1e7
Author: Anton Chernov <me...@gmail.com>
AuthorDate: Wed Aug 29 19:38:23 2018 +0200

    Revert "Revert "Disable kvstore test (#11798)" (#12279)" (#12379)
    
    This reverts commit c1a89488ef551f441dbdf1c5107694680ce1d340.
---
 Jenkinsfile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 6a93fd5..346cb19 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -900,6 +900,10 @@ 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') {
@@ -911,7 +915,7 @@ core_logic: {
           }
         }
       }
-    },
+    }, */
     'Scala: GPU': {
       node(NODE_LINUX_GPU) {
         ws('workspace/ut-scala-gpu') {