Bug 1193170 - Enable emulator-x86-kk build (opt and debug) by default on production treeherder. r=garndt

This commit is contained in:
Hsin-Yi Tsai 2015-08-19 14:33:58 +08:00
Родитель 168d7bc0e9
Коммит b5b8ec62a8
3 изменённых файлов: 33 добавлений и 0 удалений

Просмотреть файл

@ -53,6 +53,8 @@ builds:
types:
opt:
task: tasks/builds/b2g_emulator_x86_kk_opt.yml
debug:
task: tasks/builds/b2g_emulator_x86_kk_debug.yml
emulator-jb:
platforms:
- b2g

Просмотреть файл

@ -0,0 +1,30 @@
$inherits:
from: 'tasks/builds/b2g_emulator_x86_base.yml'
variables:
build_name: 'emulator-x86-kk'
build_type: 'debug'
task:
workerType: emulator-x86-kk
scopes:
- 'docker-worker:cache:workspace-emulator-kk-x86-debug'
metadata:
name: '[TC] B2G KK X86 Emulator (Debug)'
extra:
treeherderEnv:
- production
- staging
treeherder:
# Disable "TC" prefix...
groupSymbol: "?"
collection:
debug: true
machine:
platform: b2g-emu-x86-kk
payload:
cache:
workspace-emulator-kk-x86-debug: /home/worker/workspace
env:
TARGET: 'emulator-x86-kk'
B2G_DEBUG: 1

Просмотреть файл

@ -12,6 +12,7 @@ task:
extra:
treeherderEnv:
- production
- staging
treeherder:
# Disable "TC" prefix...