mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-02 03:40:16 +00:00
47 lines
1.4 KiB
YAML
47 lines
1.4 KiB
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: 18, minute: 0}
|
|
# This is a temporary hook in order to not overload Google Play.
|
|
# See bug 1628413 for more context.
|
|
- name: nightly-on-google-play
|
|
job:
|
|
type: decision-task
|
|
treeherder-symbol: Nd-gp
|
|
target-tasks-method: nightly-on-google-play
|
|
when:
|
|
- {hour: 6, minute: 0}
|
|
- name: fennec-beta
|
|
job:
|
|
type: decision-task
|
|
treeherder-symbol: fennec-beta
|
|
target-tasks-method: fennec-beta
|
|
when: [] # Force hook only
|
|
- name: raptor
|
|
job:
|
|
type: decision-task
|
|
treeherder-symbol: raptor-D
|
|
target-tasks-method: raptor
|
|
when: [{hour: 1, minute: 0}]
|
|
- name: browsertime
|
|
job:
|
|
type: decision-task
|
|
treeherder-symbol: btime-D
|
|
target-tasks-method: browsertime
|
|
when: [{hour: 1, minute: 0}]
|
|
- name: bump-android-components
|
|
job:
|
|
type: decision-task
|
|
treeherder-symbol: bump-ac
|
|
target-tasks-method: bump_android_components
|
|
when: [{hour: 14, minute: 0}]
|