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

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

Issue 2180513002: Fix MB configs for public PGO builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 'Chromium Linux Precise Goma LinkTest': 'gn_release_bot', 110 'Chromium Linux Precise Goma LinkTest': 'gn_release_bot',
111 'Chromium Linux32 Goma Canary (clobber)': 'gn_release_bot_x86', 111 'Chromium Linux32 Goma Canary (clobber)': 'gn_release_bot_x86',
112 'Chromium Mac 10.10 MacViews': 'mac_views_browser_gn_release_bot', 112 'Chromium Mac 10.10 MacViews': 'mac_views_browser_gn_release_bot',
113 'Chromium Mac 10.11': 'gn_release_bot', 113 'Chromium Mac 10.11': 'gn_release_bot',
114 'Chromium Mac 10.11 Force Mac Toolchain': 'gn_release_bot', 114 'Chromium Mac 10.11 Force Mac Toolchain': 'gn_release_bot',
115 'Chromium Mac 10.9 Goma Canary': 'gn_release_bot', 115 'Chromium Mac 10.9 Goma Canary': 'gn_release_bot',
116 'Chromium Mac 10.9 Goma Canary (clobber)': 'gn_release_bot', 116 'Chromium Mac 10.9 Goma Canary (clobber)': 'gn_release_bot',
117 'Chromium Mac 10.9 Goma Canary (dbg)': 'gn_debug_bot', 117 'Chromium Mac 10.9 Goma Canary (dbg)': 'gn_debug_bot',
118 'Chromium Mac 10.9 Goma Canary (dbg)(clobber)': 'gn_debug_bot', 118 'Chromium Mac 10.9 Goma Canary (dbg)(clobber)': 'gn_debug_bot',
119 'Chromium Win PGO Builder': [ 119 'Chromium Win PGO Builder': [
120 'gyp_official_chrome_pgo_phase_1_x86', 120 'gyp_official_optimize_chrome_pgo_phase_1_x86',
121 'gyp_official_chrome_pgo_phase_2_x86' 121 'gyp_official_optimize_chrome_pgo_phase_2_x86'
122 ], 122 ],
123 'Chromium Win x64 PGO Builder': [ 123 'Chromium Win x64 PGO Builder': [
124 'gyp_official_chrome_pgo_phase_1_x64', 124 'gyp_official_optimize_chrome_pgo_phase_1_x64',
125 'gyp_official_chrome_pgo_phase_2_x64', 125 'gyp_official_optimize_chrome_pgo_phase_2_x64',
126 ], 126 ],
127 'Chromium Windows Analyze': 'gn_windows_analyze', 127 'Chromium Windows Analyze': 'gn_windows_analyze',
128 'CrWin7Goma': 'gn_release_bot_minimal_symbols_x86', 128 'CrWin7Goma': 'gn_release_bot_minimal_symbols_x86',
129 'CrWin7Goma(clbr)': 'gn_shared_release_bot_minimal_symbols_x86', 129 'CrWin7Goma(clbr)': 'gn_shared_release_bot_minimal_symbols_x86',
130 'CrWin7Goma(dbg)': 'gn_debug_bot_minimal_symbols_x86', 130 'CrWin7Goma(dbg)': 'gn_debug_bot_minimal_symbols_x86',
131 'CrWin7Goma(dll)': 'gn_shared_release_bot_minimal_symbols_x86', 131 'CrWin7Goma(dll)': 'gn_shared_release_bot_minimal_symbols_x86',
132 'CrWinClang': 132 'CrWinClang':
133 'swarming_gn_clang_official_release_bot_minimal_symbols_x86', 133 'swarming_gn_clang_official_release_bot_minimal_symbols_x86',
134 'CrWinClang(dbg)': 134 'CrWinClang(dbg)':
135 'swarming_gyp_clang_debug_bot_minimal_symbols_x86', 135 'swarming_gyp_clang_debug_bot_minimal_symbols_x86',
(...skipping 779 matching lines...) Expand 10 before | Expand all | Expand 10 after
915 'win_clang': 'win_clang_debug_bot', 915 'win_clang': 'win_clang_debug_bot',
916 'win_clang_dbg': 'swarming_gyp_clang_debug_trybot_x86', 916 'win_clang_dbg': 'swarming_gyp_clang_debug_trybot_x86',
917 'win_clang_rel': 'swarming_gyp_clang_official_release_trybot_x86', 917 'win_clang_rel': 'swarming_gyp_clang_official_release_trybot_x86',
918 'win_clang_x64_dbg': 'win_clang_debug_bot', 918 'win_clang_x64_dbg': 'win_clang_debug_bot',
919 'win_clang_x64_rel': 'swarming_gyp_clang_official_release_trybot_x64', 919 'win_clang_x64_rel': 'swarming_gyp_clang_official_release_trybot_x64',
920 'win_nacl_sdk': 'gyp_release_bot_minimal_symbols_x86', 920 'win_nacl_sdk': 'gyp_release_bot_minimal_symbols_x86',
921 'win_nacl_sdk_build': 'gyp_release_bot_minimal_symbols_x86', 921 'win_nacl_sdk_build': 'gyp_release_bot_minimal_symbols_x86',
922 'win_optional_gpu_tests_rel': 922 'win_optional_gpu_tests_rel':
923 'swarming_gpu_tests_deqp_gles_gn_release_trybot_x86', 923 'swarming_gpu_tests_deqp_gles_gn_release_trybot_x86',
924 'win_pgo': [ 924 'win_pgo': [
925 'gyp_official_chrome_pgo_phase_1_x86', 925 'gyp_official_optimize_chrome_pgo_phase_1_x86',
926 'gyp_official_chrome_pgo_phase_2_x86', 926 'gyp_official_optimize_chrome_pgo_phase_2_x86',
927 ], 927 ],
928 'win_upload_clang': 'gn_release_bot', 928 'win_upload_clang': 'gn_release_bot',
929 'win_chrome_official': 'gn_official_goma_minimal_symbols_x86', 929 'win_chrome_official': 'gn_official_goma_minimal_symbols_x86',
930 'win_x64_chromium_variable_builder': 'findit', 930 'win_x64_chromium_variable_builder': 'findit',
931 }, 931 },
932 932
933 'tryserver.v8': { 933 'tryserver.v8': {
934 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', 934 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot',
935 'v8_linux_blink_rel': 'swarming_gn_release_trybot_x64', 935 'v8_linux_blink_rel': 'swarming_gn_release_trybot_x64',
936 'v8_linux_chromium_gn_rel': 'gn_release_trybot', 936 'v8_linux_chromium_gn_rel': 'gn_release_trybot',
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
1370 1370
1371 'gyp_official_chrome_pgo_phase_2_x64': [ 1371 'gyp_official_chrome_pgo_phase_2_x64': [
1372 'gyp', 'official', 'chrome_pgo_phase_2', 'x64', 1372 'gyp', 'official', 'chrome_pgo_phase_2', 'x64',
1373 ], 1373 ],
1374 1374
1375 'gyp_official_chrome_pgo_phase_1_x86': [ 1375 'gyp_official_chrome_pgo_phase_1_x86': [
1376 'gyp', 'official', 'chrome_pgo_phase_1', 'x86', 1376 'gyp', 'official', 'chrome_pgo_phase_1', 'x86',
1377 ], 1377 ],
1378 1378
1379 'gyp_official_chrome_pgo_phase_2_x86': [ 1379 'gyp_official_chrome_pgo_phase_2_x86': [
1380 'gyp', 'official', 'chrome_pgo_phase_2', 'x86', 1380 'gyp', 'official_optimize', 'chrome_pgo_phase_2', 'x86',
1381 ],
1382
1383 'gyp_official_optimize_chrome_pgo_phase_1_x64': [
1384 'gyp', 'official_optimize', 'chrome_pgo_phase_1', 'x64',
1385 ],
1386
1387 'gyp_official_optimize_chrome_pgo_phase_2_x64': [
1388 'gyp', 'official_optimize', 'chrome_pgo_phase_2', 'x64',
1389 ],
1390
1391 'gyp_official_optimize_chrome_pgo_phase_1_x86': [
1392 'gyp', 'official_optimize', 'chrome_pgo_phase_1', 'x86',
1393 ],
1394
1395 'gyp_official_optimize_chrome_pgo_phase_2_x86': [
1396 'gyp', 'official_optimize', 'chrome_pgo_phase_2', 'x86',
1381 ], 1397 ],
1382 1398
1383 'gyp_official_x64': [ 1399 'gyp_official_x64': [
1384 'gyp', 'official', 'x64', 1400 'gyp', 'official', 'x64',
1385 ], 1401 ],
1386 1402
1387 'gyp_official_x64_six_concurrent_links': [ 1403 'gyp_official_x64_six_concurrent_links': [
1388 'gyp', 'official', 'x64', 'six_concurrent_links', 1404 'gyp', 'official', 'x64', 'six_concurrent_links',
1389 ], 1405 ],
1390 1406
(...skipping 821 matching lines...) Expand 10 before | Expand all | Expand 10 after
2212 'gyp_defines': 'fastbuild=2', 2228 'gyp_defines': 'fastbuild=2',
2213 }, 2229 },
2214 2230
2215 'noswarming': { 2231 'noswarming': {
2216 # test_isolation_mode doesn't exist in a GN build (it's always a no-op). 2232 # test_isolation_mode doesn't exist in a GN build (it's always a no-op).
2217 'gn_args': '', 2233 'gn_args': '',
2218 'gyp_defines': 'test_isolation_mode=noop', 2234 'gyp_defines': 'test_isolation_mode=noop',
2219 }, 2235 },
2220 2236
2221 'official': { 2237 'official': {
2222 'gn_args': ('is_chrome_branded=true is_official_build=true ' 2238 'mixins': ['official_optimize'],
2223 'is_debug=false'), 2239 'gn_args': 'is_chrome_branded=true',
2224 'gyp_defines': 'branding=Chrome buildtype=Official', 2240 'gyp_defines': 'branding=Chrome',
2241 },
2242
2243 'official_optimize': {
2244 'gn_args': 'is_official_build=true is_debug=false',
2245 'gyp_defines': 'buildtype=Official',
2225 }, 2246 },
2226 2247
2227 'ozone': { 2248 'ozone': {
2228 'gn_args': 'use_ozone=true', 2249 'gn_args': 'use_ozone=true',
2229 'gyp_defines': 'use_ozone=1', 2250 'gyp_defines': 'use_ozone=1',
2230 }, 2251 },
2231 2252
2232 'pdf_xfa': { 2253 'pdf_xfa': {
2233 'gn_args': 'pdf_enable_xfa=true', 2254 'gn_args': 'pdf_enable_xfa=true',
2234 'gyp_defines': 'pdf_enable_xfa=1', 2255 'gyp_defines': 'pdf_enable_xfa=1',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
2349 }, 2370 },
2350 2371
2351 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2372 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2352 2373
2353 'drmemory': { 2374 'drmemory': {
2354 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2375 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2355 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2376 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2356 }, 2377 },
2357 }, 2378 },
2358 } 2379 }
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