ARM64: Trigger Failure Email for Push Only
authorKyungwoo Lee <kyulee@microsoft.com>
Tue, 3 May 2016 00:56:13 +0000 (17:56 -0700)
committerKyungwoo Lee <kyulee@microsoft.com>
Tue, 3 May 2016 00:56:13 +0000 (17:56 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/97a3bd135fa67acf11d96fa911730325e17f37a6

src/coreclr/netci.groovy

index 143927b..faf191f 100755 (executable)
@@ -819,7 +819,6 @@ def static addTriggers(def job, def branch, def isPR, def architecture, def os,
                             }
                             Utilities.addPrivateGithubPRTriggerForBranch(job, branch, contextString,
                             "(?i).*test\\W+${os}\\W+${architecture}\\W+${configuration}.*", null, ['erozenfeld', 'kyulee1', 'pgavlin', 'russellhadley', 'swaroop-sridhar', 'JosephTremoulet', 'jashook', 'RussKeldorph', 'gkhanna79', 'briansull', 'cmckinsey', 'jkotas', 'ramarag', 'markwilkie', 'rahku', 'tzwlai', 'weshaggard', 'LLITCHEV'])
-                            addEmailPublisher(job, 'dotnetonarm64@microsoft.com')
                             break
                     }
                     break