diff options
Diffstat (limited to 'mobile/android/.cron.yml')
-rw-r--r-- | mobile/android/.cron.yml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/mobile/android/.cron.yml b/mobile/android/.cron.yml new file mode 100644 index 0000000000..f1186f744b --- /dev/null +++ b/mobile/android/.cron.yml @@ -0,0 +1,30 @@ +# 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: nightly-D + target-tasks-method: nightly + when: [] + - name: nightly-test + job: + type: decision-task + treeherder-symbol: Nt + target-tasks-method: nightly-test + when: [] + - name: screenshots + job: + type: decision-task + treeherder-symbol: screenshots-D + target-tasks-method: screenshots + when: [] # unscheduled + - name: legacy-api-ui-tests + job: + type: decision-task + treeherder-symbol: legacy-api-ui + target-tasks-method: legacy_api_ui_tests + when: [] # unscheduled |