Bug 1443120 [wpt PR 9805] - [css-text] Add lang=ja in css3-text-line-break-jazh tests...
[gecko.git] / .cron.yml
blobe610ea687b4b00bde60d477ae505b39cb81489f5
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 ---
7 jobs:
8     - name: nightly-desktop
9       job:
10           type: decision-task
11           treeherder-symbol: Nd
12           target-tasks-method: nightly_desktop
13       run-on-projects:
14           - mozilla-central
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}, {hour: 22, minute: 0}]
21               # No default
23     - name: nightly-desktop-linux
24       job:
25           type: decision-task
26           treeherder-symbol: Nd-Ln
27           target-tasks-method: nightly_linux
28       run-on-projects:
29           - mozilla-central
30           - date
31       when: []  # never (hook only)
33     - name: nightly-desktop-osx
34       job:
35           type: decision-task
36           treeherder-symbol: Nd-OSX
37           target-tasks-method: nightly_macosx
38       run-on-projects:
39           - mozilla-central
40           - date
41       when: []  # never (hook only)
43     - name: nightly-desktop-win32
44       job:
45           type: decision-task
46           treeherder-symbol: Nd-win32
47           target-tasks-method: nightly_win32
48       run-on-projects:
49           - mozilla-central
50           - date
51       when: []  # never (hook only)
53     - name: nightly-desktop-win64
54       job:
55           type: decision-task
56           treeherder-symbol: Nd-win64
57           target-tasks-method: nightly_win64
58       run-on-projects:
59           - mozilla-central
60           - date
61       when: []  # never (hook only)
63     - name: nightly-android
64       job:
65           type: decision-task
66           treeherder-symbol: Na
67           target-tasks-method: nightly_fennec
68       run-on-projects:
69           - mozilla-central
70           - date
71       when:
72           by-project:
73               # Match buildbot starts for now
74               date: [{hour: 15, minute: 0}]
75               mozilla-central: [{hour: 10, minute: 0}]
76               # No default
78     - name: nightly-mochitest-valgrind
79       job:
80           type: decision-task
81           treeherder-symbol: Vg
82           target-tasks-method: mochitest_valgrind
83       run-on-projects:
84           - mozilla-central
85       when:
86           - {hour: 16, minute: 0}
87           - {hour: 4, minute: 0}
89     - name: nightly-dmd
90       job:
91           type: decision-task
92           treeherder-symbol: Ndmd
93           target-tasks-method: nightly_dmd
94       run-on-projects:
95           - mozilla-central
96       when:
97           by-project:
98               mozilla-central: [{hour: 10, minute: 0}]
99               # No default
101     - name: searchfox-index
102       job:
103           type: decision-task
104           treeherder-symbol: Searchfox
105           target-tasks-method: searchfox_index
106       run-on-projects:
107           - mozilla-central
108       when:
109           by-project:
110               mozilla-central: [{hour: 10, minute: 30}]
111               # No default
113     - name: periodic-update
114       job:
115           type: decision-task
116           treeherder-symbol: Nfile
117           target-tasks-method: file_update
118       run-on-projects:
119           - mozilla-central
120       when:
121           by-project:
122               # No default branch
123               mozilla-central:
124                   - {hour: 10, minute: 0}