Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Revert "Revert "Disable kvstore test (#11798)" (#12279)" (#12379)
Browse files Browse the repository at this point in the history
This reverts commit c1a8948.
  • Loading branch information
lebeg authored and marcoabreu committed Aug 29, 2018
1 parent ba8a9d1 commit 846086d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand All @@ -911,7 +915,7 @@ core_logic: {
}
}
}
},
}, */
'Scala: GPU': {
node(NODE_LINUX_GPU) {
ws('workspace/ut-scala-gpu') {
Expand Down

0 comments on commit 846086d

Please sign in to comment.