Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(926)

Side by Side Diff: tools/mb/mb_config.pyl

Issue 2391343002: Add 2 config names for builder 'Blimp Android Tester' (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 # This is a map of buildbot master names -> buildbot builder names -> 6 # This is a map of buildbot master names -> buildbot builder names ->
7 # config names (where each config name is a key in the 'configs' dict, 7 # config names (where each config name is a key in the 'configs' dict,
8 # below). MB uses this dict to look up which config to use for a given bot. 8 # below). MB uses this dict to look up which config to use for a given bot.
9 'masters': { 9 'masters': {
10 'chromeos.chrome': { 10 'chromeos.chrome': {
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 'Afl Upload Linux ASan': 'release_afl_asan', 76 'Afl Upload Linux ASan': 'release_afl_asan',
77 'Android Cloud Tests': 'android_debug_static_bot_x86', 77 'Android Cloud Tests': 'android_debug_static_bot_x86',
78 'Android Tests (x86 emulator)': 'android_debug_static_bot_x86', 78 'Android Tests (x86 emulator)': 'android_debug_static_bot_x86',
79 'Android Builder (dbg)': 'android_debug_static_bot_vr_shell', 79 'Android Builder (dbg)': 'android_debug_static_bot_vr_shell',
80 'Android deterministic': 'android_without_codecs_release_bot_minimal_symbo ls', 80 'Android deterministic': 'android_without_codecs_release_bot_minimal_symbo ls',
81 'Android deterministic (dbg)': 'android_debug_bot', 81 'Android deterministic (dbg)': 'android_debug_bot',
82 'Blimp Android Client': 82 'Blimp Android Client':
83 '//build/args/bots/chromium.fyi/blimp_client_rel.gn', 83 '//build/args/bots/chromium.fyi/blimp_client_rel.gn',
84 'Blimp Linux Engine': 84 'Blimp Linux Engine':
85 '//build/args/bots/chromium.fyi/blimp_engine_rel.gn', 85 '//build/args/bots/chromium.fyi/blimp_engine_rel.gn',
86 'Blimp Android Test - Android':
87 '//build/args/blimp_client.gn',
jbudorick 2016/10/06 13:31:40 These should probably use bot configs in //build/a
88 'Blimp Android Test - Linux':
89 '//build/args/blimp_engine.gn',
86 'Browser Side Navigation Linux': 'release_bot', 90 'Browser Side Navigation Linux': 'release_bot',
87 'CFI Linux CF': 'cfi_full_cfi_diag_release_static', 91 'CFI Linux CF': 'cfi_full_cfi_diag_release_static',
88 'CFI Linux ToT': 'cfi_full_clang_tot_release_static', 92 'CFI Linux ToT': 'cfi_full_clang_tot_release_static',
89 'CFI Linux': 'cfi_release_static', 93 'CFI Linux': 'cfi_release_static',
90 'CFI Linux Full': 'cfi_full_release_static', 94 'CFI Linux Full': 'cfi_full_release_static',
91 'Chromium Linux Goma Canary': 'release_bot', 95 'Chromium Linux Goma Canary': 'release_bot',
92 'Chromium Linux Goma Canary (clobber)': 'release_bot', 96 'Chromium Linux Goma Canary (clobber)': 'release_bot',
93 'Chromium Linux Precise Goma LinkTest': 'release_bot', 97 'Chromium Linux Precise Goma LinkTest': 'release_bot',
94 'Chromium Linux32 Goma Canary (clobber)': 'release_bot_x86', 98 'Chromium Linux32 Goma Canary (clobber)': 'release_bot_x86',
95 'Chromium Mac 10.10 MacViews': 'mac_views_browser_release_bot', 99 'Chromium Mac 10.10 MacViews': 'mac_views_browser_release_bot',
(...skipping 1678 matching lines...) Expand 10 before | Expand all | Expand 10 after
1774 'gn_args': 'target_cpu="x86"', 1778 'gn_args': 'target_cpu="x86"',
1775 }, 1779 },
1776 1780
1777 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 1781 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
1778 1782
1779 'drmemory': { 1783 'drmemory': {
1780 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 1784 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
1781 }, 1785 },
1782 }, 1786 },
1783 } 1787 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698