mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 01:57:00 +00:00
![Julien Cristau](/assets/img/avatar_default.png)
* Bug 1883651 - turn off cron and workflows on `main` Only keep the geckoview bump (for now), to still pick up mozilla-central changes over the weekend. * Bug 1883651 - move import-l10n to beta branch, remove sync-strings workflows For the 124 beta cycle, we'll import strings directly to that branch, since main will no longer be getting updates after the migration to m-c.
31 lines
873 B
YAML
31 lines
873 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
|
|
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
|