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

Commit bea8631

Browse files
committed
Reduce arm/armlb/arm64 GCStress=3 and HeapVerify=1 jobs from daily to weekly
This will reduce our ARM64 hardware load.
1 parent ec75534 commit bea8631

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

netci.groovy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,8 @@ def static addNonPRTriggers(def job, def branch, def isPR, def architecture, def
818818
assert (os == 'Windows_NT') || (os in Constants.crossList)
819819
if ((architecture == 'arm64') || (architecture == 'arm') || (architecture == 'armlb')) {
820820
if (os == 'Windows_NT') {
821-
Utilities.addPeriodicTrigger(job, '@daily')
821+
// We don't have enough ARM64 machines to run these more frequently than weekly.
822+
Utilities.addPeriodicTrigger(job, '@weekly')
822823
}
823824
// TODO: Add once external email sending is available again
824825
// addEmailPublisher(job, 'dotnetonarm64@microsoft.com')

0 commit comments

Comments
 (0)