This is an automated email from the ASF dual-hosted git repository.
zhasheng 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 039e68a Disable kvstore test (#11798)
039e68a is described below
commit 039e68a8c4e99734e86282a85c186b30947020bf
Author: Pedro Larroy <[email protected]>
AuthorDate: Wed Jul 18 21:14:27 2018 +0200
Disable kvstore test (#11798)
---
Jenkinsfile | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 1f65e77..49b7ca9 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1011,6 +1011,10 @@ try {
}
}
},
+ /* 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('mxnetlinux-cpu') {
ws('workspace/it-dist-kvstore') {
@@ -1022,7 +1026,7 @@ try {
}
}
}
- },
+ }, */
'Scala: GPU': {
node('mxnetlinux-gpu') {
ws('workspace/ut-scala-gpu') {