Build tests for arm64 runs.
authorjashook <jashoo@microsoft.com>
Fri, 5 May 2017 20:06:31 +0000 (13:06 -0700)
committerjashook <jashoo@microsoft.com>
Fri, 5 May 2017 20:06:31 +0000 (13:06 -0700)
This has been separated to allow coreclr dotnet/coreclr#11423 to be tested
incrementally in the PR.

Commit migrated from https://github.com/dotnet/coreclr/commit/c1f8ef3fea431070e836ce2fff9141d3e5af865d

src/coreclr/netci.groovy

index 94d7ad5..d059643 100755 (executable)
@@ -1507,7 +1507,7 @@ def static calculateBuildCommands(def newJob, def scenario, def branch, def isPR
                            Utilities.setJobTimeout(newJob, 240)
                        }
 
-                       buildCommands += "set __TestIntermediateDir=int&&build.cmd skiptests ${lowerConfiguration} ${architecture} toolset_dir C:\\ats2"
+                       buildCommands += "set __TestIntermediateDir=int&&build.cmd ${lowerConfiguration} ${architecture} toolset_dir C:\\ats2"
                        // Test build and run are launched together.
                        buildCommands += "python tests\\scripts\\arm64_post_build.py -repo_root %WORKSPACE% -arch ${architecture} -build_type ${lowerConfiguration} -scenario ${scenario} -key_location C:\\tools\\key.txt"
                        //Utilities.addXUnitDotNETResults(newJob, 'bin/tests/testResults.xml')