forked from mozilla-mobile/reference-browser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cron.yml
20 lines (19 loc) · 796 Bytes
/
.cron.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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: [] # XXX Nightlies are temporarily disabled until Google Play catches up
# 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: 14, minute: 0}]