2019-09-19 08:40:05 +00:00
|
|
|
# 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/.
|
|
|
|
---
|
2019-12-05 04:14:58 +00:00
|
|
|
loader: fenix_taskgraph.loader.multi_dep:loader
|
2019-09-19 08:40:05 +00:00
|
|
|
|
|
|
|
transforms:
|
2019-12-05 04:14:58 +00:00
|
|
|
- fenix_taskgraph.transforms.multi_dep:transforms
|
2019-09-24 10:52:05 +00:00
|
|
|
- fenix_taskgraph.transforms.signing:transforms
|
2019-09-19 08:40:05 +00:00
|
|
|
- taskgraph.transforms.task:transforms
|
|
|
|
|
|
|
|
kind-dependencies:
|
2019-09-24 10:52:05 +00:00
|
|
|
- build
|
2019-09-19 08:40:05 +00:00
|
|
|
|
2019-12-05 04:14:58 +00:00
|
|
|
primary-dependency: build
|
|
|
|
|
|
|
|
group-by: build-type
|
2019-11-28 15:25:17 +00:00
|
|
|
|
2019-09-24 10:52:05 +00:00
|
|
|
job-template:
|
2019-09-19 08:40:05 +00:00
|
|
|
description: Sign Fenix
|
|
|
|
worker-type:
|
2019-09-24 10:52:05 +00:00
|
|
|
by-build-type:
|
2020-07-22 13:07:28 +00:00
|
|
|
(nightly|beta|release|android-test-nightly):
|
2019-09-19 08:40:05 +00:00
|
|
|
by-level:
|
|
|
|
'3': signing
|
|
|
|
default: dep-signing
|
|
|
|
default: dep-signing
|
2019-09-24 10:52:05 +00:00
|
|
|
worker:
|
|
|
|
signing-type:
|
|
|
|
by-build-type:
|
2020-07-22 13:07:28 +00:00
|
|
|
(beta|release):
|
2019-09-24 10:52:05 +00:00
|
|
|
by-level:
|
|
|
|
'3': fennec-production-signing
|
|
|
|
default: dep-signing
|
2019-11-26 15:20:35 +00:00
|
|
|
android-test-nightly:
|
|
|
|
by-level:
|
2020-07-21 14:42:08 +00:00
|
|
|
'3': production-signing
|
2019-11-26 15:20:35 +00:00
|
|
|
default: dep-signing
|
2019-09-24 10:52:05 +00:00
|
|
|
performance-test: dep-signing
|
2020-07-21 14:42:08 +00:00
|
|
|
nightly:
|
2019-09-24 10:52:05 +00:00
|
|
|
by-level:
|
|
|
|
'3': production-signing
|
|
|
|
default: dep-signing
|
|
|
|
default: dep-signing
|
2020-07-21 14:42:08 +00:00
|
|
|
signing-format: autograph_apk
|
2019-09-24 10:52:05 +00:00
|
|
|
index:
|
|
|
|
by-build-type:
|
2020-07-22 13:07:28 +00:00
|
|
|
(nightly|debug|nightly-simulation|beta|release):
|
2019-09-24 10:52:05 +00:00
|
|
|
type: signing
|
|
|
|
default: {}
|
2020-06-05 16:54:22 +00:00
|
|
|
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: []
|
2019-09-19 08:40:05 +00:00
|
|
|
treeherder:
|
2019-11-26 15:20:35 +00:00
|
|
|
job-symbol:
|
|
|
|
by-build-type:
|
|
|
|
android-test.+: Bats
|
|
|
|
default: Bs
|
2019-09-19 08:40:05 +00:00
|
|
|
kind: build
|
|
|
|
platform: android-all/opt
|
2020-03-18 13:47:54 +00:00
|
|
|
tier: 1
|