23 lines
744 B
YAML
23 lines
744 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.transform:loader
|
|
|
|
transforms:
|
|
- taskgraph.transforms.from_deps
|
|
- gecko_taskgraph.transforms.name_sanity
|
|
- gecko_taskgraph.transforms.beetmover
|
|
- gecko_taskgraph.transforms.beetmover_source
|
|
- gecko_taskgraph.transforms.task
|
|
|
|
kind-dependencies:
|
|
- release-source-signing
|
|
|
|
tasks:
|
|
beetmover-source:
|
|
from-deps:
|
|
group-by: single-with-filters
|
|
shipping-phase: promote
|
|
attributes:
|
|
artifact_map: taskcluster/gecko_taskgraph/manifests/source_files.yml
|