-
Notifications
You must be signed in to change notification settings - Fork 167
/
.cron.yml
25 lines (24 loc) · 866 Bytes
/
.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
# 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: 4, minute: 0}
- {hour: 10, minute: 0}
- {hour: 16, minute: 0}
- {hour: 22, minute: 0}