From 846086d62805c67e00ac11e3818e4427debfd1e7 Mon Sep 17 00:00:00 2001 From: Anton Chernov Date: Wed, 29 Aug 2018 19:38:23 +0200 Subject: [PATCH] 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 6a93fd586414..346cb19ce46f 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') {