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
|
2019-09-26 15:16:32 +00:00
|
|
|
when:
|
|
|
|
- {hour: 6, minute: 0}
|
|
|
|
- {hour: 18, minute: 0}
|
2020-01-15 10:10:49 +00:00
|
|
|
- name: fennec-nightly
|
|
|
|
job:
|
|
|
|
type: decision-task
|
|
|
|
treeherder-symbol: N-fennec
|
|
|
|
target-tasks-method: fennec-nightly
|
|
|
|
when: [] # Force hook only
|
2019-09-13 10:48:22 +00:00
|
|
|
- name: raptor
|
|
|
|
job:
|
|
|
|
type: decision-task
|
|
|
|
treeherder-symbol: raptor-D
|
|
|
|
target-tasks-method: raptor
|
|
|
|
when: [{hour: 1, minute: 0}]
|