From 1dafa1a79dafcdcfbafe38f034c7285c5739e427 Mon Sep 17 00:00:00 2001 From: Chance Bair Date: Mon, 8 Apr 2019 19:08:51 +0200 Subject: [PATCH] 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 664e591abbd8..f6191deb7a68 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(),