From 2d0a3d35f74c5deb85ac1774d840aaf3533ca42d Mon Sep 17 00:00:00 2001 From: Kiriti Gowda Date: Thu, 11 Jan 2024 20:18:37 -0800 Subject: [PATCH] CI - Fix test (#169) Test updates --- .jenkins/common.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/.jenkins/common.groovy b/.jenkins/common.groovy index 76c4021395..aa753d2f51 100644 --- a/.jenkins/common.groovy +++ b/.jenkins/common.groovy @@ -49,7 +49,6 @@ def runTestCommand (platform, project) { echo Make Test cd ${project.paths.project_build_prefix}/build/release LD_LIBRARY_PATH=\$LD_LIBRARY_PATH:/opt/rocm/lib${libLocation} make test ARGS="-VV --rerun-failed --output-on-failure" - cd ${project.paths.project_build_prefix} mkdir -p rocdecode-sample && cd rocdecode-sample cmake /opt/rocm/share/rocdecode/samples/videoDecode/ make -j8