From 552a24d2dbdb9f51f1aa7fe51302e07947bdb1cd Mon Sep 17 00:00:00 2001 From: Andon Andonov Date: Fri, 13 Jul 2018 09:57:38 -0700 Subject: Enable logs (#18881) --- netci.groovy | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'netci.groovy') 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 -- cgit v1.2.3