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