summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2017-12-06 16:10:58 -0800
committerBruce Forstall <brucefo@microsoft.com>2017-12-06 16:10:58 -0800
commitbea8631b765c0458aa89e407214cfad7365c7c6b (patch)
tree3ee6ed6bd64485a720c91de312d88b5ada893031 /netci.groovy
parentec755343e9e038430d06da06f3bd4ee3c8a2d5ef (diff)
downloadcoreclr-bea8631b765c0458aa89e407214cfad7365c7c6b.tar.gz
coreclr-bea8631b765c0458aa89e407214cfad7365c7c6b.tar.bz2
coreclr-bea8631b765c0458aa89e407214cfad7365c7c6b.zip
Reduce arm/armlb/arm64 GCStress=3 and HeapVerify=1 jobs from daily to weekly
This will reduce our ARM64 hardware load.
Diffstat (limited to 'netci.groovy')
-rwxr-xr-xnetci.groovy3
1 files changed, 2 insertions, 1 deletions
diff --git a/netci.groovy b/netci.groovy
index 1edc00a9b0..028c8cf13a 100755
--- a/netci.groovy
+++ b/netci.groovy
@@ -818,7 +818,8 @@ def static addNonPRTriggers(def job, def branch, def isPR, def architecture, def
assert (os == 'Windows_NT') || (os in Constants.crossList)
if ((architecture == 'arm64') || (architecture == 'arm') || (architecture == 'armlb')) {
if (os == 'Windows_NT') {
- Utilities.addPeriodicTrigger(job, '@daily')
+ // We don't have enough ARM64 machines to run these more frequently than weekly.
+ Utilities.addPeriodicTrigger(job, '@weekly')
}
// TODO: Add once external email sending is available again
// addEmailPublisher(job, 'dotnetonarm64@microsoft.com')