Bug 1732409 let fake:true getUserMedia() parameter override loopback prefs r=jib
[gecko.git] / .cron.yml
blobbc53b9987eec0bbe0c578b67b40d0fb6a9fca924
1 # Definitions for jobs that run periodically.  For details on the format, see
2 # `https://hg.mozilla.org/ci/ci-admin/file/default/build-decision/src/build_decision/cron/schema.yml`.
3 # For documentation, see `taskcluster/docs/cron.rst`.
4 ---
6 jobs:
7     - name: daily-releases
8       job:
9           type: decision-task
10           treeherder-symbol: RPd
11           target-tasks-method: daily_releases
12       run-on-projects:
13           - mozilla-beta
14       when:
15           by-project:
16               # No default
17               mozilla-beta:
18                   - {weekday: 'Sunday', hour: 21, minute: 0}
19                   - {weekday: 'Tuesday', hour: 21, minute: 0}
20                   - {weekday: 'Thursday', hour: 21, minute: 0}
22     - name: nightly-desktop
23       job:
24           type: decision-task
25           treeherder-symbol: Nd
26           target-tasks-method: nightly_desktop
27           include-push-tasks: true
28       run-on-projects:
29           - mozilla-central
30       when:
31           by-project:
32               # Please update the `searchfox-index` job `mozilla-central` `when`
33               # times as well if updating the times here.
34               mozilla-central: [{hour: 10, minute: 0}, {hour: 22, minute: 0}]
35               # No default
37     - name: nightly-desktop-linux
38       job:
39           type: decision-task
40           treeherder-symbol: Nd-Ln
41           target-tasks-method: nightly_linux
42           include-push-tasks: true
43       run-on-projects:
44           - mozilla-central
45       when: []  # never (hook only)
47     - name: nightly-desktop-osx
48       job:
49           type: decision-task
50           treeherder-symbol: Nd-OSX
51           target-tasks-method: nightly_macosx
52           include-push-tasks: true
53       run-on-projects:
54           - mozilla-central
55       when: []  # never (hook only)
57     - name: nightly-desktop-win32
58       job:
59           type: decision-task
60           treeherder-symbol: Nd-win32
61           target-tasks-method: nightly_win32
62           include-push-tasks: true
63       run-on-projects:
64           - mozilla-central
65       when: []  # never (hook only)
67     - name: nightly-desktop-win64
68       job:
69           type: decision-task
70           treeherder-symbol: Nd-win64
71           target-tasks-method: nightly_win64
72           include-push-tasks: true
73       run-on-projects:
74           - mozilla-central
75       when: []  # never (hook only)
77     - name: nightly-desktop-win64-aarch64
78       job:
79           type: decision-task
80           treeherder-symbol: Nd-win64-aarch64
81           target-tasks-method: nightly_win64_aarch64
82           include-push-tasks: true
83       run-on-projects:
84           - mozilla-central
85       when: []  # never (hook only)
87     - name: ship-geckoview
88       job:
89           type: decision-task
90           treeherder-symbol: ship_geckoview
91           target-tasks-method: ship_geckoview
92           include-push-tasks: true
93       run-on-projects:
94           - mozilla-central
95       when:
96           by-project:
97               mozilla-central: [{hour: 10, minute: 0}]
99     - name: general-perf-testing
100       job:
101           type: decision-task
102           treeherder-symbol: gpt
103           target-tasks-method: general_perf_testing
104           include-push-tasks: true
105       run-on-projects:
106           - mozilla-central
107       when:
108           - {weekday: 'Monday', hour: 10, minute: 30}
109           - {weekday: 'Wednesday', hour: 10, minute: 30}
110           - {weekday: 'Friday', hour: 10, minute: 30}
112     # For more context on this job, see:
113     # https://github.com/mozsearch/mozsearch-mozilla#how-searchfoxorg-stays-up-to-date
114     - name: searchfox-index
115       job:
116           type: decision-task
117           treeherder-symbol: Searchfox
118           target-tasks-method: searchfox_index
119       run-on-projects:
120           - mozilla-central
121           - mozilla-beta
122           - mozilla-release
123           - mozilla-esr91
124           - elm
125       when:
126           by-project:
127               # We want to run at both of the times the nightly runs.
128               mozilla-central: [{hour: 10, minute: 0}, {hour: 22, minute: 0}]
129               # For all other jobs we just run once daily matching the 10 UTC
130               # nightly which is designed to align with searchfox's AWS cron
131               # jobs (for legacy reasons) rather than trying to align with
132               # specific builds.  (Ex: mozilla-beta has a "daily-releases" job
133               # that currently runs 3 times a week.)
134               #
135               # Note that for branches that don't change a lot this will result
136               # in a redundant job being scheduled each day rather than reusing
137               # the previous day's job.  This is only beneficial in the sense
138               # that there's no risk of expiration for artifacts and is a
139               # trade-off to avoid stale indices.  Bug 1686981 tracks fixing
140               # this.
141               mozilla-beta: [{hour: 10, minute: 0}]
142               mozilla-release: [{hour: 10, minute: 0}]
143               mozilla-esr91: [{hour: 10, minute: 0}]
144               elm: [{hour: 10, minute: 0}]
146     - name: linux64-clang-trunk-perf
147       job:
148           type: decision-task
149           treeherder-symbol: linux64-clang-trunk-perf
150           target-tasks-method: linux64_clang_trunk_perf
151       run-on-projects:
152           - mozilla-central
153       when:
154           - {hour: 2, minute: 0}
156     - name: updatebot-cron-job
157       job:
158           type: decision-task
159           treeherder-symbol: updatebot
160           target-tasks-method: updatebot_cron
161       run-on-projects:
162           - mozilla-central
163       when:
164           - {hour: 0, minute: 0}
165           - {hour: 6, minute: 0}
166           - {hour: 12, minute: 0}
167           - {hour: 18, minute: 0}
169     - name: customv8-update
170       job:
171           type: decision-task
172           treeherder-symbol: customv8
173           target-tasks-method: customv8_update
174           optimize-target-tasks: false
175       run-on-projects:
176           - mozilla-central
177       when:
178           by-project:
179               mozilla-central: [{hour: 10, minute: 30}]
181     - name: chromium-update
182       job:
183           type: decision-task
184           treeherder-symbol: Chromium
185           target-tasks-method: chromium_update
186           optimize-target-tasks: false
187       run-on-projects:
188           - mozilla-central
189       when:
190           by-project:
191               mozilla-central: [{hour: 10, minute: 30}]
193     - name: bouncer-check
194       job:
195           type: decision-task
196           treeherder-symbol: Rel
197           target-tasks-method: cron_bouncer_check
198       run-on-projects:
199           - mozilla-central
200           - mozilla-beta
201           - mozilla-release
202           - mozilla-esr91
203       when:
204           by-project:
205               # No default branch
206               mozilla-central:
207                   - {hour: 7, minute: 0}
208                   - {hour: 19, minute: 0}
209               mozilla-beta:
210                   - {hour: 7, minute: 0}
211                   - {hour: 19, minute: 0}
212               mozilla-release:
213                   - {hour: 7, minute: 0}
214                   - {hour: 19, minute: 0}
215               mozilla-esr91:
216                   - {hour: 7, minute: 0}
217                   - {hour: 19, minute: 0}
219     - name: periodic-update
220       job:
221           type: decision-task
222           treeherder-symbol: Nfile
223           target-tasks-method: file_update
224       run-on-projects:
225           - mozilla-central
226           - mozilla-beta
227           - mozilla-release
228           - mozilla-esr91
229       when:
230           - {weekday: 'Monday', hour: 8, minute: 0}
231           - {weekday: 'Thursday', hour: 8, minute: 0}
233     - name: raptor-tp6m
234       job:
235           type: decision-task
236           treeherder-symbol: tp6m
237           target-tasks-method: raptor_tp6m
238           include-push-tasks: true
239       run-on-projects:
240           - mozilla-central
241       when:
242           - {weekday: 'Monday', hour: 3, minute: 0}
243           - {weekday: 'Tuesday', hour: 3, minute: 0}
244           - {weekday: 'Wednesday', hour: 3, minute: 0}
245           - {weekday: 'Thursday', hour: 3, minute: 0}
246           - {weekday: 'Friday', hour: 3, minute: 0}
247           - {weekday: 'Saturday', hour: 3, minute: 0}
248           - {weekday: 'Sunday', hour: 3, minute: 0}
250     - name: perftest-s7
251       job:
252           type: decision-task
253           treeherder-symbol: tp6m
254           target-tasks-method: perftest_s7
255           include-push-tasks: true
256       run-on-projects:
257           - mozilla-central
258       when:
259           - {weekday: 'Saturday', hour: 3, minute: 0}
261     - name: condprof
262       job:
263           type: decision-task
264           treeherder-symbol: condprof
265           target-tasks-method: condprof
266           include-push-tasks: true
267           optimize-target-tasks: false
268       run-on-projects:
269           - mozilla-central
270       when:
271           - {hour: 16, minute: 00}
273     - name: l10n-bumper
274       job:
275           type: decision-task
276           treeherder-symbol: l10n-bump
277           target-tasks-method: l10n_bump
278       run-on-projects:
279           - mozilla-central
280           - mozilla-beta
281       when:
282           - {hour: 18, minute: 45}
284     - name: system-symbols
285       job:
286           type: decision-task
287           treeherder-symbol: system-symbols
288           target-tasks-method: system_symbols
289       run-on-projects:
290           - mozilla-central
291       when:
292           - {hour: 0, minute: 0}
294     - name: perftest
295       job:
296           type: decision-task
297           treeherder-symbol: perftest
298           target-tasks-method: perftest
299       run-on-projects:
300           - mozilla-central
301       when:
302           - {hour: 4, minute: 00}
304     - name: perftest-on-autoland
305       job:
306           type: decision-task
307           treeherder-symbol: perftest-auto
308           target-tasks-method: perftest-on-autoland
309       run-on-projects:
310           - autoland
311       when:
312           - {hour: 4, minute: 00}
314     - name: scriptworker-canary
315       job:
316           type: trigger-action
317           action-name: scriptworker-canary
318           include-cron-input: true
319       when: []  # never (hook only)
321     - name: l10n-cross-channel
322       job:
323           type: decision-task
324           treeherder-symbol: l10n-cross-channel
325           target-tasks-method: l10n-cross-channel
326       run-on-projects:
327           - mozilla-central
328       when:
329           by-project:
330               mozilla-central: [{hour: 11, minute: 0}, {hour: 23, minute: 0}]
331               default: []