tenfourfox/testing/taskcluster/tasks/builds/b2g_phone_base.yml
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

28 lines
779 B
YAML

$inherits:
from: 'tasks/phone_build.yml'
task:
metadata:
description: |
Android phones + b2g environment used in full stack testing.
payload:
env:
MOZILLA_OFFICIAL: '1'
ENABLE_DEFAULT_BOOTANIMATION: 'true'
B2G_UPDATER: '1'
REPO_TRACE: 1
VARIANT: user
# Emulators can take a very long time to build!
maxRunTime: 14400
extra:
# Rather then enforcing particular conventions we require that all build
# tasks provide the "build" extra field to specify where the build and tests
# files are located.
locations:
build: 'private/build/b2g-android-arm.tar.gz'
tests: 'private/build/gaia.zip'
symbols: 'private/build/b2g-crashreporter-symbols.zip'
sources: 'private/build/sources.xml'