| 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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 'GPU Linux Builder (dbg)': 'gpu_fyi_tests_debug_trybot', | 227 'GPU Linux Builder (dbg)': 'gpu_fyi_tests_debug_trybot', |
| 228 'GPU Linux Builder': 'gpu_fyi_tests_release_trybot', | 228 'GPU Linux Builder': 'gpu_fyi_tests_release_trybot', |
| 229 'GPU Mac Builder': 'gpu_fyi_tests_release_trybot', | 229 'GPU Mac Builder': 'gpu_fyi_tests_release_trybot', |
| 230 'GPU Mac Builder (dbg)': 'gpu_fyi_tests_debug_trybot', | 230 'GPU Mac Builder (dbg)': 'gpu_fyi_tests_debug_trybot', |
| 231 'GPU Win Builder': 'gpu_tests_deqp_gles_release_trybot_x86', | 231 'GPU Win Builder': 'gpu_tests_deqp_gles_release_trybot_x86', |
| 232 'GPU Win Builder (dbg)': 'gpu_tests_deqp_gles_debug_trybot_x86', | 232 'GPU Win Builder (dbg)': 'gpu_tests_deqp_gles_debug_trybot_x86', |
| 233 'GPU Win Clang Builder (dbg)': 'gpu_fyi_tests_win_clang_debug_bot', | 233 'GPU Win Clang Builder (dbg)': 'gpu_fyi_tests_win_clang_debug_bot', |
| 234 'GPU Win x64 Builder': 'gpu_tests_deqp_gles_release_trybot', | 234 'GPU Win x64 Builder': 'gpu_tests_deqp_gles_release_trybot', |
| 235 'GPU Win x64 Builder (dbg)': 'gpu_tests_deqp_gles_debug_trybot', | 235 'GPU Win x64 Builder (dbg)': 'gpu_tests_deqp_gles_debug_trybot', |
| 236 'Linux ChromiumOS Builder': 'gpu_fyi_tests_chromeos_release_trybot', | 236 'Linux ChromiumOS Builder': 'gpu_fyi_tests_chromeos_release_trybot', |
| 237 'Linux ChromiumOS Ozone Builder': 'gpu_fyi_tests_chromeos_ozone_release_tr
ybot', |
| 237 'Mac GPU ASAN Release': 'gpu_fyi_tests_release_trybot_asan', | 238 'Mac GPU ASAN Release': 'gpu_fyi_tests_release_trybot_asan', |
| 238 }, | 239 }, |
| 239 | 240 |
| 240 'chromium.linux': { | 241 'chromium.linux': { |
| 241 'Android Arm64 Builder (dbg)': 'android_debug_static_bot_arm64', | 242 'Android Arm64 Builder (dbg)': 'android_debug_static_bot_arm64', |
| 242 'Android Builder (dbg)': 'android_debug_static_bot', | 243 'Android Builder (dbg)': 'android_debug_static_bot', |
| 243 'Android Builder': 'android_release_bot_minimal_symbols', | 244 'Android Builder': 'android_release_bot_minimal_symbols', |
| 244 'Android Clang Builder (dbg)': 'android_clang_asan_errorprone_findbugs_deb
ug_bot_minimal_symbols', | 245 'Android Clang Builder (dbg)': 'android_clang_asan_errorprone_findbugs_deb
ug_bot_minimal_symbols', |
| 245 'Android Tests (dbg)': 'android_debug_static_bot', | 246 'Android Tests (dbg)': 'android_debug_static_bot', |
| 246 'Android Tests': 'android_release_bot_minimal_symbols', | 247 'Android Tests': 'android_release_bot_minimal_symbols', |
| (...skipping 891 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1138 ], | 1139 ], |
| 1139 | 1140 |
| 1140 'debug_trybot': [ | 1141 'debug_trybot': [ |
| 1141 'debug_trybot', | 1142 'debug_trybot', |
| 1142 ], | 1143 ], |
| 1143 | 1144 |
| 1144 'debug_trybot_x86': [ | 1145 'debug_trybot_x86': [ |
| 1145 'debug_trybot', 'x86', | 1146 'debug_trybot', 'x86', |
| 1146 ], | 1147 ], |
| 1147 | 1148 |
| 1149 'gpu_fyi_tests_chromeos_ozone_release_trybot': [ |
| 1150 'gpu_fyi_tests', 'release_trybot', 'chromeos', 'ozone', |
| 1151 ], |
| 1152 |
| 1148 'gpu_fyi_tests_chromeos_release_trybot': [ | 1153 'gpu_fyi_tests_chromeos_release_trybot': [ |
| 1149 'gpu_fyi_tests', 'release_trybot', 'chromeos', | 1154 'gpu_fyi_tests', 'release_trybot', 'chromeos', |
| 1150 ], | 1155 ], |
| 1151 | 1156 |
| 1152 'gpu_fyi_tests_debug_trybot': [ | 1157 'gpu_fyi_tests_debug_trybot': [ |
| 1153 'gpu_fyi_tests', 'debug_trybot', | 1158 'gpu_fyi_tests', 'debug_trybot', |
| 1154 ], | 1159 ], |
| 1155 | 1160 |
| 1156 'gpu_fyi_tests_release_trybot': [ | 1161 'gpu_fyi_tests_release_trybot': [ |
| 1157 'gpu_fyi_tests', 'release_trybot', | 1162 'gpu_fyi_tests', 'release_trybot', |
| (...skipping 660 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1818 | 1823 |
| 1819 'x64': { | 1824 'x64': { |
| 1820 'gn_args': 'target_cpu="x64"', | 1825 'gn_args': 'target_cpu="x64"', |
| 1821 }, | 1826 }, |
| 1822 | 1827 |
| 1823 'x86': { | 1828 'x86': { |
| 1824 'gn_args': 'target_cpu="x86"', | 1829 'gn_args': 'target_cpu="x86"', |
| 1825 }, | 1830 }, |
| 1826 }, | 1831 }, |
| 1827 } | 1832 } |
| OLD | NEW |