author | Gregory Arndt <garndt@mozilla.com> |
Thu, 26 Mar 2015 22:44:55 -0500 | |
changeset 236064 | e704325c1a9dd9f561c46130fcf24f469ea4df6a |
parent 236063 | ec7f4206645965556622841b3c544727576defab |
child 236065 | aa759ff568681d8606de70df164fe2d7a548ded1 |
push id | 57588 |
push user | ryanvm@gmail.com |
push date | Fri, 27 Mar 2015 15:17:31 +0000 |
treeherder | mozilla-inbound@44e454b5e93b [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | me, config-only |
bugs | 1142779 |
milestone | 39.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
testing/taskcluster/tasks/builds/b2g_flame_kk_eng.yml | file | annotate | diff | comparison | revisions |
--- a/testing/taskcluster/tasks/builds/b2g_flame_kk_eng.yml +++ b/testing/taskcluster/tasks/builds/b2g_flame_kk_eng.yml @@ -9,27 +9,25 @@ task: payload: cache: build-flame-kk-eng: /home/worker/workspace env: TARGET: 'flame-kk' DEBUG: 0 VARIANT: eng + GAIA_OPTIMIZE: '1' + B2G_SYSTEM_APPS: '1' + B2G_UPDATER: '1' command: - > checkout-gecko workspace && cd ./workspace/gecko/testing/taskcluster/scripts/phone-builder && buildbot_step 'Build' ./build-phone.sh $HOME/workspace extra: treeherder: symbol: Be groupSymbol: Flame-KK groupName: Flame KitKat Device Image machine: platform: b2g-device-image locations: img: 'private/build/flame-kk.zip' - - GAIA_OPTIMIZE: '1' - B2G_SYSTEM_APPS: '1' - B2G_UPDATER: '1' -