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

34 lines
872 B
YAML

$inherits:
from: 'tasks/builds/b2g_emulator_base.yml'
variables:
build_name: 'emulator-jb'
build_type: 'debug'
task:
workerType: emulator-jb-debug
scopes:
- 'docker-worker:cache:workspace-emulator-jb-debug'
- 'docker-worker:cache:workspace-emulator-jb-debug-objdir-gecko-{{project}}'
metadata:
name: '[TC] B2G Emulator JB (Debug)'
extra:
treeherderEnv:
- production
- staging
treeherder:
# Disable "TC" prefix...
groupSymbol: "?"
collection:
debug: true
machine:
platform: b2g-emu-jb
payload:
cache:
workspace-emulator-jb-debug: /home/worker/workspace
workspace-emulator-jb-debug-objdir-gecko-{{project}}: /home/worker/objdir-gecko
env:
TARGET: 'emulator-jb'
B2G_DEBUG: 1
TOOLTOOL_MANIFEST: 'b2g/config/emulator-jb/releng-emulator-jb.tt'