blob: 6434aef86d6a53609110e4b1e159093ee19b2cd5 (
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
|
# 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
kind-dependencies:
- build
- toolchain
transforms:
- taskgraph.transforms.build:transforms
- taskgraph.transforms.build_attrs:transforms
- taskgraph.transforms.build_lints:transforms
- taskgraph.transforms.build_fat_aar:transforms
- taskgraph.transforms.job:transforms
- taskgraph.transforms.task:transforms
job-defaults:
attributes:
artifact_map: taskcluster/taskgraph/manifests/fennec_geckoview.yml
index:
product: mobile
worker-type: b-linux
worker:
docker-image: {in-tree: android-build}
max-run-time: 7200
env:
# Online in order to download the per-architecture AARs.
GRADLE_USER_HOME: "/builds/worker/checkouts/build/gecko/mobile/android/gradle/dotgradle-online"
TOOLTOOL_MANIFEST: "mobile/android/config/tooltool-manifests/android/releng.manifest"
MOZ_ANDROID_FAT_AAR_ARCHITECTURES: "armeabi-v7a,arm64-v8a,x86,x86_64"
artifacts:
- name: public/build/maven
path: /builds/worker/workspace/obj-build/gradle/build/mobile/android/geckoview/maven/
type: directory
- name: public/build
path: /builds/worker/artifacts/
type: directory
- name: public/build/geckoview-androidTest.apk
path: /builds/worker/workspace/obj-build/gradle/build/mobile/android/geckoview/outputs/apk/androidTest/withGeckoBinaries/debug/geckoview-withGeckoBinaries-debug-androidTest.apk
type: file
- name: public/build/geckoview_example.apk
path: /builds/worker/workspace/obj-build/gradle/build/mobile/android/geckoview_example/outputs/apk/withGeckoBinaries/debug/geckoview_example-withGeckoBinaries-debug.apk
type: file
run:
using: mozharness
script: "mozharness/scripts/fx_desktop_build.py"
secrets: true
mozconfig-variant: null
tooltool-downloads: internal
custom-build-variant-cfg: api-16
# Note: These settings are only honored by nightly (i.e. shipping) builds
update-channel:
by-release-type:
nightly: nightly
nightly-oak: nightly-oak
beta:
by-shipping-product:
devedition: aurora
default: beta
release.*: release
esr.*: esr
default:
by-project:
try: nightly-try
default: null
fetches:
toolchain:
- android-gradle-dependencies
- android-ndk-linux
- android-sdk-linux
- linux64-clang
- linux64-rust-android
- linux64-rust-size
- linux64-cbindgen
- linux64-dump-syms
- linux64-nasm
- linux64-node
jobs:
android-geckoview-fat-aar-shippable/opt:
description: "Android GeckoView multi-architecture fat AAR Shippable"
attributes:
shippable: true
enable-full-crashsymbols: true
disable-push-apk: true
shipping-phase: build
shipping-product: fennec
index:
job-name: android-geckoview-fat-aar-opt
type: shippable-with-multi-l10n
treeherder:
platform: android-4-0-geckoview-fat-aar-shippable/opt
symbol: Bgv
dependencies:
android-x86-shippable: build-android-x86-shippable/opt
android-x86_64-shippable: build-android-x86_64-shippable/opt
android-api-16-shippable: build-android-api-16-shippable/opt
android-aarch64-shippable: build-android-aarch64-shippable/opt
worker:
env:
PERFHERDER_EXTRA_OPTIONS: android-geckoview-fat-aar-nightly
run:
actions: [get-secrets, build, multi-l10n]
config:
- builds/releng_base_android_64_builds.py
- taskcluster_nightly.py
optimization:
skip-unless-backstop: null
|