Enable logs (dotnet/coreclr#18881)
authorAndon Andonov <anandono@microsoft.com>
Fri, 13 Jul 2018 16:57:38 +0000 (09:57 -0700)
committerGitHub <noreply@github.com>
Fri, 13 Jul 2018 16:57:38 +0000 (09:57 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/552a24d2dbdb9f51f1aa7fe51302e07947bdb1cd

src/coreclr/netci.groovy

index daf8911..25120c9 100755 (executable)
@@ -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