gecko-dev/.cron.yml

32 строки
856 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-desktop
job:
type: decision-task
treeherder-symbol: Nd
triggered-by: nightly
target-tasks-method: nightly_linux
run-on-projects:
- mozilla-central
- date
when:
by-project:
mozilla-central: [{hour: 16, minute: 0}]
date: [{hour: 13, minute: 0}]
- name: nightly-android
job:
type: decision-task
treeherder-symbol: Na
triggered-by: nightly
target-tasks-method: nightly_fennec
run-on-projects:
- mozilla-central
- date
when:
- {hour: 16, minute: 0}