Skip to content

Commit 3440877

Browse files
author
jashook
committed
[Arm64] For arm64 jobs build pri1 tests by default
This relates to coreclr dotnet#11423, enabling pri1 tests to be built.
1 parent 487cb23 commit 3440877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netci.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -1545,7 +1545,7 @@ def static calculateBuildCommands(def newJob, def scenario, def branch, def isPR
15451545
Utilities.setJobTimeout(newJob, 240)
15461546
}
15471547

1548-
buildCommands += "set __TestIntermediateDir=int&&build.cmd ${lowerConfiguration} ${architecture} toolset_dir C:\\ats2"
1548+
buildCommands += "set __TestIntermediateDir=int&&build.cmd ${lowerConfiguration} ${architecture} toolset_dir C:\\ats2 -priority=1"
15491549
// Test build and run are launched together.
15501550
buildCommands += "python tests\\scripts\\arm64_post_build.py -repo_root %WORKSPACE% -arch ${architecture} -build_type ${lowerConfiguration} -scenario ${scenario} -key_location C:\\tools\\key.txt"
15511551
//Utilities.addXUnitDotNETResults(newJob, 'bin/tests/testResults.xml')

0 commit comments

Comments
 (0)