projects
/
platform
/
upstream
/
coreclr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43e8b7d
)
Make Perf Tests by Comment only
author
William Godbe
<wigodbe@microsoft.com>
Wed, 17 May 2017 01:49:21 +0000
(18:49 -0700)
committer
GitHub
<noreply@github.com>
Wed, 17 May 2017 01:49:21 +0000
(18:49 -0700)
perf.groovy
patch
|
blob
|
history
diff --git
a/perf.groovy
b/perf.groovy
index 2674faf06e0f57af6e85fd1cfd16011210491ea8..fe639f0983eb3c64dee78d2278241ad21a4122c0 100644
(file)
--- 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
{