author | jlal@mozilla.com |
Sun, 15 Mar 2015 23:33:52 -0700 | |
changeset 233937 | 816f3a3a72ae36368c4c5f8ded98f65e0b0b9906 |
parent 233936 | cf6efa8bc292a64919808a8fdb73df2e52c903c6 |
child 233938 | 889c932508bce082a0d49e066d3a7306097ae6a1 |
push id | 57019 |
push user | cbook@mozilla.com |
push date | Tue, 17 Mar 2015 10:50:22 +0000 |
treeherder | mozilla-inbound@15e49729e473 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | me, taskcluster-only |
bugs | 1143056 |
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
|
--- a/testing/taskcluster/tasks/branches/mozilla-central/job_flags.yml +++ b/testing/taskcluster/tasks/branches/mozilla-central/job_flags.yml @@ -23,16 +23,24 @@ builds: emulator-kk: platfoms: - b2g types: opt: task: tasks/builds/b2g_emulator_kk_opt.yml debug: task: tasks/builds/b2g_emulator_kk_debug.yml + emulator-l: + platfoms: + - b2g + types: + opt: + task: tasks/builds/b2g_emulator_l_opt.yml + debug: + task: tasks/builds/b2g_emulator_l_debug.yml emulator-jb: platfoms: - b2g types: opt: task: tasks/builds/b2g_emulator_jb_opt.yml debug: task: tasks/builds/b2g_emulator_jb_debug.yml
--- a/testing/taskcluster/tasks/builds/b2g_emulator_l_debug.yml +++ b/testing/taskcluster/tasks/builds/b2g_emulator_l_debug.yml @@ -1,19 +1,24 @@ $inherits: from: 'tasks/builds/b2g_emulator_base.yml' task: workerType: emulator-l-debug scopes: - 'docker-worker:cache:workspace-emulator-l-debug' metadata: - name: '[TC] B2G Emulator L Debug' + name: '[TC] B2G Emulator L (Debug)' extra: + treeherderEnv: + - production + - staging treeherder: + # Disable "TC" prefix... + groupSymbol: "?" collection: debug: true machine: platform: b2g-emu-l payload: cache: workspace-emulator-l-debug: /home/worker/workspace
--- a/testing/taskcluster/tasks/builds/b2g_emulator_l_opt.yml +++ b/testing/taskcluster/tasks/builds/b2g_emulator_l_opt.yml @@ -1,19 +1,24 @@ $inherits: from: 'tasks/builds/b2g_emulator_base.yml' task: workerType: emulator-l scopes: - 'docker-worker:cache:workspace-emulator-l-opt' metadata: - name: '[TC] B2G L Emulator Opt' + name: '[TC] B2G L Emulator (Opt)' extra: + treeherderEnv: + - production + - staging treeherder: + # Disable "TC" prefix... + groupSymbol: "?" machine: platform: b2g-emu-l payload: cache: workspace-emulator-l-opt: /home/worker/workspace env: TARGET: 'emulator-l'