diff options
author | William Godbe <wigodbe@microsoft.com> | 2017-05-16 19:19:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-16 19:19:08 -0700 |
commit | a2656ca97526369acfeb4ef363065d33c1e2caef (patch) | |
tree | e7419f9102c5e3b35963420d3dec0c5cd2c5c6d9 /perf.groovy | |
parent | db5d7a695000c042b7bba0326b1a391599c64084 (diff) | |
download | coreclr-a2656ca97526369acfeb4ef363065d33c1e2caef.tar.gz coreclr-a2656ca97526369acfeb4ef363065d33c1e2caef.tar.bz2 coreclr-a2656ca97526369acfeb4ef363065d33c1e2caef.zip |
Revert "Make Perf Tests by Comment only"
Diffstat (limited to 'perf.groovy')
-rw-r--r-- | perf.groovy | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perf.groovy b/perf.groovy index fe639f0983..2674faf06e 100644 --- a/perf.groovy +++ b/perf.groovy @@ -140,8 +140,6 @@ 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 { |