From 5331933b036c312dd442d55d2a93c2ca390dd02a Mon Sep 17 00:00:00 2001 From: Chance Bair Date: Sun, 21 Apr 2019 03:29:34 +0200 Subject: [PATCH] Reenable TensorRT step (#14654) --- ci/jenkins/Jenkinsfile_unix_gpu | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci/jenkins/Jenkinsfile_unix_gpu b/ci/jenkins/Jenkinsfile_unix_gpu index 5d0a37b82edc..6018e1810c2a 100644 --- a/ci/jenkins/Jenkinsfile_unix_gpu +++ b/ci/jenkins/Jenkinsfile_unix_gpu @@ -50,8 +50,7 @@ core_logic: { custom_steps.test_unix_python2_mkldnn_gpu(), custom_steps.test_unix_python3_mkldnn_gpu(), custom_steps.test_unix_python3_mkldnn_nocudnn_gpu(), -// Disabled temporarily for https://github.com/apache/incubator-mxnet/issues/14626 -// custom_steps.test_unix_python3_tensorrt_gpu(), + 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(),