Bug 1700051: part 30) Narrow scope of `newOffset`. r=smaug
[gecko.git] / .cron.yml
blobc48ab24ae90606f48198a75d84413508d0428ec1
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: live-site-perf-testing
100       job:
101           type: decision-task
102           treeherder-symbol: lst
103           target-tasks-method: live_site_perf_testing
104           include-push-tasks: true
105       run-on-projects:
106           - mozilla-central
107       when:
108           - {weekday: 'Sunday', hour: 5, minute: 0}
110     - name: general-perf-testing
111       job:
112           type: decision-task
113           treeherder-symbol: gpt
114           target-tasks-method: general_perf_testing
115           include-push-tasks: true
116       run-on-projects:
117           - mozilla-central
118       when:
119           - {weekday: 'Monday', hour: 10, minute: 30}
120           - {weekday: 'Wednesday', hour: 10, minute: 30}
121           - {weekday: 'Friday', hour: 10, minute: 30}
123     # For more context on this job, see:
124     # https://github.com/mozsearch/mozsearch-mozilla#how-searchfoxorg-stays-up-to-date
125     - name: searchfox-index
126       job:
127           type: decision-task
128           treeherder-symbol: Searchfox
129           target-tasks-method: searchfox_index
130       run-on-projects:
131           - mozilla-central
132           - mozilla-beta
133           - mozilla-release
134           - mozilla-esr78
135       when:
136           by-project:
137               # We want to run at both of the times the nightly runs.
138               mozilla-central: [{hour: 10, minute: 0}, {hour: 22, minute: 0}]
139               # For all other jobs we just run once daily matching the 10 UTC
140               # nightly which is designed to align with searchfox's AWS cron
141               # jobs (for legacy reasons) rather than trying to align with
142               # specific builds.  (Ex: mozilla-beta has a "daily-releases" job
143               # that currently runs 3 times a week.)
144               #
145               # Note that for branches that don't change a lot this will result
146               # in a redundant job being scheduled each day rather than reusing
147               # the previous day's job.  This is only beneficial in the sense
148               # that there's no risk of expiration for artifacts and is a
149               # trade-off to avoid stale indices.  Bug 1686981 tracks fixing
150               # this.
151               mozilla-beta: [{hour: 10, minute: 0}]
152               mozilla-release: [{hour: 10, minute: 0}]
153               mozilla-esr78: [{hour: 10, minute: 0}]
155     - name: coverity-tree-analysis
156       job:
157           type: decision-task
158           treeherder-symbol: CoverityTA
159           target-tasks-method: coverity_static_analysis_full
160       run-on-projects:
161           - mozilla-central
162       when:
163           - {hour: 10, minute: 0}
165     - name: linux64-bp-clang-trunk
166       job:
167           type: decision-task
168           treeherder-symbol: linux64-bp-clang-trunk
169           target-tasks-method: linux64_bp_clang_trunk
170       run-on-projects:
171           - mozilla-central
172           - mozilla-release
173       when:
174           - {hour: 2, minute: 0}
176     - name: updatebot-cron-job
177       job:
178           type: decision-task
179           treeherder-symbol: updatebot
180           target-tasks-method: updatebot_cron
181       run-on-projects:
182           - mozilla-central
183       when:
184           - {hour: 0, minute: 0}
185           - {hour: 6, minute: 0}
186           - {hour: 12, minute: 0}
187           - {hour: 18, minute: 0}
189     - name: customv8-update
190       job:
191           type: decision-task
192           treeherder-symbol: customv8
193           target-tasks-method: customv8_update
194           optimize-target-tasks: false
195       run-on-projects:
196           - mozilla-central
197       when:
198           by-project:
199               mozilla-central: [{hour: 10, minute: 30}]
201     - name: chromium-update
202       job:
203           type: decision-task
204           treeherder-symbol: Chromium
205           target-tasks-method: chromium_update
206           optimize-target-tasks: false
207       run-on-projects:
208           - mozilla-central
209       when:
210           by-project:
211               mozilla-central: [{hour: 10, minute: 30}]
213     - name: bouncer-check
214       job:
215           type: decision-task
216           treeherder-symbol: Rel
217           target-tasks-method: cron_bouncer_check
218       run-on-projects:
219           - mozilla-central
220           - mozilla-beta
221           - mozilla-release
222           - mozilla-esr78
223       when:
224           by-project:
225               # No default branch
226               mozilla-central:
227                   - {hour: 7, minute: 0}
228                   - {hour: 19, minute: 0}
229               mozilla-beta:
230                   - {hour: 7, minute: 0}
231                   - {hour: 19, minute: 0}
232               mozilla-release:
233                   - {hour: 7, minute: 0}
234                   - {hour: 19, minute: 0}
235               mozilla-esr78:
236                   - {hour: 7, minute: 0}
237                   - {hour: 19, minute: 0}
239     - name: periodic-update
240       job:
241           type: decision-task
242           treeherder-symbol: Nfile
243           target-tasks-method: file_update
244       run-on-projects:
245           - mozilla-central
246           - mozilla-beta
247           - mozilla-release
248           - mozilla-esr78
249       when:
250           - {weekday: 'Monday', hour: 8, minute: 0}
251           - {weekday: 'Thursday', hour: 8, minute: 0}
253     - name: raptor-tp6m
254       job:
255           type: decision-task
256           treeherder-symbol: tp6m
257           target-tasks-method: raptor_tp6m
258           include-push-tasks: true
259       run-on-projects:
260           - mozilla-central
261       when:
262           - {weekday: 'Monday', hour: 3, minute: 0}
263           - {weekday: 'Tuesday', hour: 3, minute: 0}
264           - {weekday: 'Wednesday', hour: 3, minute: 0}
265           - {weekday: 'Thursday', hour: 3, minute: 0}
266           - {weekday: 'Friday', hour: 3, minute: 0}
267           - {weekday: 'Saturday', hour: 3, minute: 0}
268           - {weekday: 'Sunday', hour: 3, minute: 0}
270     - name: condprof
271       job:
272           type: decision-task
273           treeherder-symbol: condprof
274           target-tasks-method: condprof
275           include-push-tasks: true
276           optimize-target-tasks: false
277       run-on-projects:
278           - mozilla-central
279       when:
280           - {hour: 16, minute: 00}
282     - name: l10n-bumper
283       job:
284           type: decision-task
285           treeherder-symbol: l10n-bump
286           target-tasks-method: l10n_bump
287       run-on-projects:
288           - mozilla-central
289           - mozilla-beta
290       when:
291           - {hour: 18, minute: 45}
293     - name: system-symbols
294       job:
295           type: decision-task
296           treeherder-symbol: system-symbols
297           target-tasks-method: system_symbols
298       run-on-projects:
299           - mozilla-central
300       when:
301           - {hour: 0, minute: 0}
303     - name: perftest
304       job:
305           type: decision-task
306           treeherder-symbol: perftest
307           target-tasks-method: perftest
308       run-on-projects:
309           - mozilla-central
310       when:
311           - {hour: 4, minute: 00}
313     - name: perftest-on-autoland
314       job:
315           type: decision-task
316           treeherder-symbol: perftest-auto
317           target-tasks-method: perftest-on-autoland
318       run-on-projects:
319           - autoland
320       when:
321           - {hour: 4, minute: 00}
323     - name: scriptworker-canary
324       job:
325           type: trigger-action
326           action-name: scriptworker-canary
327           include-cron-input: true
328       when: []  # never (hook only)