Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit edde119

Browse files
committed
Temporary fix for arm/armlb/arm64 builds: always build Pri 1 tests
A fix like #15075 will replace this soon.
1 parent 560dd29 commit edde119

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

netci.groovy

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1581,6 +1581,9 @@ def static calculateBuildCommands(def newJob, def scenario, def branch, def isPR
15811581
armCrossgenOpt = '-altjitcrossgen'
15821582
}
15831583

1584+
// Hack: build pri1 tests for arm/armlb/arm64 build job, until we have separate pri0 and pri1 builds for the flow job to use.
1585+
priority = '1'
1586+
15841587
// This is now a build only job. Do not run tests. Use the flow job.
15851588
buildCommands += "set __TestIntermediateDir=int&&build.cmd ${lowerConfiguration} ${buildArchitecture} -priority=${priority} ${armCrossgenOpt}"
15861589

@@ -1606,6 +1609,9 @@ def static calculateBuildCommands(def newJob, def scenario, def branch, def isPR
16061609
Utilities.setJobTimeout(newJob, 240)
16071610
}
16081611

1612+
// Hack: build pri1 tests for arm/armlb/arm64 build job, until we have separate pri0 and pri1 builds for the flow job to use.
1613+
priority = '1'
1614+
16091615
// This is now a build only job. Do not run tests. Use the flow job.
16101616
buildCommands += "set __TestIntermediateDir=int&&build.cmd ${lowerConfiguration} ${architecture} toolset_dir C:\\ats2 -priority=${priority}"
16111617

0 commit comments

Comments
 (0)