diff --git a/.jenkins/common.groovy b/.jenkins/common.groovy index d49a782dc..3d688529f 100644 --- a/.jenkins/common.groovy +++ b/.jenkins/common.groovy @@ -36,12 +36,11 @@ def runTestCommand (platform, project) def hmmTestCommand = '' if (platform.jenkinsLabel.contains('gfx90a')) { - echo("HMM TESTS DISABLED") - /*hmmTestCommand = """ + hmmTestCommand = """ export HSA_XNACK=1 export ROCPRIM_USE_HMM=1 ${testCommand} ${hmmTestCommandExclude} - """*/ + """ } echo(env.JOB_NAME) if (env.JOB_NAME.contains('bleeding-edge'))