Bug 1737692 [wpt PR 31378] - Fetch: Plumb request initiator through passthrough servi...
[gecko.git] / .cron.yml
blob98adf709c6b1f3929c968bbb02c9259a1434f6eb
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-esr78
124           - mozilla-esr91
125           - elm
126       when:
127           by-project:
128               # We want to run at both of the times the nightly runs.
129               mozilla-central: [{hour: 10, minute: 0}, {hour: 22, minute: 0}]
130               # For all other jobs we just run once daily matching the 10 UTC
131               # nightly which is designed to align with searchfox's AWS cron
132               # jobs (for legacy reasons) rather than trying to align with
133               # specific builds.  (Ex: mozilla-beta has a "daily-releases" job
134               # that currently runs 3 times a week.)
135               #
136               # Note that for branches that don't change a lot this will result
137               # in a redundant job being scheduled each day rather than reusing
138               # the previous day's job.  This is only beneficial in the sense
139               # that there's no risk of expiration for artifacts and is a
140               # trade-off to avoid stale indices.  Bug 1686981 tracks fixing
141               # this.
142               mozilla-beta: [{hour: 10, minute: 0}]
143               mozilla-release: [{hour: 10, minute: 0}]
144               mozilla-esr78: [{hour: 10, minute: 0}]
145               mozilla-esr91: [{hour: 10, minute: 0}]
146               elm: [{hour: 10, minute: 0}]
148     - name: linux64-clang-trunk-perf
149       job:
150           type: decision-task
151           treeherder-symbol: linux64-clang-trunk-perf
152           target-tasks-method: linux64_clang_trunk_perf
153       run-on-projects:
154           - mozilla-central
155       when:
156           - {hour: 2, minute: 0}
158     - name: updatebot-cron-job
159       job:
160           type: decision-task
161           treeherder-symbol: updatebot
162           target-tasks-method: updatebot_cron
163       run-on-projects:
164           - mozilla-central
165       when:
166           - {hour: 0, minute: 0}
167           - {hour: 6, minute: 0}
168           - {hour: 12, minute: 0}
169           - {hour: 18, minute: 0}
171     - name: customv8-update
172       job:
173           type: decision-task
174           treeherder-symbol: customv8
175           target-tasks-method: customv8_update
176           optimize-target-tasks: false
177       run-on-projects:
178           - mozilla-central
179       when:
180           by-project:
181               mozilla-central: [{hour: 10, minute: 30}]
183     - name: chromium-update
184       job:
185           type: decision-task
186           treeherder-symbol: Chromium
187           target-tasks-method: chromium_update
188           optimize-target-tasks: false
189       run-on-projects:
190           - mozilla-central
191       when:
192           by-project:
193               mozilla-central: [{hour: 10, minute: 30}]
195     - name: bouncer-check
196       job:
197           type: decision-task
198           treeherder-symbol: Rel
199           target-tasks-method: cron_bouncer_check
200       run-on-projects:
201           - mozilla-central
202           - mozilla-beta
203           - mozilla-release
204           - mozilla-esr78
205           - mozilla-esr91
206       when:
207           by-project:
208               # No default branch
209               mozilla-central:
210                   - {hour: 7, minute: 0}
211                   - {hour: 19, minute: 0}
212               mozilla-beta:
213                   - {hour: 7, minute: 0}
214                   - {hour: 19, minute: 0}
215               mozilla-release:
216                   - {hour: 7, minute: 0}
217                   - {hour: 19, minute: 0}
218               mozilla-esr78:
219                   - {hour: 7, minute: 0}
220                   - {hour: 19, minute: 0}
221               mozilla-esr91:
222                   - {hour: 7, minute: 0}
223                   - {hour: 19, minute: 0}
225     - name: periodic-update
226       job:
227           type: decision-task
228           treeherder-symbol: Nfile
229           target-tasks-method: file_update
230       run-on-projects:
231           - mozilla-central
232           - mozilla-beta
233           - mozilla-release
234           - mozilla-esr91
235       when:
236           - {weekday: 'Monday', hour: 8, minute: 0}
237           - {weekday: 'Thursday', hour: 8, minute: 0}
239     - name: raptor-tp6m
240       job:
241           type: decision-task
242           treeherder-symbol: tp6m
243           target-tasks-method: raptor_tp6m
244           include-push-tasks: true
245       run-on-projects:
246           - mozilla-central
247       when:
248           - {weekday: 'Monday', hour: 3, minute: 0}
249           - {weekday: 'Tuesday', hour: 3, minute: 0}
250           - {weekday: 'Wednesday', hour: 3, minute: 0}
251           - {weekday: 'Thursday', hour: 3, minute: 0}
252           - {weekday: 'Friday', hour: 3, minute: 0}
253           - {weekday: 'Saturday', hour: 3, minute: 0}
254           - {weekday: 'Sunday', hour: 3, minute: 0}
256     - name: perftest-s7
257       job:
258           type: decision-task
259           treeherder-symbol: tp6m
260           target-tasks-method: perftest_s7
261           include-push-tasks: true
262       run-on-projects:
263           - mozilla-central
264       when:
265           - {weekday: 'Saturday', hour: 3, minute: 0}
267     - name: condprof
268       job:
269           type: decision-task
270           treeherder-symbol: condprof
271           target-tasks-method: condprof
272           include-push-tasks: true
273           optimize-target-tasks: false
274       run-on-projects:
275           - mozilla-central
276       when:
277           - {hour: 16, minute: 00}
279     - name: l10n-bumper
280       job:
281           type: decision-task
282           treeherder-symbol: l10n-bump
283           target-tasks-method: l10n_bump
284       run-on-projects:
285           - mozilla-central
286           - mozilla-beta
287       when:
288           - {hour: 18, minute: 45}
290     - name: system-symbols
291       job:
292           type: decision-task
293           treeherder-symbol: system-symbols
294           target-tasks-method: system_symbols
295       run-on-projects:
296           - mozilla-central
297       when:
298           - {hour: 0, minute: 0}
300     - name: perftest
301       job:
302           type: decision-task
303           treeherder-symbol: perftest
304           target-tasks-method: perftest
305       run-on-projects:
306           - mozilla-central
307       when:
308           - {hour: 4, minute: 00}
310     - name: perftest-on-autoland
311       job:
312           type: decision-task
313           treeherder-symbol: perftest-auto
314           target-tasks-method: perftest-on-autoland
315       run-on-projects:
316           - autoland
317       when:
318           - {hour: 4, minute: 00}
320     - name: scriptworker-canary
321       job:
322           type: trigger-action
323           action-name: scriptworker-canary
324           include-cron-input: true
325       when: []  # never (hook only)
327     - name: l10n-cross-channel
328       job:
329           type: decision-task
330           treeherder-symbol: l10n-cross-channel
331           target-tasks-method: l10n-cross-channel
332       run-on-projects:
333           - mozilla-central
334       when:
335           by-project:
336               mozilla-central: [{hour: 11, minute: 0}, {hour: 23, minute: 0}]
337               default: []