projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bf2797
)
Enable arm testing in PRs.
author
Lakshmi Priya Sekar
<lasekar@microsoft.com>
Mon, 11 Jul 2016 20:43:07 +0000
(13:43 -0700)
committer
Lakshmi 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
patch
|
blob
|
history
diff --git
a/src/libraries/netci.groovy
b/src/libraries/netci.groovy
index
cf7b23d
..
7aa2dca
100644
(file)
--- a/
src/libraries/netci.groovy
+++ b/
src/libraries/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]