mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-19 09:25:34 +00:00
57 lines
1.5 KiB
YAML
57 lines
1.5 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: taskgraph.loader.transform:loader
|
||
|
|
||
|
transforms:
|
||
|
- fenix_taskgraph.pushapk:transforms
|
||
|
- taskgraph.transforms.task:transforms
|
||
|
|
||
|
kind-dependencies:
|
||
|
- old-decision
|
||
|
|
||
|
job-defaults:
|
||
|
description: Publish Fenix
|
||
|
worker-type: push-apk
|
||
|
worker:
|
||
|
commit: true
|
||
|
product: fenix
|
||
|
run-on-tasks-for: []
|
||
|
treeherder:
|
||
|
kind: build
|
||
|
tier: 1
|
||
|
|
||
|
jobs:
|
||
|
release:
|
||
|
dependencies:
|
||
|
signing: 'Signing Production task' # comes from the old-decision task
|
||
|
worker:
|
||
|
channel: production
|
||
|
certificate-alias: fenix
|
||
|
run-on-tasks-for: [github-release]
|
||
|
treeherder:
|
||
|
symbol: release-gp
|
||
|
|
||
|
nightly:
|
||
|
attributes:
|
||
|
nightly: true
|
||
|
dependencies:
|
||
|
signing: 'Signing Nightly task' # comes from the old-decision task
|
||
|
worker:
|
||
|
channel: nightly
|
||
|
google-play-track: internal
|
||
|
treeherder:
|
||
|
symbol: nightly-gp
|
||
|
|
||
|
nightly-legacy:
|
||
|
attributes:
|
||
|
nightly: true
|
||
|
dependencies:
|
||
|
signing: 'Signing Production task' # comes from the old-decision task
|
||
|
worker:
|
||
|
channel: production
|
||
|
google-play-track: nightly
|
||
|
treeherder:
|
||
|
symbol: production-gp
|