[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/24276: update paging...
[gecko.git] / mobile / android / fenix / .cron.yml
blobc51e01f7e00711c26a9b7d05011506fcb47795ed
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`.
4 ---
6 jobs:
7     - name: nightly
8       job:
9           type: decision-task
10           treeherder-symbol: Nd
11           target-tasks-method: nightly
12       when:
13           - {hour: 5, minute: 0}
14           - {hour: 17, minute: 0}
15     - name: fennec-production
16       job:
17           type: decision-task
18           treeherder-symbol: fennec-production
19           target-tasks-method: fennec-production
20       when: []  # Force hook only
21     - name: bump-android-components
22       job:
23           type: decision-task
24           treeherder-symbol: bump-ac
25           target-tasks-method: bump_android_components
26       when: [{hour: 15, minute: 30}]
27     - name: screenshots
28       job:
29           type: decision-task
30           treeherder-symbol: screenshots-D
31           target-tasks-method: screenshots
32       when: [{weekday: 'Monday', hour: 10, minute: 0}]