Remove test logs (dotnet/coreclr#18621)
authorAndon Andonov <anandono@microsoft.com>
Mon, 25 Jun 2018 05:45:27 +0000 (22:45 -0700)
committerGitHub <noreply@github.com>
Mon, 25 Jun 2018 05:45:27 +0000 (22:45 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/556a5fa3e898bbaad3516b55875074a5c265327a

src/coreclr/netci.groovy

index a744a27..0d8e351 100755 (executable)
@@ -2223,9 +2223,10 @@ def static calculateBuildCommands(def newJob, def scenario, def branch, def isPR
                                 buildCommands += "build-test.cmd ${lowerConfiguration} ${arch} skipmanaged"                                
                                 buildCommands += "tests\\runtest.cmd ${runtestArguments} CoreFXTests"
                                 
-                                // Archive and process (only) the test results
-                                Utilities.addArchival(newJob, "bin/Logs/**/testResults.xml")
-                                Utilities.addXUnitDotNETResults(newJob, "bin/Logs/**/testResults.xml")
+                                // CI will report missing logs as a test failure - disable until https://github.com/dotnet/coreclr/pull/18365 is merged
+                                // // Archive and process (only) the test results
+                                // Utilities.addArchival(newJob, "bin/Logs/**/testResults.xml")
+                                // Utilities.addXUnitDotNETResults(newJob, "bin/Logs/**/testResults.xml")
                             }
                             else {
                               def workspaceRelativeFxRoot = "_/fx"