forked from mozilla-mobile/firefox-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.cron.yml
26 lines (25 loc) · 844 Bytes
/
.cron.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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: l10-screenshots
job:
type: decision-task
target-tasks-method: l10n_screenshots
treeherder-symbol: l10-screenshots
when: [] # Manual trigger only
- name: bitrise-performance-test
job:
type: decision-task
target-tasks-method: bitrise_performance_test
treeherder-symbol: bitrise-performance
when:
- {hour: 22, minute: 0}
- name: firebase-performance-test
job:
type: decision-task
target-tasks-method: firebase_performance_test
treeherder-symbol: firebase-performance
when:
- {hour: 22, minute: 0}