31 lines
1003 B
YAML
31 lines
1003 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: fennec-production
|
|
job:
|
|
type: decision-task
|
|
treeherder-symbol: fennec-production
|
|
target-tasks-method: fennec-production
|
|
when: [] # Force hook only
|
|
- name: bump-android-components
|
|
job:
|
|
type: decision-task
|
|
treeherder-symbol: bump-ac
|
|
target-tasks-method: bump_android_components
|
|
when: [{hour: 15, minute: 30}]
|
|
- name: screenshots
|
|
job:
|
|
type: decision-task
|
|
treeherder-symbol: screenshots-D
|
|
target-tasks-method: screenshots
|
|
when: [{weekday: 'Monday', hour: 10, minute: 0}]
|
|
- name: legacy-api-ui-tests
|
|
job:
|
|
type: decision-task
|
|
treeherder-symbol: legacy-api-ui
|
|
target-tasks-method: legacy_api_ui_tests
|
|
when: [{hour: 10, minute: 30}]
|