This is an automated email from the ASF dual-hosted git repository.

lanking 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 1dafa1a  Comment out test_unix_python3_tensorrt_gpu step (#14642)
1dafa1a is described below

commit 1dafa1a79dafcdcfbafe38f034c7285c5739e427
Author: Chance Bair <chanceb...@gmail.com>
AuthorDate: Mon Apr 8 19:08:51 2019 +0200

    Comment out test_unix_python3_tensorrt_gpu step (#14642)
---
 ci/jenkins/Jenkinsfile_unix_gpu | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ci/jenkins/Jenkinsfile_unix_gpu b/ci/jenkins/Jenkinsfile_unix_gpu
index 664e591..f6191de 100644
--- a/ci/jenkins/Jenkinsfile_unix_gpu
+++ b/ci/jenkins/Jenkinsfile_unix_gpu
@@ -50,7 +50,8 @@ core_logic: {
     custom_steps.test_unix_python2_mkldnn_gpu(),
     custom_steps.test_unix_python3_mkldnn_gpu(),
     custom_steps.test_unix_python3_mkldnn_nocudnn_gpu(),
-    custom_steps.test_unix_python3_tensorrt_gpu(),
+// Disabled temporarily for 
https://github.com/apache/incubator-mxnet/issues/14626
+//    custom_steps.test_unix_python3_tensorrt_gpu(),
     custom_steps.test_unix_perl_gpu(),
     custom_steps.test_unix_r_gpu(),
     custom_steps.test_unix_cpp_gpu(),

Reply via email to