mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-02 03:40:16 +00:00
81c78fa78b
With the logins update rollout complete we're ready to push nightly to production directly.
49 lines
1.2 KiB
YAML
49 lines
1.2 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.push_apk:transforms
|
|
- taskgraph.transforms.task:transforms
|
|
|
|
kind-dependencies:
|
|
- signing
|
|
|
|
primary-dependency: signing
|
|
|
|
group-by: build-type
|
|
|
|
only-for-build-types:
|
|
- beta
|
|
- release
|
|
- nightly
|
|
|
|
job-template:
|
|
description: Publish Fenix
|
|
worker-type: push-apk
|
|
worker:
|
|
certificate-alias:
|
|
# TODO rename these values to use non-legacy terms.
|
|
by-build-type:
|
|
nightly: fenix-production
|
|
beta: fennec-beta
|
|
release: fennec-production
|
|
commit: true
|
|
channel:
|
|
by-build-type:
|
|
beta: fennec-beta
|
|
release: fennec-production
|
|
nightly: production
|
|
dep:
|
|
by-level:
|
|
'3': false
|
|
default: true
|
|
product: fenix
|
|
|
|
treeherder:
|
|
job-symbol: gp
|
|
kind: build
|