gecko-dev/.cron.yml
Dustin J. Mitchell 2f666e1b98 Bug 1334167: temporarily do not run jobs at all; r=Callek
MozReview-Commit-ID: BHPpyNG62nB

--HG--
extra : rebase_source : 2e88f2e10001be01445602cded0e40e627239167
2017-01-31 20:21:55 +00:00

28 lines
749 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: [] # never (temporary)
- 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: [] # never (temporary)