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