From 4421c3dbfae9357ddf66c3249203d331689d8bb2 Mon Sep 17 00:00:00 2001 From: Per Goncalves da Silva Date: Wed, 15 May 2019 09:34:11 +0200 Subject: [PATCH] Disables TensorRT build step --- ci/jenkins/Jenkinsfile_unix_gpu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/jenkins/Jenkinsfile_unix_gpu b/ci/jenkins/Jenkinsfile_unix_gpu index e2a089b0469b..886842712879 100644 --- a/ci/jenkins/Jenkinsfile_unix_gpu +++ b/ci/jenkins/Jenkinsfile_unix_gpu @@ -39,7 +39,7 @@ core_logic: { custom_steps.compile_unix_full_gpu(), custom_steps.compile_unix_cmake_mkldnn_gpu(), custom_steps.compile_unix_cmake_gpu(), - custom_steps.compile_unix_tensorrt_gpu(), + // custom_steps.compile_unix_tensorrt_gpu(), custom_steps.compile_unix_int64_gpu() ]) @@ -51,7 +51,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(), - 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(),