Bug 1468402 - Part 1: Add isSubgrid and subgridParentNode to the grid actor form...
[gecko.git] / .cron.yml
blobf4eeb9dcf83473c82d53363f9f08bb3c5a38a669
1 # Definitions for jobs that run periodically.  For details on the format, see
2 # `taskcluster/taskgraph/cron/schema.py`.  For documentation, see
3 # `taskcluster/docs/cron.rst`.
5 ---
7 jobs:
8     - name: nightly-desktop
9       job:
10           type: decision-task
11           treeherder-symbol: Nd
12           target-tasks-method: nightly_desktop
13           include-push-tasks: true
14       run-on-projects:
15           - mozilla-central
16       when:
17           by-project:
18               # Match buildbot starts for now
19               mozilla-central: [{hour: 10, minute: 0}, {hour: 22, minute: 0}]
20               # No default
22     - name: nightly-desktop-linux
23       job:
24           type: decision-task
25           treeherder-symbol: Nd-Ln
26           target-tasks-method: nightly_linux
27           include-push-tasks: true
28       run-on-projects:
29           - mozilla-central
30       when: []  # never (hook only)
32     - name: nightly-desktop-osx
33       job:
34           type: decision-task
35           treeherder-symbol: Nd-OSX
36           target-tasks-method: nightly_macosx
37           include-push-tasks: true
38       run-on-projects:
39           - mozilla-central
40       when: []  # never (hook only)
42     - name: nightly-desktop-win32
43       job:
44           type: decision-task
45           treeherder-symbol: Nd-win32
46           target-tasks-method: nightly_win32
47           include-push-tasks: true
48       run-on-projects:
49           - mozilla-central
50       when: []  # never (hook only)
52     - name: nightly-desktop-win64
53       job:
54           type: decision-task
55           treeherder-symbol: Nd-win64
56           target-tasks-method: nightly_win64
57           include-push-tasks: true
58       run-on-projects:
59           - mozilla-central
60       when: []  # never (hook only)
62     - name: nightly-desktop-win64-aarch64
63       job:
64           type: decision-task
65           treeherder-symbol: Nd-win64-aarch64
66           target-tasks-method: nightly_win64_aarch64
67           include-push-tasks: true
68       run-on-projects:
69           - mozilla-central
70       when: []  # never (hook only)
72     - name: nightly-android
73       job:
74           type: decision-task
75           treeherder-symbol: Na
76           target-tasks-method: nightly_fennec
77           include-push-tasks: true
78       run-on-projects:
79           - mozilla-central
80       when:
81           by-project:
82               # Match buildbot starts for now
83               mozilla-central: [{hour: 10, minute: 0}]
84               # No default
86     - name: searchfox-index
87       job:
88           type: decision-task
89           treeherder-symbol: Searchfox
90           target-tasks-method: searchfox_index
91       run-on-projects:
92           - mozilla-central
93           - mozilla-beta
94           - mozilla-release
95       when:
96           - {hour: 10, minute: 0}
98     - name: customv8-update
99       job:
100           type: decision-task
101           treeherder-symbol: customv8
102           target-tasks-method: customv8_update
103           optimize-target-tasks: false
104       run-on-projects:
105           - mozilla-central
106       when:
107           by-project:
108               mozilla-central: [{hour: 10, minute: 30}]
110     - name: chromium-update
111       job:
112           type: decision-task
113           treeherder-symbol: Chromium
114           target-tasks-method: chromium_update
115           optimize-target-tasks: false
116       run-on-projects:
117           - mozilla-central
118       when:
119           by-project:
120               mozilla-central: [{hour: 10, minute: 30}]
122     - name: bouncer-check
123       job:
124           type: decision-task
125           treeherder-symbol: Rel
126           target-tasks-method: cron_bouncer_check
127       run-on-projects:
128           - mozilla-beta
129           - mozilla-release
130       when:
131           by-project:
132               # No default branch
133               mozilla-beta:
134                   - {hour: 7, minute: 0}
135                   - {hour: 19, minute: 0}
136               mozilla-release:
137                   - {hour: 7, minute: 0}
138                   - {hour: 19, minute: 0}
139               mozilla-esr60:
140                   - {hour: 7, minute: 0}
141                   - {hour: 19, minute: 0}
143     - name: periodic-update
144       job:
145           type: decision-task
146           treeherder-symbol: Nfile
147           target-tasks-method: file_update
148       run-on-projects:
149           - mozilla-central
150           - mozilla-beta
151           - mozilla-release
152           - mozilla-esr60
153       when:
154           by-project:
155               # No default branch
156               mozilla-central:
157                   - {weekday: 'Monday', hour: 10, minute: 0}
158                   - {weekday: 'Thursday', hour: 10, minute: 0}
159               mozilla-beta:
160                   - {weekday: 'Monday', hour: 10, minute: 0}
161                   - {weekday: 'Thursday', hour: 10, minute: 0}
162               mozilla-release:
163                   - {weekday: 'Monday', hour: 10, minute: 0}
164                   - {weekday: 'Thursday', hour: 10, minute: 0}
165               mozilla-esr60:
166                   - {weekday: 'Monday', hour: 10, minute: 0}
167                   - {weekday: 'Thursday', hour: 10, minute: 0}
169     - name: pipfile-update
170       job:
171           type: decision-task
172           treeherder-symbol: Nfile
173           target-tasks-method: pipfile_update
174       run-on-projects:
175           - mozilla-central
176       when:
177           by-project:
178               # No default branch
179               mozilla-central:
180                   - {weekday: 'Monday', hour: 10, minute: 0}