From: Andon Andonov Date: Wed, 27 Jun 2018 23:23:37 +0000 (-0700) Subject: Modify netci definition (dotnet/coreclr#18677) X-Git-Tag: submit/tizen/20210909.063632~11030^2~4498 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=60c4f7c7568393f5bbf2c4ace2cdb567a6d2cd5b;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Modify netci definition (dotnet/coreclr#18677) Commit migrated from https://github.com/dotnet/coreclr/commit/634b609ee641980baa8d44160d4701ab94daec49 --- diff --git a/src/coreclr/netci.groovy b/src/coreclr/netci.groovy index 0d8e351..11aa4a5 100755 --- a/src/coreclr/netci.groovy +++ b/src/coreclr/netci.groovy @@ -2220,13 +2220,12 @@ def static calculateBuildCommands(def newJob, def scenario, def branch, def isPR if (doCoreFxTesting) { if (scenario == 'corefx_innerloop') { // Create CORE_ROOT and testhost - buildCommands += "build-test.cmd ${lowerConfiguration} ${arch} skipmanaged" - buildCommands += "tests\\runtest.cmd ${runtestArguments} CoreFXTests" + buildCommands += "build-test.cmd ${lowerConfiguration} ${arch} buildtesthostonly" + buildCommands += "tests\\runtest.cmd ${runtestArguments} CoreFXTestsAll" - // 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") + // 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"