2019-09-13 10:48:22 +00:00
|
|
|
# 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:
|
2019-09-16 09:03:42 +00:00
|
|
|
- name: nightly
|
|
|
|
job:
|
|
|
|
type: decision-task
|
|
|
|
treeherder-symbol: Nd
|
|
|
|
target-tasks-method: nightly
|
2022-03-21 10:39:03 +00:00
|
|
|
when: [] # Paused temporarily (https://bugzil.la/1760570)
|
2020-06-04 15:15:43 +00:00
|
|
|
- name: fennec-production
|
2020-02-19 16:02:21 +00:00
|
|
|
job:
|
|
|
|
type: decision-task
|
2020-06-04 15:15:43 +00:00
|
|
|
treeherder-symbol: fennec-production
|
|
|
|
target-tasks-method: fennec-production
|
2020-02-19 16:02:21 +00:00
|
|
|
when: [] # Force hook only
|
2020-03-20 09:26:44 +00:00
|
|
|
- name: bump-android-components
|
|
|
|
job:
|
|
|
|
type: decision-task
|
|
|
|
treeherder-symbol: bump-ac
|
|
|
|
target-tasks-method: bump_android_components
|
2020-09-25 16:49:29 +00:00
|
|
|
when: [{hour: 15, minute: 30}]
|
2020-07-16 14:08:00 +00:00
|
|
|
- name: screenshots
|
|
|
|
job:
|
|
|
|
type: decision-task
|
|
|
|
treeherder-symbol: screenshots-D
|
|
|
|
target-tasks-method: screenshots
|
|
|
|
when: [{weekday: 'Monday', hour: 10, minute: 0}]
|