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-12-05 23:41:40 +00:00
|
|
|
- startup-test
|
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:
|
|
|
|
- nightly
|
2019-10-21 17:03:03 +00:00
|
|
|
- beta
|
2019-09-19 08:40:05 +00:00
|
|
|
- production
|
|
|
|
|
|
|
|
job-template:
|
2019-09-18 10:49:22 +00:00
|
|
|
description: Publish Fenix
|
|
|
|
worker-type: push-apk
|
|
|
|
worker:
|
|
|
|
commit: true
|
2019-09-24 10:52:05 +00:00
|
|
|
channel:
|
|
|
|
by-build-type:
|
|
|
|
nightly: nightly
|
2019-10-21 17:03:03 +00:00
|
|
|
beta: beta
|
2019-09-24 10:52:05 +00:00
|
|
|
production: production
|
|
|
|
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
|