2019-09-18 10:49:22 +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-18 10:49:22 +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.push_apk:transforms
|
2019-09-18 10:49:22 +00:00
|
|
|
- taskgraph.transforms.task:transforms
|
|
|
|
|
|
|
|
kind-dependencies:
|
2019-09-19 08:40:05 +00:00
|
|
|
- signing
|
2019-09-18 10:49:22 +00:00
|
|
|
|
2019-12-05 04:14:58 +00:00
|
|
|
primary-dependency: signing
|
|
|
|
|
|
|
|
group-by: build-type
|
|
|
|
|
2019-09-19 08:40:05 +00:00
|
|
|
only-for-build-types:
|
2020-07-22 13:07:28 +00:00
|
|
|
- beta
|
|
|
|
- release
|
2020-07-21 14:42:08 +00:00
|
|
|
- nightly
|
2019-09-19 08:40:05 +00:00
|
|
|
|
|
|
|
job-template:
|
2019-09-18 10:49:22 +00:00
|
|
|
description: Publish Fenix
|
|
|
|
worker-type: push-apk
|
|
|
|
worker:
|
2020-07-22 13:07:28 +00:00
|
|
|
certificate-alias:
|
|
|
|
# TODO rename these values to use non-legacy terms.
|
|
|
|
by-build-type:
|
|
|
|
nightly: fenix-production
|
|
|
|
beta: fennec-beta
|
|
|
|
release: fennec-production
|
2020-06-15 13:27:02 +00:00
|
|
|
commit: true
|
2019-09-24 10:52:05 +00:00
|
|
|
channel:
|
|
|
|
by-build-type:
|
2020-07-22 13:07:28 +00:00
|
|
|
beta: fennec-beta
|
|
|
|
release: fennec-production
|
2020-07-21 14:42:08 +00:00
|
|
|
nightly: production
|
2019-09-24 10:52:05 +00:00
|
|
|
dep:
|
|
|
|
by-level:
|
|
|
|
'3': false
|
|
|
|
default: true
|
2019-09-18 10:49:22 +00:00
|
|
|
product: fenix
|
2019-09-24 10:52:05 +00:00
|
|
|
|
2019-09-18 10:49:22 +00:00
|
|
|
treeherder:
|
2019-09-24 10:52:05 +00:00
|
|
|
job-symbol: gp
|
2019-09-18 10:49:22 +00:00
|
|
|
kind: build
|