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

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

Issue 2374943002: Add Android, Linux and Mac debug builder for deterministic build. (Closed)
Patch Set: rebase 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 'Linux ChromiumOS Full': 'chromeos_with_codecs_release_bot', 71 'Linux ChromiumOS Full': 'chromeos_with_codecs_release_bot',
72 'Linux ChromiumOS Ozone Builder': 'chromeos_with_codecs_ozone_release_bot' , 72 'Linux ChromiumOS Ozone Builder': 'chromeos_with_codecs_ozone_release_bot' ,
73 }, 73 },
74 74
75 'chromium.fyi': { 75 'chromium.fyi': {
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 'Blimp Android Client': 82 'Blimp Android Client':
82 '//build/args/bots/chromium.fyi/blimp_client_rel.gn', 83 '//build/args/bots/chromium.fyi/blimp_client_rel.gn',
83 'Blimp Linux Engine': 84 'Blimp Linux Engine':
84 '//build/args/bots/chromium.fyi/blimp_engine_rel.gn', 85 '//build/args/bots/chromium.fyi/blimp_engine_rel.gn',
85 'Browser Side Navigation Linux': 'release_bot', 86 'Browser Side Navigation Linux': 'release_bot',
86 'CFI Linux CF': 'cfi_full_cfi_diag_release_static', 87 'CFI Linux CF': 'cfi_full_cfi_diag_release_static',
87 'CFI Linux ToT': 'cfi_full_clang_tot_release_static', 88 'CFI Linux ToT': 'cfi_full_clang_tot_release_static',
88 'CFI Linux': 'cfi_release_static', 89 'CFI Linux': 'cfi_release_static',
89 'CFI Linux Full': 'cfi_full_release_static', 90 'CFI Linux Full': 'cfi_full_release_static',
90 'Chromium Linux Goma Canary': 'release_bot', 91 'Chromium Linux Goma Canary': 'release_bot',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 'MD Top Chrome Linux material': 'debug_bot', 152 'MD Top Chrome Linux material': 'debug_bot',
152 'LTO Linux': 'official_goma_lto', 153 'LTO Linux': 'official_goma_lto',
153 'LTO Linux Perf': 'official_goma_lto', 154 'LTO Linux Perf': 'official_goma_lto',
154 'Libfuzzer Upload Linux ASan': 'release_libfuzzer_asan', 155 'Libfuzzer Upload Linux ASan': 'release_libfuzzer_asan',
155 'Libfuzzer Upload Linux ASan Debug': 'debug_libfuzzer_asan', 156 'Libfuzzer Upload Linux ASan Debug': 'debug_libfuzzer_asan',
156 'Libfuzzer Upload Linux MSan': 'release_libfuzzer_msan', 157 'Libfuzzer Upload Linux MSan': 'release_libfuzzer_msan',
157 'Libfuzzer Upload Linux UBSan': 'release_libfuzzer_ubsan', 158 'Libfuzzer Upload Linux UBSan': 'release_libfuzzer_ubsan',
158 'Libfuzzer Upload Mac ASan': 'release_libfuzzer_mac_asan', 159 'Libfuzzer Upload Mac ASan': 'release_libfuzzer_mac_asan',
159 'Linux ARM': 'release_bot_arm', 160 'Linux ARM': 'release_bot_arm',
160 'Linux deterministic': 'release_bot', 161 'Linux deterministic': 'release_bot',
162 'Linux deterministic (dbg)': 'debug_bot',
161 'Linux remote_run Builder': 'release_bot', 163 'Linux remote_run Builder': 'release_bot',
162 'Linux remote_run Tester': 'release_bot', 164 'Linux remote_run Tester': 'release_bot',
163 'Linux V8 API Stability': 'release_bot', 165 'Linux V8 API Stability': 'release_bot',
164 'Mac deterministic': 'release_bot_mac_strip', 166 'Mac deterministic': 'release_bot_mac_strip',
167 'Mac deterministic (dbg)': 'debug_bot',
165 'Mojo ChromiumOS': 'chromeos_with_codecs_ozone_release_trybot', 168 'Mojo ChromiumOS': 'chromeos_with_codecs_ozone_release_trybot',
166 'Mojo Windows': 'release_bot_x86', 169 'Mojo Windows': 'release_bot_x86',
167 'Site Isolation Linux': 'release_trybot', 170 'Site Isolation Linux': 'release_trybot',
168 'Site Isolation Win': 'release_trybot_x86', 171 'Site Isolation Win': 'release_trybot_x86',
169 'ThinLTO Linux ToT': 'thin_lto_clang_tot_release_static', 172 'ThinLTO Linux ToT': 'thin_lto_clang_tot_release_static',
170 'UBSanVptr Linux': 'ubsan_vptr_release_bot', 173 'UBSanVptr Linux': 'ubsan_vptr_release_bot',
171 'WebKit Linux - TraceWrappables': 'release_bot', 174 'WebKit Linux - TraceWrappables': 'release_bot',
172 'WebKit Linux - WPTServe': 'release_bot', 175 'WebKit Linux - WPTServe': 'release_bot',
173 'WebKit Mac - WPTServe': 'release_bot', 176 'WebKit Mac - WPTServe': 'release_bot',
174 'WebKit Win - WPTServe': 'release_bot_x86', 177 'WebKit Win - WPTServe': 'release_bot_x86',
(...skipping 1596 matching lines...) Expand 10 before | Expand all | Expand 10 after
1771 'gn_args': 'target_cpu="x86"', 1774 'gn_args': 'target_cpu="x86"',
1772 }, 1775 },
1773 1776
1774 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 1777 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
1775 1778
1776 'drmemory': { 1779 'drmemory': {
1777 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 1780 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
1778 }, 1781 },
1779 }, 1782 },
1780 } 1783 }
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