Skip to content

Commit

Permalink
Remove test logs (dotnet/coreclr#18621)
Browse files Browse the repository at this point in the history
Commit migrated from dotnet/coreclr@556a5fa
  • Loading branch information
A-And committed Jun 25, 2018
1 parent 059792a commit ed6e470
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/coreclr/netci.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ed6e470

Please sign in to comment.