Bug 1383257 - Schedule windows nightlies via cron. r=kmoir draft
authorJustin Wood <Callek@gmail.com>
Tue, 25 Jul 2017 15:58:16 -0400
changeset 615925 c0c8ca528392649e0b2c32196e176fca9b65067d
parent 615924 fd77c8ca32b7f72b57eb19a3b566725fee533c9a
child 615926 30897850ed9db8313da18c05c0e8c70a5e0ff04e
push id70526
push userCallek@gmail.com
push dateWed, 26 Jul 2017 14:50:52 +0000
reviewerskmoir
bugs1383257
milestone56.0a1
Bug 1383257 - Schedule windows nightlies via cron. r=kmoir for: Land changes to flip windows nightlies on, and to tier 1 on central MozReview-Commit-ID: 62cpCHbYN5Y
.cron.yml
--- a/.cron.yml
+++ b/.cron.yml
@@ -34,18 +34,24 @@ jobs:
             # No default
 
     - name: nightly-desktop-win
       job:
           type: decision-task
           treeherder-symbol: Nd-Win
           target-tasks-method: nightly_win
       run-on-projects:
+          - mozilla-central
           - date
-      when: [] # never (hook only)
+      when:
+          by-project:
+            # Match buildbot starts for now
+            date: [{hour: 15, minute: 0}]
+            mozilla-central: [{hour: 10, minute: 0}]
+            # No default
 
     - name: nightly-android
       job:
           type: decision-task
           treeherder-symbol: Na
           target-tasks-method: nightly_fennec
       run-on-projects:
           - mozilla-central