Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLakshmi Priya Sekar <lasekar@microsoft.com>2016-07-11 23:43:07 +0300
committerLakshmi Priya Sekar <lasekar@microsoft.com>2016-07-11 23:43:07 +0300
commit95407323101636c6d8b55b6280afe7c404375dbc (patch)
tree7f688d23145b2c896b645c955f7e0dfb40fad43c /netci.groovy
parent81fb70ee723fad044de1484f2bdfcf84c1b7e857 (diff)
Enable arm testing in PRs.
Diffstat (limited to 'netci.groovy')
-rw-r--r--netci.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/netci.groovy b/netci.groovy
index cf7b23d60c..7aa2dcaf8d 100644
--- a/netci.groovy
+++ b/netci.groovy
@@ -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]