Bug 1824856 - migrate signing-bundle tasks from firefox-android. r=bhearsum,geckoview-reviewers,releng-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D201431
This commit is contained in:
Julien Cristau 2024-01-23 15:40:42 +01:00
parent 1f0a18e80c
commit 9e207c4144
2 changed files with 10 additions and 9 deletions

View File

@ -2,7 +2,7 @@
# 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
loader: gecko_taskgraph.loader.transform:loader
transforms:
- taskgraph.transforms.from_deps
@ -10,27 +10,24 @@ transforms:
- android_taskgraph.transforms.treeherder:transforms
- android_taskgraph.transforms.signing_android_app:transforms
- android_taskgraph.transforms.notify:transforms
- taskgraph.transforms.task:transforms
- gecko_taskgraph.transforms.task:transforms
kind-dependencies:
- build-bundle
tasks:
jobs:
sign-bundle:
description: Sign Android AABs
from-deps:
copy-attributes: true
worker: {}
worker:
implementation: scriptworker-signing
signing-format:
by-build-type:
(focus-.*|klar-.*): autograph_focus
default: autograph_apk
run-on-tasks-for:
by-build-type:
(focus-debug|fenix-debug): [github-push]
default: []
treeherder:
job-symbol:
symbol:
by-build-type:
focus-(debug|nightly|beta|release)$: AABfs
klar-.*: AABkls

View File

@ -836,6 +836,10 @@ signing
-------
Sign android-components.
signing-bundle
--------------
Sign Focus, Klar, and Fenix android app bundles.
signing-apk
-----------
Sign Focus, Klar, and Fenix apks.