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

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

Issue 1907083003: Add new 'Win x64', 'Win 10 Fast Ring' bot configs to MB. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add Win 10 Fast Ring Created 4 years, 8 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 # Take care when changing any of these builders to ensure that you do not 10 # Take care when changing any of these builders to ensure that you do not
11 # include a configuration with 'chrome_with_codecs' since these builders 11 # include a configuration with 'chrome_with_codecs' since these builders
12 # generated publicly advertised non-Official builds which are not allowed 12 # generated publicly advertised non-Official builds which are not allowed
13 # to have proprietary codecs enabled. 13 # to have proprietary codecs enabled.
14 'chromium': { 14 'chromium': {
15 'Android': 'android_without_codecs_gyp_release_bot_minimal_symbols', 15 'Android': 'android_without_codecs_gyp_release_bot_minimal_symbols',
16 'Linux x64': 'noswarming_gn_release_bot', 16 'Linux x64': 'noswarming_gn_release_bot',
17 'Mac': 'noswarming_gyp_release_bot_mac_strip', 17 'Mac': 'noswarming_gyp_release_bot_mac_strip',
18 'Win': 'noswarming_gyp_release_bot_minimal_symbols_x86', 18 'Win': 'noswarming_gyp_release_bot_minimal_symbols_x86',
19 'Win x64': 'noswarming_gn_release_bot_minimal_symbols_x64',
19 }, 20 },
20 21
21 'chromium.android': { 22 'chromium.android': {
22 'Android Cronet ARM64 Builder': 23 'Android Cronet ARM64 Builder':
23 'android_cronet_gn_release_bot_minimal_symbols_arm64', 24 'android_cronet_gn_release_bot_minimal_symbols_arm64',
24 'Android Cronet ARM64 Builder (dbg)': 25 'Android Cronet ARM64 Builder (dbg)':
25 'android_cronet_gn_debug_static_bot_arm64', 26 'android_cronet_gn_debug_static_bot_arm64',
26 'Android Cronet ARMv6 Builder': 27 'Android Cronet ARMv6 Builder':
27 'android_cronet_gn_release_bot_minimal_symbols_armv6', 28 'android_cronet_gn_release_bot_minimal_symbols_armv6',
28 'Android Cronet Builder': 29 'Android Cronet Builder':
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 'Linux ARM': 'swarming_gyp_release_bot_arm', 206 'Linux ARM': 'swarming_gyp_release_bot_arm',
206 'Site Isolation Linux': 'gn_release_trybot', 207 'Site Isolation Linux': 'gn_release_trybot',
207 'Site Isolation Win': 'gyp_release_trybot_x64', 208 'Site Isolation Win': 'gyp_release_trybot_x64',
208 'Vista Tests (dbg)(1)': 'none', 209 'Vista Tests (dbg)(1)': 'none',
209 'Vista Tests (dbg)(2)': 'none', 210 'Vista Tests (dbg)(2)': 'none',
210 'WebKit Linux - TraceWrappables': 'swarming_gn_release_bot_x64', 211 'WebKit Linux - TraceWrappables': 'swarming_gn_release_bot_x64',
211 'Win LKGR (DrM 64)': 'gn_release_drmemory_drfuzz', 212 'Win LKGR (DrM 64)': 'gn_release_drmemory_drfuzz',
212 'Win LKGR (DrM)': 'gn_release_drmemory_drfuzz_x86', 213 'Win LKGR (DrM)': 'gn_release_drmemory_drfuzz_x86',
213 'Win8 Tests (1)': 'none', 214 'Win8 Tests (1)': 'none',
214 'Win8 Tests (2)': 'none', 215 'Win8 Tests (2)': 'none',
216 'Win 10 Fast Ring': 'gn_release_trybot_x64',
Will Harris 2016/04/21 23:20:39 observation: this turns on dcheck for the fyi bot,
215 'Windows Browser (DrMemory light) (1)': 'none', 217 'Windows Browser (DrMemory light) (1)': 'none',
216 'Windows Browser (DrMemory light) (2)': 'none', 218 'Windows Browser (DrMemory light) (2)': 'none',
217 219
218 'Linux Kitchen (kitchen_run)': 'swarming_gn_release_bot', 220 'Linux Kitchen (kitchen_run)': 'swarming_gn_release_bot',
219 'Linux Kitchen (annotated_run)': 'swarming_gn_release_bot', 221 'Linux Kitchen (annotated_run)': 'swarming_gn_release_bot',
220 }, 222 },
221 223
222 'chromium.gpu': { 224 'chromium.gpu': {
223 'Android Debug (Nexus 5)': 'android_gn_debug_static_bot', 225 'Android Debug (Nexus 5)': 'android_gn_debug_static_bot',
224 'Android Debug (Nexus 6)': 'android_gn_debug_static_bot', 226 'Android Debug (Nexus 6)': 'android_gn_debug_static_bot',
(...skipping 926 matching lines...) Expand 10 before | Expand all | Expand 10 after
1151 ], 1153 ],
1152 1154
1153 'gn_release_bot_minimal_symbols_x86': [ 1155 'gn_release_bot_minimal_symbols_x86': [
1154 'gn', 'release_bot_minimal_symbols', 'x86', 1156 'gn', 'release_bot_minimal_symbols', 'x86',
1155 ], 1157 ],
1156 1158
1157 'gn_release_trybot': [ 1159 'gn_release_trybot': [
1158 'gn', 'release_trybot', 1160 'gn', 'release_trybot',
1159 ], 1161 ],
1160 1162
1163 'gn_release_trybot_x64': [
1164 'gn', 'release_trybot', 'x64',
1165 ],
1166
1161 'gn_release_trybot_x86': [ 1167 'gn_release_trybot_x86': [
1162 'gn', 'release_trybot', 'x86', 1168 'gn', 'release_trybot', 'x86',
1163 ], 1169 ],
1164 1170
1165 'gyp_asan_lsan_edge_fuzzer_debug_bot': [ 1171 'gyp_asan_lsan_edge_fuzzer_debug_bot': [
1166 'gyp', 'asan', 'lsan', 'edge', 'fuzzer', 'debug_bot', 1172 'gyp', 'asan', 'lsan', 'edge', 'fuzzer', 'debug_bot',
1167 ], 1173 ],
1168 1174
1169 'gyp_asan_lsan_edge_fuzzer_v8_heap_symbolized_release_bot': [ 1175 'gyp_asan_lsan_edge_fuzzer_v8_heap_symbolized_release_bot': [
1170 'gyp', 'asan', 'lsan', 'edge', 'v8_heap', 'symbolized', 'release_bot', 1176 'gyp', 'asan', 'lsan', 'edge', 'v8_heap', 'symbolized', 'release_bot',
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
1363 # This is used for tracking purposes; any bot that uses this config 1369 # This is used for tracking purposes; any bot that uses this config
1364 # should never actually run MB. 1370 # should never actually run MB.
1365 'none': [ 1371 'none': [
1366 'error', 1372 'error',
1367 ], 1373 ],
1368 1374
1369 'noswarming_gn_release_bot': [ 1375 'noswarming_gn_release_bot': [
1370 'noswarming', 'gn', 'release_bot', 1376 'noswarming', 'gn', 'release_bot',
1371 ], 1377 ],
1372 1378
1379 'noswarming_gn_release_bot_minimal_symbols_x64': [
1380 'noswarming', 'gn', 'release_bot', 'minimal_symbols', 'x64',
1381 ],
1382
1373 'noswarming_gyp_release_bot_mac_strip': [ 1383 'noswarming_gyp_release_bot_mac_strip': [
1374 'noswarming', 'gyp', 'release_bot', 'mac_strip', 1384 'noswarming', 'gyp', 'release_bot', 'mac_strip',
1375 ], 1385 ],
1376 1386
1377 'noswarming_gyp_release_bot_minimal_symbols_x86': [ 1387 'noswarming_gyp_release_bot_minimal_symbols_x86': [
1378 'noswarming', 'gyp', 'release_bot', 'minimal_symbols', 'x86', 1388 'noswarming', 'gyp', 'release_bot', 'minimal_symbols', 'x86',
1379 ], 1389 ],
1380 1390
1381 'noswarming_gyp_release_trybot': [ 1391 'noswarming_gyp_release_trybot': [
1382 'noswarming', 'gyp', 'release_trybot', 1392 'noswarming', 'gyp', 'release_trybot',
(...skipping 803 matching lines...) Expand 10 before | Expand all | Expand 10 after
2186 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2196 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2187 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2197 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2188 }, 2198 },
2189 2199
2190 'valgrind': { 2200 'valgrind': {
2191 'gn_args': 'error', # TODO(GYP): implement build_for_tool=memcheck 2201 'gn_args': 'error', # TODO(GYP): implement build_for_tool=memcheck
2192 'gyp_defines': 'build_for_tool=memcheck', 2202 'gyp_defines': 'build_for_tool=memcheck',
2193 } 2203 }
2194 }, 2204 },
2195 } 2205 }
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