summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
authorAndon Andonov <anandono@microsoft.com>2018-07-13 09:57:38 -0700
committerGitHub <noreply@github.com>2018-07-13 09:57:38 -0700
commit552a24d2dbdb9f51f1aa7fe51302e07947bdb1cd (patch)
tree88af21b8b6656b96835f8e56d88e22376d41813d /netci.groovy
parent4bd9b33790ca8be557f3cdc6771e61c890a1a60a (diff)
downloadcoreclr-552a24d2dbdb9f51f1aa7fe51302e07947bdb1cd.tar.gz
coreclr-552a24d2dbdb9f51f1aa7fe51302e07947bdb1cd.tar.bz2
coreclr-552a24d2dbdb9f51f1aa7fe51302e07947bdb1cd.zip
Enable logs (#18881)
Diffstat (limited to 'netci.groovy')
-rwxr-xr-xnetci.groovy5
1 files changed, 2 insertions, 3 deletions
diff --git a/netci.groovy b/netci.groovy
index daf89112d0..25120c9530 100755
--- a/netci.groovy
+++ b/netci.groovy
@@ -2434,10 +2434,9 @@ def static calculateBuildCommands(def newJob, def scenario, def branch, def isPR
buildCommands += "./tests/runtest.sh --corefxtestsall --testHostDir=\${WORKSPACE}/bin/tests/${osGroup}.${architecture}.${configuration}/testhost/ --coreclr-src=\${WORKSPACE}"
break
- // TODO - uncomment once https://github.com/dotnet/coreclr/pull/18753 has been merged
// Archive and process (only) the test results
- // Utilities.addArchival(newJob, "bin/Logs/**/testResults.xml")
- // Utilities.addXUnitDotNETResults(newJob, "bin/Logs/**/testResults.xml")
+ Utilities.addArchival(newJob, "bin/Logs/**/testResults.xml")
+ Utilities.addXUnitDotNETResults(newJob, "bin/Logs/**/testResults.xml")
}
else {
// Corefx stress testing