From 5bc7468938199af0d52f3eaa771e69204833581e Mon Sep 17 00:00:00 2001 From: Tegan Hansen Date: Mon, 2 Dec 2024 17:01:44 -0700 Subject: [PATCH] Re-enable HMM tests --- .jenkins/common.groovy | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.jenkins/common.groovy b/.jenkins/common.groovy index d49a782dca4..3d688529f50 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'))