From 0885eb251124e3b8a4e681ed3ae688bbe790d828 Mon Sep 17 00:00:00 2001 From: Stanley Tsang Date: Fri, 21 Jun 2024 16:22:41 -0600 Subject: [PATCH] Re-enable device scan test on CI (#573) --- .jenkins/common.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jenkins/common.groovy b/.jenkins/common.groovy index 0db07124c..d49a782dc 100644 --- a/.jenkins/common.groovy +++ b/.jenkins/common.groovy @@ -29,7 +29,7 @@ def runTestCommand (platform, project) String sudo = auxiliary.sudo(platform.jenkinsLabel) def testCommand = "ctest --output-on-failure " - def testCommandExcludeRegex = /(rocprim.device_scan)/ + def testCommandExcludeRegex = '' def testCommandExclude = "--exclude-regex \"${testCommandExcludeRegex}\"" def hmmExcludeRegex = '' def hmmTestCommandExclude = "--exclude-regex \"${hmmExcludeRegex}\""