Add XUnit results for Windows_NT x86 jobs.
authorPat Gavlin <pagavlin@microsoft.com>
Thu, 25 May 2017 21:29:48 +0000 (14:29 -0700)
committerPat Gavlin <pagavlin@microsoft.com>
Thu, 25 May 2017 21:29:48 +0000 (14:29 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/42d7d1f6e49ab78cbf6242f3e02eeffa90670c5e

src/coreclr/netci.groovy

index 038df2f..b1d24b8 100755 (executable)
@@ -1504,9 +1504,7 @@ def static calculateBuildCommands(def newJob, def scenario, def branch, def isPR
                         }
 
                         if (!isBuildOnly) {
-                            if (architecture == 'x64' || !isPR) {
-                                Utilities.addXUnitDotNETResults(newJob, 'bin/**/TestRun*.xml')
-                            }
+                            Utilities.addXUnitDotNETResults(newJob, 'bin/**/TestRun*.xml', true)
                             setTestJobTimeOut(newJob, scenario)
                         }
                     }