Revision control

Copy as Markdown

# 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:
- rb_taskgraph.transforms.variant:transforms
- rb_taskgraph.transforms.build_aab:transforms
- taskgraph.transforms.job:transforms
- taskgraph.transforms.task:transforms
kind-dependencies:
- toolchain
task-defaults:
aab-artifact-template:
type: file
name: public/target.aab
path: '/builds/worker/checkouts/vcs/app/build/outputs/bundle/{variant}/app-{variant}.aab'
description: Build AAB (Android App Bundle) from source code.
fetches:
toolchain:
- android-sdk-linux
- android-gradle-dependencies
run:
using: gradlew
use-caches: false
treeherder:
kind: build
symbol: AAB
tier: 2
worker-type: b-android
worker:
docker-image: {in-tree: base}
max-run-time: 7200
chain-of-trust: true
tasks:
nightly:
attributes:
nightly: true
run-on-tasks-for: []
include-nightly-version: true
include-shippable-secrets: true
run:
gradlew: ["-PcrashReportEnabled=true", "-Ptelemetry=true", "-Paab", "bundleNightly"]