From 42b080867ef335c73378f26b497cd6f5a856ec4e Mon Sep 17 00:00:00 2001 From: Wenkai Du <43822138+wenkaidu@users.noreply.github.com> Date: Wed, 19 May 2021 08:25:13 -0700 Subject: [PATCH] Running only sum for CI quick test (#370) --- .jenkins/precheckin.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =