Modify netci definition (dotnet/coreclr#18677)
authorAndon Andonov <anandono@microsoft.com>
Wed, 27 Jun 2018 23:23:37 +0000 (16:23 -0700)
committerGitHub <noreply@github.com>
Wed, 27 Jun 2018 23:23:37 +0000 (16:23 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/634b609ee641980baa8d44160d4701ab94daec49

src/coreclr/netci.groovy

index 0d8e351..11aa4a5 100755 (executable)
@@ -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"