blob: 2c48a14177767e4df14d4994bea125d589df1a1e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
|
# 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: gecko_taskgraph.loader.transform:loader
transforms:
- taskgraph.transforms.from_deps
- android_taskgraph.transforms.upstream_artifacts
- android_taskgraph.transforms.treeherder
- android_taskgraph.transforms.push_android_app
- gecko_taskgraph.transforms.task
kind-dependencies:
- signing-bundle
- android-startup-test
jobs:
push-bundle:
description: Publish Fenix and Focus AABs
from-deps:
with-attributes:
build-type:
- fenix-nightly
- fenix-beta
- fenix-release
- focus-nightly
- focus-beta
- focus-release
- klar-release
group-by:
attribute: build-type
copy-attributes: true
worker-type: push-apk
worker:
certificate-alias:
by-build-type:
fenix-nightly: fenix-nightly
fenix-beta: fenix-beta
fenix-release: fenix-release
default: focus
commit: true
channel:
by-build-type:
fenix-nightly: fenix-nightly
fenix-beta: fenix-beta
fenix-release: fenix-release
focus-nightly: focus-nightly
focus-beta: focus-beta
focus-release: focus-release
klar-release: klar-release
dep:
by-level:
'3': false
default: true
product:
by-build-type:
(fenix-nightly|fenix-release|fenix-beta): fenix
default: focus-android
shipping-phase: push
shipping-product: firefox-android
treeherder:
symbol:
by-build-type:
default: gp-aab
focus-release: gpf-aab
klar-release: gpkl-aab
kind: build
routes:
by-level:
'3':
- "notify.email.release-mgmt@mozilla.com.on-failed"
'default': []
|