-
Notifications
You must be signed in to change notification settings - Fork 96
/
.cron.yml
91 lines (83 loc) · 2.63 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
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
---
# Definitions for jobs that run periodically. For details on the format, see
# `taskcluster/gecko_taskgraph/cron/schema.py`. For documentation, see
# `taskcluster/docs/cron.rst`.
#
# Thunderbird specific documentation: `comm/taskcluster/docs/cron.rst`
# To disable Daily builds, set `when: []` on the `nightly-desktop` and
# `searchfox-index` jobs and push to comm-central.
jobs:
- name: nightly-desktop
job:
type: decision-task
treeherder-symbol: Nd
target-tasks-method: nightly_desktop
run-on-projects:
- comm-central
when: [{hour: 11, minute: 0}]
# when: []
- name: nightly-linux
job:
type: decision-task
treeherder-symbol: Nd-Ln
target-tasks-method: nightly_linux
run-on-projects:
- comm-central
when: [] # never (hook only)
- name: nightly-osx
job:
type: decision-task
treeherder-symbol: Nd-OSX
target-tasks-method: nightly_macosx
run-on-projects:
- comm-central
when: [] # never (hook only)
- name: nightly-win32
job:
type: decision-task
treeherder-symbol: Nd-win32
target-tasks-method: nightly_win32
run-on-projects:
- comm-central
when: [] # never (hook only)
- name: nightly-win64
job:
type: decision-task
treeherder-symbol: Nd-win64
target-tasks-method: nightly_win64
run-on-projects:
- comm-central
when: [] # never (hook only)
- name: searchfox-index
job:
type: decision-task
treeherder-symbol: Searchfox
target-tasks-method: comm_searchfox_index
run-on-projects:
- comm-central
when: [{hour: 11, minute: 0}]
# when: []
- name: l10n-bumper
job:
type: decision-task
treeherder-symbol: l10n-bump
target-tasks-method: l10n_bump
run-on-projects:
- comm-central
- comm-beta
when:
by-project:
comm-central: [{hour: 6, minute: 45}, {hour: 18, minute: 45}]
comm-beta: [{hour: 9, minute: 00}]
# No default
- name: tb-rust-vendor-check
job:
type: decision-task
treeherder-symbol: tb-rust-vendor-check
target-tasks-method: tb_rust_vendor_check
run-on-projects:
- comm-central
when: [] # never (hook only)