Skip to content

Commit

Permalink
Re-enable device scan test on CI (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleytsang-amd committed Jun 21, 2024
1 parent 91a4728 commit 0885eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins/common.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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}\""
Expand Down

0 comments on commit 0885eb2

Please sign in to comment.