mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-03 23:15:31 +00:00
2875338740
Co-authored-by: Johan Lorenzo <jlorenzo@mozilla.com>
65 lines
2.0 KiB
YAML
65 lines
2.0 KiB
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: fenix_taskgraph.loader.multi_dep:loader
|
|
|
|
transforms:
|
|
- fenix_taskgraph.transforms.multi_dep:transforms
|
|
- fenix_taskgraph.transforms.signing:transforms
|
|
- taskgraph.transforms.task:transforms
|
|
|
|
kind-dependencies:
|
|
- build
|
|
|
|
primary-dependency: build
|
|
|
|
group-by: build-type
|
|
|
|
job-template:
|
|
description: Sign Fenix
|
|
worker-type:
|
|
by-build-type:
|
|
(nightly|beta|release|android-test-nightly):
|
|
by-level:
|
|
'3': signing
|
|
default: dep-signing
|
|
default: dep-signing
|
|
worker:
|
|
signing-type:
|
|
by-build-type:
|
|
(beta|release):
|
|
by-level:
|
|
'3': fennec-production-signing
|
|
default: dep-signing
|
|
android-test-nightly:
|
|
by-level:
|
|
'3': production-signing
|
|
default: dep-signing
|
|
performance-test: dep-signing
|
|
nightly:
|
|
by-level:
|
|
'3': production-signing
|
|
default: dep-signing
|
|
default: dep-signing
|
|
signing-format: autograph_apk
|
|
index:
|
|
by-build-type:
|
|
(nightly|debug|nightly-simulation|beta|release):
|
|
type: signing
|
|
default: {}
|
|
run-on-tasks-for:
|
|
by-build-type:
|
|
# No test job runs on push against this build type. Although we do want nightly-simulation
|
|
# signed to use it in the gecko trees.
|
|
nightly-simulation: [github-push]
|
|
default: []
|
|
treeherder:
|
|
job-symbol:
|
|
by-build-type:
|
|
android-test.+: Bats
|
|
default: Bs
|
|
kind: build
|
|
platform: android-all/opt
|
|
tier: 1
|