2019-12-19 20:54:54 +03: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`.
|
|
|
|
---
|
|
|
|
|
2022-03-05 00:24:40 +03:00
|
|
|
jobs:
|
|
|
|
- name: nightly
|
|
|
|
job:
|
|
|
|
type: decision-task
|
2022-04-27 17:37:33 +03:00
|
|
|
treeherder-symbol: Nd
|
2022-03-05 00:24:40 +03:00
|
|
|
target-tasks-method: nightly
|
|
|
|
when:
|
|
|
|
- {hour: 5, minute: 0}
|