Make Perf Tests by Comment only
authorWilliam Godbe <wigodbe@microsoft.com>
Wed, 17 May 2017 01:49:21 +0000 (18:49 -0700)
committerGitHub <noreply@github.com>
Wed, 17 May 2017 01:49:21 +0000 (18:49 -0700)
perf.groovy

index 2674faf..fe639f0 100644 (file)
@@ -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
                     {