diff --git a/.jenkins/precheckin.groovy b/.jenkins/precheckin.groovy index 75fea01d61..7396a88dfe 100644 --- a/.jenkins/precheckin.groovy +++ b/.jenkins/precheckin.groovy @@ -35,7 +35,7 @@ def runCI = { platform, project-> - commonGroovy.runTestCommand(platform, project, "BroadcastCorrectnessSweep*:*float32*") + commonGroovy.runTestCommand(platform, project, "*sum_float32*") } def packageCommand =