From 603324b2305efff8861d5ac9a1581df519a489d0 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Fri, 11 Mar 2016 15:16:30 -0800 Subject: [PATCH] Fix name on trigger Commit migrated from https://github.com/dotnet/coreclr/commit/7fa9a62380b7b79315d92185aec08e447381c31a --- src/coreclr/netci.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coreclr/netci.groovy b/src/coreclr/netci.groovy index 7a4b24a..957f3e4 100644 --- a/src/coreclr/netci.groovy +++ b/src/coreclr/netci.groovy @@ -615,7 +615,7 @@ def static addTriggers(def job, def branch, def isPR, def architecture, def os, case 'Windows_NT': // Set up a private trigger Utilities.addPrivateGithubPRTriggerForBranch(job, branch, "${os} ${architecture} Cross ${configuration} Build", - "(?i).*test\\W+${os}\\W+${architecture}.*", null, ['erozenfeld', 'kyulee1', 'pgavlin', 'russellhadley', 'swaroop-sridhar', 'JosephTremoulet', 'jashook', 'RussKeldorph', 'gkhanna79', 'briansul', 'cmckinsey', 'jkotas', 'ramarag', 'markwilkie', 'rahku', 'tzwlai', 'weshaggard', 'LLITCHEV']) + "(?i).*test\\W+${os}\\W+${architecture}.*", null, ['erozenfeld', 'kyulee1', 'pgavlin', 'russellhadley', 'swaroop-sridhar', 'JosephTremoulet', 'jashook', 'RussKeldorph', 'gkhanna79', 'briansull', 'cmckinsey', 'jkotas', 'ramarag', 'markwilkie', 'rahku', 'tzwlai', 'weshaggard', 'LLITCHEV']) break } break -- 2.7.4