From 960d32ee287ccdc8083c5e1febc8f0c7ac16083c Mon Sep 17 00:00:00 2001 From: William Godbe Date: Tue, 16 May 2017 18:49:21 -0700 Subject: Make Perf Tests by Comment only --- perf.groovy | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perf.groovy') diff --git a/perf.groovy b/perf.groovy index 2674faf06e..fe639f0983 100644 --- a/perf.groovy +++ b/perf.groovy @@ -140,6 +140,8 @@ def static getOSGroup(def os) { if (isSmoketest) { builder.setGithubContext("${os} ${arch} CoreCLR Perf Tests Correctness") + builder.triggerOnlyOnComment() + builder.setCustomTriggerPhrase("(?i).*test\\W+${os}\\W+${arch}\\W+perf correctness.*") } else { -- cgit v1.2.3