Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 169 'Mojo ChromiumOS': 'chromeos_with_codecs_ozone_release_trybot', | 169 'Mojo ChromiumOS': 'chromeos_with_codecs_ozone_release_trybot', |
| 170 'Mojo Windows': 'release_bot_x86', | 170 'Mojo Windows': 'release_bot_x86', |
| 171 'Site Isolation Linux': 'release_trybot', | 171 'Site Isolation Linux': 'release_trybot', |
| 172 'Site Isolation Win': 'release_trybot_x86', | 172 'Site Isolation Win': 'release_trybot_x86', |
| 173 'ThinLTO Linux ToT': 'thin_lto_clang_tot_release_static', | 173 'ThinLTO Linux ToT': 'thin_lto_clang_tot_release_static', |
| 174 'UBSanVptr Linux': 'ubsan_vptr_release_bot', | 174 'UBSanVptr Linux': 'ubsan_vptr_release_bot', |
| 175 'WebKit Linux Precise - TraceWrappables': 'release_bot', | 175 'WebKit Linux Precise - TraceWrappables': 'release_bot', |
| 176 'WebKit Linux Precise - WPTServe': 'release_bot', | 176 'WebKit Linux Precise - WPTServe': 'release_bot', |
| 177 'WebKit Mac - WPTServe': 'release_bot', | 177 'WebKit Mac - WPTServe': 'release_bot', |
| 178 'WebKit Win - WPTServe': 'release_bot_x86', | 178 'WebKit Win - WPTServe': 'release_bot_x86', |
| 179 'WebKit Linux - RandomOrder': 'release_bot', | |
|
jeffcarp
2016/10/07 21:50:19
Is 'release_bot' the right value for this? I just
| |
| 179 'Win 10 Fast Ring': 'release_trybot', | 180 'Win 10 Fast Ring': 'release_trybot', |
| 180 'Windows deterministic': 'release_bot_x86', | 181 'Windows deterministic': 'release_bot_x86', |
| 181 'Windows Clang deterministic': 'clang_release_bot_minimal_symbols_x86', | 182 'Windows Clang deterministic': 'clang_release_bot_minimal_symbols_x86', |
| 182 'Win LKGR (DrM 64)': 'release_drmemory_drfuzz', | 183 'Win LKGR (DrM 64)': 'release_drmemory_drfuzz', |
| 183 'Win LKGR (DrM)': 'release_drmemory_drfuzz_x86', | 184 'Win LKGR (DrM)': 'release_drmemory_drfuzz_x86', |
| 184 }, | 185 }, |
| 185 | 186 |
| 186 'chromium.goma': { | 187 'chromium.goma': { |
| 187 'Chromium Linux Goma Staging': 'release_bot', | 188 'Chromium Linux Goma Staging': 'release_bot', |
| 188 'Chromium Mac Goma Staging': 'release_bot', | 189 'Chromium Mac Goma Staging': 'release_bot', |
| (...skipping 1591 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1780 'gn_args': 'target_cpu="x86"', | 1781 'gn_args': 'target_cpu="x86"', |
| 1781 }, | 1782 }, |
| 1782 | 1783 |
| 1783 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 1784 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
| 1784 | 1785 |
| 1785 'drmemory': { | 1786 'drmemory': { |
| 1786 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 1787 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 1787 }, | 1788 }, |
| 1788 }, | 1789 }, |
| 1789 } | 1790 } |
| OLD | NEW |