marcoabreu closed pull request #12279: Revert "Disable kvstore test (#11798)"
URL: https://github.com/apache/incubator-mxnet/pull/12279
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/Jenkinsfile b/Jenkinsfile
index 6757490c803..50b86ec7190 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') {
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services