Revision control

Copy as Markdown

# 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.upstream_artifacts
- android_taskgraph.transforms.signing
- android_taskgraph.transforms.treeherder
- taskgraph.transforms.task
kind-dependencies:
- build-components
tasks:
sign-build:
description: Sign component
from-deps:
with-attributes:
build-type:
- release
- beta
- nightly
group-by: component
copy-attributes: true
index:
by-build-type:
(release|beta|nightly):
type: signing
default: {}
run-on-tasks-for: []
treeherder:
job-symbol:
by-build-type:
release: BRs
beta: BBs
nightly: BNs
default: Bs
kind: build
worker-type:
by-level:
'3': signing
default: dep-signing
worker:
signing-type:
by-level:
'3': release-signing
default: dep-signing