Bug 1318565 - Allow extensions with permission to read from tainted Canvas r=bz
[gecko.git] / .cron.yml
blobb3cc0ce613ba32b3c81872cac368aef1e519e86e
1 # Definitions for jobs that run periodically.  For details on the format, see
2 # `taskcluster/taskgraph/cron/schema.py`.  For documentation, see
3 # `taskcluster/docs/cron.rst`.
5 jobs:
6     - name: nightly-desktop
7       job:
8           type: decision-task
9           treeherder-symbol: Nd
10           triggered-by: nightly
11           target-tasks-method: nightly_linux
12       run-on-projects:
13           - mozilla-central
14           - mozilla-aurora
15           - date
16       when:
17           by-project:
18             # Match buildbot starts for now
19             date: [{hour: 15, minute: 0}]
20             mozilla-central: [{hour: 10, minute: 0}]
21             mozilla-aurora: [{hour: 7, minute: 45}]  # Buildbot uses minute 40
22             # No default
24     - name: nightly-android
25       job:
26           type: decision-task
27           treeherder-symbol: Na
28           triggered-by: nightly
29           target-tasks-method: nightly_fennec
30       run-on-projects:
31           - mozilla-central
32           - mozilla-aurora
33           - date
34       when:
35         by-project:
36             # Match buildbot starts for now
37             date: [{hour: 15, minute: 0}]
38             mozilla-central: [{hour: 10, minute: 0}]
39             mozilla-aurora: [{hour: 7, minute: 45}]  # Buildbot uses minute 40
40             # No default
42     - name: nightly-mochitest-valgrind
43       job:
44           type: decision-task
45           treeherder-symbol: Vg
46           target-tasks-method: mochitest_valgrind
47       run-on-projects:
48           - mozilla-central
49       when:
50           - {hour: 16, minute: 0}
51           - {hour: 4, minute: 0}
53     - name: nightly-code-coverage
54       job:
55           type: decision-task
56           treeherder-symbol: Nc
57           target-tasks-method: nightly_code_coverage
58       run-on-projects:
59           - mozilla-central
60       when:
61           - {hour: 18, minute: 0}