From 5b261263fa70be0d5b8311fd126c880b5d0d5ef6 Mon Sep 17 00:00:00 2001 From: Kyungwoo Lee Date: Mon, 2 May 2016 17:56:13 -0700 Subject: [PATCH] ARM64: Trigger Failure Email for Push Only Commit migrated from https://github.com/dotnet/coreclr/commit/97a3bd135fa67acf11d96fa911730325e17f37a6 --- src/coreclr/netci.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/src/coreclr/netci.groovy b/src/coreclr/netci.groovy index 143927b..faf191f 100755 --- a/src/coreclr/netci.groovy +++ b/src/coreclr/netci.groovy @@ -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 -- 2.7.4