mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
c43a4bf584
Things just got too hard for B2G people to change build scripts, so we are backing out this. --HG-- extra : commitid : 16CKTLSAi3B
41 lines
1.0 KiB
YAML
41 lines
1.0 KiB
YAML
$inherits:
|
|
from: 'tasks/builds/b2g_phone_base.yml'
|
|
variables:
|
|
build_name: 'flame-kk'
|
|
build_type: 'debug'
|
|
task:
|
|
workerType: flame-kk
|
|
scopes:
|
|
- 'docker-worker:cache:build-flame-kk-debug'
|
|
- 'docker-worker:cache:build-flame-kk-debug-objdir-gecko-{{project}}'
|
|
metadata:
|
|
name: '[TC] B2G Flame KK Debug'
|
|
|
|
payload:
|
|
cache:
|
|
build-flame-kk-debug: /home/worker/workspace
|
|
build-flame-kk-debug-objdir-gecko-{{project}}: /home/worker/objdir-gecko
|
|
env:
|
|
TARGET: 'flame-kk'
|
|
DEBUG: 0
|
|
VARIANT: userdebug
|
|
command:
|
|
- >
|
|
checkout-gecko workspace &&
|
|
cd ./workspace/gecko/testing/taskcluster/scripts/phone-builder &&
|
|
buildbot_step 'Build' ./build-phone.sh $HOME/workspace
|
|
extra:
|
|
treeherderEnv:
|
|
- production
|
|
- staging
|
|
treeherder:
|
|
symbol: B
|
|
groupSymbol: Flame-KK
|
|
groupName: Flame KitKat Device Image
|
|
machine:
|
|
platform: b2g-device-image
|
|
collection:
|
|
debug: true
|
|
locations:
|
|
img: 'private/build/flame-kk.zip'
|