[Arm64] For arm64 jobs build pri1 tests by default
authorjashook <jashoo@microsoft.com>
Mon, 8 May 2017 22:41:12 +0000 (15:41 -0700)
committerjashook <jashoo@microsoft.com>
Mon, 8 May 2017 22:41:12 +0000 (15:41 -0700)
This relates to coreclr #11423, enabling pri1 tests to
be built.

netci.groovy

index eea3743..6a97cba 100755 (executable)
@@ -1545,7 +1545,7 @@ def static calculateBuildCommands(def newJob, def scenario, def branch, def isPR
                            Utilities.setJobTimeout(newJob, 240)
                        }
 
-                       buildCommands += "set __TestIntermediateDir=int&&build.cmd ${lowerConfiguration} ${architecture} toolset_dir C:\\ats2"
+                       buildCommands += "set __TestIntermediateDir=int&&build.cmd ${lowerConfiguration} ${architecture} toolset_dir C:\\ats2 -priority=1"
                        // 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')