Enable arm/armlb/arm64 periodic GCStress=C jobs
authorBruce Forstall <brucefo@microsoft.com>
Wed, 6 Dec 2017 00:26:22 +0000 (16:26 -0800)
committerBruce Forstall <brucefo@microsoft.com>
Wed, 6 Dec 2017 00:26:22 +0000 (16:26 -0800)
netci.groovy

index 453e33069e90ac2fa7dceab94721471695bd0ac6..a14ca874dd1ebc332f475ea1de105f1f74dbf574 100755 (executable)
@@ -839,8 +839,10 @@ def static addNonPRTriggers(def job, def branch, def isPR, def architecture, def
             if (os != 'CentOS7.1' && os != 'OSX10.12' && !(os in bidailyCrossList)) {
                 assert (os == 'Windows_NT') || (os in Constants.crossList)
                 if ((architecture == 'arm64') || (architecture == 'arm') || (architecture == 'armlb')) {
-                    // TODO: Enable a periodic trigger after tests are updated.
-                    // Utilities.addPeriodicTrigger(job, '@daily')
+                    if (os == 'Windows_NT') {
+                        // 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')
                 }