From b9bdd9a6536f631aaa97fc2d7440ab16dd1f9633 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Mon, 19 Nov 2018 14:31:40 +0530 Subject: [PATCH] [ci] Renable excluded tests Regressions caused by dependent components have been fixed or workaround put in place. Change-Id: I9ecaf0a4a645d9222f12d2c45291f2b23984b72b [ROCm/clr commit: bb93474e05f31cd32d413ab05a6a26e8101343d1] --- projects/clr/hipamd/Jenkinsfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/projects/clr/hipamd/Jenkinsfile b/projects/clr/hipamd/Jenkinsfile index 6d37f10e3c..e6b60f398e 100644 --- a/projects/clr/hipamd/Jenkinsfile +++ b/projects/clr/hipamd/Jenkinsfile @@ -167,8 +167,6 @@ def docker_build_inside_image( def build_image, String inside_args, String platf } // Cap the maximum amount of testing, in case of hangs - // Excluding hipVectorTypes test from automation; due to regression from HCC commit 2367133 - // Excluding hipFloatMath test from automation; due to regression from ROCDL commit 2fc04e1 timeout(time: 1, unit: 'HOURS') { stage("${platform} unit testing") @@ -178,7 +176,7 @@ def docker_build_inside_image( def build_image, String inside_args, String platf cd ${build_dir_rel} make install -j\$(nproc) make build_tests -i -j\$(nproc) - ctest -E "(hipVectorTypes.tst|hipVectorTypesDevice.tst|hipFloatMath.tst)" + ctest """ // If unit tests output a junit or xunit file in the future, jenkins can parse that file // to display test results on the dashboard