зеркало из https://github.com/mozilla/gecko-dev.git
30 строки
778 B
YAML
30 строки
778 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: taskgraph.loader.multi_dep:loader
|
|
|
|
group-by: platform
|
|
|
|
transforms:
|
|
- taskgraph.transforms.name_sanity:transforms
|
|
- taskgraph.transforms.upstream_artifact_task:transforms
|
|
- taskgraph.transforms.build_signing:transforms
|
|
- taskgraph.transforms.signing:transforms
|
|
- taskgraph.transforms.task:transforms
|
|
|
|
kind-dependencies:
|
|
- build
|
|
- build-fat-aar
|
|
- build-notarization-part-1
|
|
- build-notarization-poller
|
|
|
|
primary-dependency:
|
|
- build
|
|
- build-fat-aar
|
|
|
|
only-for-attributes:
|
|
- nightly
|
|
- shippable
|
|
- enable-build-signing
|