diff options
author | William Godbe <wigodbe@microsoft.com> | 2017-05-16 18:49:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-16 18:49:21 -0700 |
commit | 960d32ee287ccdc8083c5e1febc8f0c7ac16083c (patch) | |
tree | 2f26221d247fee5ab9a2e3b25fa18969178cb255 /perf.groovy | |
parent | 43e8b7d7c8eae255bf7fa3e0d40158c418803786 (diff) | |
download | coreclr-960d32ee287ccdc8083c5e1febc8f0c7ac16083c.tar.gz coreclr-960d32ee287ccdc8083c5e1febc8f0c7ac16083c.tar.bz2 coreclr-960d32ee287ccdc8083c5e1febc8f0c7ac16083c.zip |
Make Perf Tests by Comment only
Diffstat (limited to 'perf.groovy')
-rw-r--r-- | perf.groovy | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |