Enable arm testing in PRs.
authorLakshmi Priya Sekar <lasekar@microsoft.com>
Mon, 11 Jul 2016 20:43:07 +0000 (13:43 -0700)
committerLakshmi Priya Sekar <lasekar@microsoft.com>
Mon, 11 Jul 2016 20:43:07 +0000 (13:43 -0700)
Commit migrated from https://github.com/dotnet/corefx/commit/95407323101636c6d8b55b6280afe7c404375dbc

src/libraries/netci.groovy

index cf7b23d..7aa2dca 100644 (file)
@@ -358,7 +358,7 @@ def osShortName = ['Windows 10': 'win10',
 // based on the OS being handled, and handle the triggers accordingly
 // (the machine affinity of the new job remains the same)
 // **************************
-[false].each { isPR ->
+[true, false].each { isPR ->
     ['Debug', 'Release'].each { configurationGroup ->
         ['LinuxARMEmulator'].each { os ->
             def osGroup = osGroupMap[os]