Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bug 1338152 - Use cron.yml for taskcluster nightlies. r=dustin
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: E1yjFHuqq3U
  • Loading branch information
Callek committed Feb 9, 2017
1 parent 2d171e5 commit 0397554
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,15 @@ jobs:
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:
Expand All @@ -22,8 +29,15 @@ jobs:
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:
Expand Down

0 comments on commit 0397554

Please sign in to comment.