Backed out changeset 2d88daa2e4bc (bug 1899848) for conflicting with the backout...
[gecko.git] / .cron.yml
blobdfb916ffbc9996de61587bc9fbb2644e77845c0b
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: 'Monday', hour: 13, minute: 0}
19                   - {weekday: 'Wednesday', hour: 13, minute: 0}
20                   - {weekday: 'Friday', hour: 13, minute: 0}
22     - name: nightly-all
23       job:
24           type: decision-task
25           treeherder-symbol: N
26           target-tasks-method: nightly_all
27           include-push-tasks: true
28       run-on-projects:
29           - mozilla-central
30       when:
31           by-project:
32               # No default
33               mozilla-central:
34                   - {hour: 10, minute: 0}
35                   - {hour: 22, minute: 0}
37     - name: nightly-desktop
38       job:
39           type: decision-task
40           treeherder-symbol: Nd
41           target-tasks-method: nightly_desktop
42           include-push-tasks: true
43       run-on-projects:
44           - mozilla-central
45       when: []  # never (hook only)
47     - name: nightly-desktop-linux
48       job:
49           type: decision-task
50           treeherder-symbol: Nd-Ln
51           target-tasks-method: nightly_linux
52           include-push-tasks: true
53       run-on-projects:
54           - mozilla-central
55       when: []  # never (hook only)
57     - name: nightly-desktop-osx
58       job:
59           type: decision-task
60           treeherder-symbol: Nd-OSX
61           target-tasks-method: nightly_macosx
62           include-push-tasks: true
63       run-on-projects:
64           - mozilla-central
65       when: []  # never (hook only)
67     - name: nightly-desktop-win32
68       job:
69           type: decision-task
70           treeherder-symbol: Nd-win32
71           target-tasks-method: nightly_win32
72           include-push-tasks: true
73       run-on-projects:
74           - mozilla-central
75       when: []  # never (hook only)
77     - name: nightly-desktop-win64
78       job:
79           type: decision-task
80           treeherder-symbol: Nd-win64
81           target-tasks-method: nightly_win64
82           include-push-tasks: true
83       run-on-projects:
84           - mozilla-central
85       when: []  # never (hook only)
87     - name: nightly-desktop-win64-aarch64
88       job:
89           type: decision-task
90           treeherder-symbol: Nd-win64-aarch64
91           target-tasks-method: nightly_win64_aarch64
92           include-push-tasks: true
93       run-on-projects:
94           - mozilla-central
95       when: []  # never (hook only)
97     - name: nightly-android
98       job:
99           type: decision-task
100           treeherder-symbol: Na
101           target-tasks-method: nightly-android
102           include-push-tasks: true
103       run-on-projects:
104           - mozilla-central
105           - oak
106       when: []  # hook only
108     - name: general-perf-testing
109       job:
110           type: decision-task
111           treeherder-symbol: gpt
112           target-tasks-method: general_perf_testing
113           include-push-tasks: true
114       run-on-projects:
115           - mozilla-central
116       when:
117           - {weekday: 'Monday', hour: 10, minute: 30}
118           - {weekday: 'Wednesday', hour: 10, minute: 30}
119           - {weekday: 'Friday', hour: 10, minute: 30}
121     - name: custom-car-perf-testing
122       job:
123           type: decision-task
124           treeherder-symbol: ccar
125           target-tasks-method: custom-car_perf_testing
126           include-push-tasks: true
127       run-on-projects:
128           - mozilla-central
129       when:
130           by-project:
131               mozilla-central: [{hour: 01, minute: 0}]
133     # For more context on this job, see:
134     # https://github.com/mozsearch/mozsearch-mozilla#how-searchfoxorg-stays-up-to-date
135     # Note that searchfox now runs on-push for mozilla-central, but continues
136     # to use cron jobs for all other branches
137     - name: searchfox-index
138       job:
139           type: decision-task
140           treeherder-symbol: Searchfox
141           target-tasks-method: searchfox_index
142       run-on-projects:
143           - mozilla-beta
144           - mozilla-release
145           - mozilla-esr128
146           - elm
147       # For all non m-c jobs we just run once daily matching the 10 UTC
148       # nightly which is designed to align with searchfox's AWS cron
149       # jobs (for legacy reasons) rather than trying to align with
150       # specific builds.  (Ex: mozilla-beta has a "daily-releases" job
151       # that currently runs 3 times a week.)
152       #
153       # Note that for branches that don't change a lot this will result
154       # in a redundant job being scheduled each day rather than reusing
155       # the previous day's job.  This is only beneficial in the sense
156       # that there's no risk of expiration for artifacts and is a
157       # trade-off to avoid stale indices.  Bug 1686981 tracks fixing
158       # this.
159       when:
160           - {hour: 10, minute: 0}
162     - name: linux64-clang-trunk-perf
163       job:
164           type: decision-task
165           treeherder-symbol: linux64-clang-trunk-perf
166           target-tasks-method: linux64_clang_trunk_perf
167       run-on-projects:
168           - mozilla-central
169       when:
170           - {hour: 2, minute: 0}
172     - name: updatebot-cron-job
173       job:
174           type: decision-task
175           treeherder-symbol: updatebot
176           target-tasks-method: updatebot_cron
177       run-on-projects:
178           - mozilla-central
179       when:
180           - {hour: 0, minute: 0}
181           - {hour: 6, minute: 0}
182           - {hour: 12, minute: 0}
183           - {hour: 18, minute: 0}
185     - name: customv8-update
186       job:
187           type: decision-task
188           treeherder-symbol: customv8
189           target-tasks-method: customv8_update
190           optimize-target-tasks: false
191       run-on-projects:
192           - mozilla-central
193       when:
194           by-project:
195               mozilla-central: [{hour: 10, minute: 30}]
197     - name: bouncer-check
198       job:
199           type: decision-task
200           treeherder-symbol: Rel
201           target-tasks-method: cron_bouncer_check
202       run-on-projects:
203           - mozilla-central
204           - mozilla-beta
205           - mozilla-release
206           - mozilla-esr128
207       when:
208           by-project:
209               # No default branch
210               mozilla-central:
211                   - {hour: 7, minute: 0}
212                   - {hour: 19, minute: 0}
213               mozilla-beta:
214                   - {hour: 7, minute: 0}
215                   - {hour: 19, minute: 0}
216               mozilla-release:
217                   - {hour: 7, minute: 0}
218                   - {hour: 19, minute: 0}
219               mozilla-esr128: []
221     - name: periodic-update
222       job:
223           type: decision-task
224           treeherder-symbol: Nfile
225           target-tasks-method: file_update
226       run-on-projects:
227           - mozilla-central
228           - mozilla-beta
229           - mozilla-release
230           - mozilla-esr128
231       when:
232           - {weekday: 'Monday', hour: 8, minute: 0}
233           - {weekday: 'Thursday', hour: 8, minute: 0}
235     - name: daily-beta-perf
236       job:
237           type: decision-task
238           treeherder-symbol: d-perf
239           target-tasks-method: daily_beta_perf
240           include-push-tasks: true
241       run-on-projects:
242           - mozilla-beta
243       when:
244           - {hour: 12, minute: 0}
246     - name: weekly-release-perf
247       job:
248           type: decision-task
249           treeherder-symbol: w-perf
250           target-tasks-method: weekly_release_perf
251           include-push-tasks: true
252       run-on-projects:
253           - mozilla-release
254       when:
255           - {weekday: 'Friday', hour: 12, minute: 0}
257     - name: raptor-tp6m
258       job:
259           type: decision-task
260           treeherder-symbol: tp6m
261           target-tasks-method: raptor_tp6m
262           include-push-tasks: true
263       run-on-projects:
264           - mozilla-central
265       when:
266           - {weekday: 'Monday', hour: 3, minute: 0}
267           - {weekday: 'Tuesday', hour: 3, minute: 0}
268           - {weekday: 'Wednesday', hour: 3, minute: 0}
269           - {weekday: 'Thursday', hour: 3, minute: 0}
270           - {weekday: 'Friday', hour: 3, minute: 0}
271           - {weekday: 'Saturday', hour: 3, minute: 0}
272           - {weekday: 'Sunday', hour: 3, minute: 0}
274     - name: backfill-all-browsertime
275       job:
276           type: decision-task
277           treeherder-symbol: baB
278           target-tasks-method: backfill_all_browsertime
279           include-push-tasks: true
280       run-on-projects:
281           - autoland
282       when:
283           - {hour: 5, minute: 0}
285     - name: condprof
286       job:
287           type: decision-task
288           treeherder-symbol: condprof
289           target-tasks-method: condprof
290           include-push-tasks: true
291           optimize-target-tasks: false
292       run-on-projects:
293           - mozilla-central
294       when:
295           - {hour: 16, minute: 00}
297     - name: l10n-bumper
298       job:
299           type: decision-task
300           treeherder-symbol: l10n-bump
301           target-tasks-method: l10n_bump
302       run-on-projects:
303           - autoland
304           - mozilla-central
305           - mozilla-beta
306       when:
307           by-project:
308               autoland: [{hour: 6, minute: 45}, {hour: 18, minute: 45}]
309               mozilla-central: []
310               # 4h before launch of `daily-releases`
311               mozilla-beta: [{hour: 9, minute: 00}]
312               # No default
314     - name: system-symbols
315       job:
316           type: decision-task
317           treeherder-symbol: system-symbols
318           target-tasks-method: system_symbols
319       run-on-projects:
320           - mozilla-central
321       when:
322           - {hour: 0, minute: 0}
324     - name: perftest
325       job:
326           type: decision-task
327           treeherder-symbol: perftest
328           target-tasks-method: perftest
329       run-on-projects:
330           - mozilla-central
331       when:
332           - {hour: 4, minute: 00}
334     - name: perftest-on-autoland
335       job:
336           type: decision-task
337           treeherder-symbol: perftest-auto
338           target-tasks-method: perftest-on-autoland
339       when: []
341     - name: scriptworker-canary
342       job:
343           type: trigger-action
344           action-name: scriptworker-canary
345           include-cron-input: true
346       when: []  # never (hook only)
348     - name: l10n-cross-channel
349       job:
350           type: decision-task
351           treeherder-symbol: l10n-cross-channel
352           target-tasks-method: l10n-cross-channel
353       run-on-projects:
354           - mozilla-central
355       when:
356           by-project:
357               mozilla-central: [{hour: 11, minute: 0}, {hour: 23, minute: 0}]
358               default: []
360     - name: eslint-build
361       job:
362           type: decision-task
363           treeherder-symbol: eslint-build
364           target-tasks-method: eslint-build
365       run-on-projects:
366           - mozilla-central
367       when:
368           - {hour: 0, minute: 00}
370     - name: sp-perftests
371       job:
372           type: decision-task
373           treeherder-symbol: sp-perftests
374           target-tasks-method: sp-perftests
375           include-push-tasks: true
376       run-on-projects:
377           - mozilla-central
378       when:
379           - {hour: 0, minute: 00}
381     - name: snap-upstream
382       job:
383           type: decision-task
384           treeherder-symbol: snap-upstream
385           target-tasks-method: snap_upstream_tests
386       run-on-projects:
387           - mozilla-central
388       when:
389           - {hour: 0, minute: 0}
391     - name: android-l10n-import
392       job:
393           type: decision-task
394           treeherder-symbol: android-l10n-import
395           target-tasks-method: android-l10n-import
396       run-on-projects: [autoland]
397       when:
398           - {hour: 0, minute: 0}
400     - name: android-l10n-sync
401       job:
402           type: decision-task
403           treeherder-symbol: android-l10n-sync
404           target-tasks-method: android-l10n-sync
405       run-on-projects: [mozilla-beta]
406       when:
407           - {hour: 2, minute: 0}