.cron.yml (873B)
1 # Definitions for jobs that run periodically. For details on the format, see 2 # `taskcluster/taskgraph/cron/schema.py`. For documentation, see 3 # `taskcluster/docs/cron.rst`. 4 --- 5 6 jobs: 7 - name: nightly 8 job: 9 type: decision-task 10 treeherder-symbol: nightly-D 11 target-tasks-method: nightly 12 when: [] 13 - name: nightly-test 14 job: 15 type: decision-task 16 treeherder-symbol: Nt 17 target-tasks-method: nightly-test 18 when: [] 19 - name: screenshots 20 job: 21 type: decision-task 22 treeherder-symbol: screenshots-D 23 target-tasks-method: screenshots 24 when: [] # unscheduled 25 - name: legacy-api-ui-tests 26 job: 27 type: decision-task 28 treeherder-symbol: legacy-api-ui 29 target-tasks-method: legacy_api_ui_tests 30 when: [] # unscheduled