зеркало из https://github.com/mozilla/gecko-dev.git
27 строки
797 B
YAML
27 строки
797 B
YAML
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
---
|
|
loader: gecko_taskgraph.loader.multi_dep:loader
|
|
|
|
group-by: chunk-locales
|
|
|
|
transforms:
|
|
- gecko_taskgraph.transforms.name_sanity:transforms
|
|
- gecko_taskgraph.transforms.upstream_artifact_task:transforms
|
|
- gecko_taskgraph.transforms.shippable_l10n_signing:transforms
|
|
- gecko_taskgraph.transforms.signing:transforms
|
|
- gecko_taskgraph.transforms.task:transforms
|
|
|
|
kind-dependencies:
|
|
- shippable-l10n
|
|
- shippable-l10n-notarization-part-1
|
|
- shippable-l10n-notarization-poller
|
|
|
|
primary-dependency:
|
|
- shippable-l10n
|
|
|
|
only-for-attributes:
|
|
- shippable
|
|
- nightly
|