mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-03 23:15:31 +00:00
21 lines
568 B
YAML
21 lines
568 B
YAML
# 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: 6, minute: 0}
|
|
- {hour: 18, minute: 0}
|
|
- name: raptor
|
|
job:
|
|
type: decision-task
|
|
treeherder-symbol: raptor-D
|
|
target-tasks-method: raptor
|
|
when: [{hour: 1, minute: 0}]
|