Bug 1338152 - Use cron.yml for taskcluster nightlies. r=dustin draft
authorJustin Wood <Callek@gmail.com>
Thu, 09 Feb 2017 09:43:56 -0500
changeset 481268 0b13a374550593a7b68535aafd4df59d5b705525
parent 481225 b772e0f4138540113e91a46c99bb0d14ecc8acca
child 545147 af023ccc945b340314d401dac33ea723d9640af7
push id44757
push userCallek@gmail.com
push dateThu, 09 Feb 2017 15:12:06 +0000
reviewersdustin
bugs1338152
milestone54.0a1
Bug 1338152 - Use cron.yml for taskcluster nightlies. r=dustin MozReview-Commit-ID: E1yjFHuqq3U
.cron.yml
--- a/.cron.yml
+++ b/.cron.yml
@@ -6,29 +6,43 @@ jobs:
     - name: nightly-desktop
       job:
           type: decision-task
           treeherder-symbol: Nd
           triggered-by: nightly
           target-tasks-method: nightly_linux
       run-on-projects:
           - mozilla-central
+          - mozilla-aurora
           - date
-      when: []  # never (temporary)
+      when:
+          by-project:
+            # Match buildbot starts for now
+            date: [{hour: 16, minute: 0}]
+            mozilla-central: [{hour: 11, minute: 0}]
+            mozilla-aurora: [{hour: 8, minute: 45}]  # Buildbot uses minute 40
+            # No default
 
     - name: nightly-android
       job:
           type: decision-task
           treeherder-symbol: Na
           triggered-by: nightly
           target-tasks-method: nightly_fennec
       run-on-projects:
           - mozilla-central
+          - mozilla-aurora
           - date
-      when: []  # never (temporary)
+      when:
+        by-project:
+            # Match buildbot starts for now
+            date: [{hour: 16, minute: 0}]
+            mozilla-central: [{hour: 11, minute: 0}]
+            mozilla-aurora: [{hour: 8, minute: 45}]  # Buildbot uses minute 40
+            # No default
 
     - name: nightly-mochitest-valgrind
       job:
           type: decision-task
           treeherder-symbol: Vg
           target-tasks-method: mochitest_valgrind
       run-on-projects:
           - mozilla-central