summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
authorPat Gavlin <pagavlin@microsoft.com>2017-05-25 14:29:48 -0700
committerPat Gavlin <pagavlin@microsoft.com>2017-05-25 14:29:48 -0700
commit42d7d1f6e49ab78cbf6242f3e02eeffa90670c5e (patch)
tree5f0fd344f6eabe027e3eabf19096b57754d0b1d0 /netci.groovy
parent7ca2692405f255ce4a87d2c3ec263d938cf274fc (diff)
downloadcoreclr-42d7d1f6e49ab78cbf6242f3e02eeffa90670c5e.tar.gz
coreclr-42d7d1f6e49ab78cbf6242f3e02eeffa90670c5e.tar.bz2
coreclr-42d7d1f6e49ab78cbf6242f3e02eeffa90670c5e.zip
Add XUnit results for Windows_NT x86 jobs.
Diffstat (limited to 'netci.groovy')
-rwxr-xr-xnetci.groovy4
1 files changed, 1 insertions, 3 deletions
diff --git a/netci.groovy b/netci.groovy
index 038df2f775..b1d24b8704 100755
--- a/netci.groovy
+++ b/netci.groovy
@@ -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)
}
}