forked from mozilla-mobile/reference-browser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cron.yml
21 lines (20 loc) · 754 Bytes
/
.cron.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Definitions for jobs that run periodically. For details on the format, see
# `taskcluster/taskgraph/cron/schema.py`. For documentation, see
# `taskcluster/docs/cron.rst`.
---
jobs:
- name: nightly
job:
type: decision-task
treeherder-symbol: Nd
target-tasks-method: nightly
when:
- {hour: 9, minute: 0}
# Cannot name the following entry "bump-android-component" because the full hookId is larger
# than 64 characters. For more details see: https://phabricator.services.mozilla.com/D67443
- name: bump-android-comp
job:
type: decision-task
treeherder-symbol: bump-ac
target-tasks-method: bump_android_components
when: [{hour: 7, minute: 0}]