summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPat Gavlin <pgavlin@gmail.com>2017-05-25 14:55:27 -0700
committerGitHub <noreply@github.com>2017-05-25 14:55:27 -0700
commitc633bdea4a6adf084122ad027c03fb590d2f6b9d (patch)
tree85f5f7b6418e8a98926dab19bf1d9855739eb7ef
parenta30462946d3bc1e3f829adc05cae459cea8f130e (diff)
parent42d7d1f6e49ab78cbf6242f3e02eeffa90670c5e (diff)
downloadcoreclr-c633bdea4a6adf084122ad027c03fb590d2f6b9d.tar.gz
coreclr-c633bdea4a6adf084122ad027c03fb590d2f6b9d.tar.bz2
coreclr-c633bdea4a6adf084122ad027c03fb590d2f6b9d.zip
Merge pull request #11919 from pgavlin/XunitTestResults
Add XUnit results for Windows_NT x86 jobs.
-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)
}
}