diff options
author | Matt Mitchell <mmitche@microsoft.com> | 2015-12-23 12:08:56 -0800 |
---|---|---|
committer | Matt Mitchell <mmitche@microsoft.com> | 2015-12-23 12:12:07 -0800 |
commit | 6efe90e35f79bea4de6d7154c32cecbee75d2b16 (patch) | |
tree | 3194bca74a2e2213b241fc065ad65c699e9f1d7d /netci.groovy | |
parent | 6596ce0676313fb00dddedb224ba8defd4f84973 (diff) | |
download | coreclr-6efe90e35f79bea4de6d7154c32cecbee75d2b16.tar.gz coreclr-6efe90e35f79bea4de6d7154c32cecbee75d2b16.tar.bz2 coreclr-6efe90e35f79bea4de6d7154c32cecbee75d2b16.zip |
Add explicit arm64 permissions
Diffstat (limited to 'netci.groovy')
-rw-r--r-- | netci.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netci.groovy b/netci.groovy index 427de22b29..014f965f02 100644 --- a/netci.groovy +++ b/netci.groovy @@ -105,7 +105,7 @@ def static addPRTrigger(def job, def architecture, def os, def configuration, is case 'Windows_NT': // Set up a private trigger Utilities.addPrivateGithubPRTrigger(job, "${os} ${architecture} Cross ${configuration} Build", - "(?i).*test\\W+${architecture}\\W+${osGroup}.*", ['Microsoft*dotnet-coreclr', 'Microsoft*dotnet-corefx'], null) + "(?i).*test\\W+${architecture}\\W+${osGroup}.*", null, ['jashook', 'RussKeldorph', 'gkhanna79', 'briansul', 'cmckinsey', 'jkotas', 'ramarag', 'markwilkie', 'rahku', 'tzwlai', 'weshaggard']) break } break |