25 lines
766 B
YAML
25 lines
766 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
|
|
- android_taskgraph.transforms.post_dummy
|
|
- android_taskgraph.transforms.chunk
|
|
- gecko_taskgraph.transforms.task
|
|
|
|
kind-dependencies:
|
|
- beetmover-components
|
|
|
|
tasks:
|
|
post-beetmover:
|
|
description: Dummy task to wait on all builds before publishing them
|
|
from-deps:
|
|
group-by: build-type
|
|
unique-kinds: false
|
|
copy-attributes: true
|
|
attributes:
|
|
component: all
|
|
worker-type: succeed
|