| 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 # 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 'Chromium Linux Precise Goma LinkTest': 'gn_release_bot', | 111 'Chromium Linux Precise Goma LinkTest': 'gn_release_bot', |
| 112 'Chromium Linux32 Goma Canary (clobber)': 'gn_release_bot_x86', | 112 'Chromium Linux32 Goma Canary (clobber)': 'gn_release_bot_x86', |
| 113 'Chromium Mac 10.10 MacViews': 'mac_views_browser_gn_release_bot', | 113 'Chromium Mac 10.10 MacViews': 'mac_views_browser_gn_release_bot', |
| 114 'Chromium Mac 10.11': 'gn_release_bot', | 114 'Chromium Mac 10.11': 'gn_release_bot', |
| 115 'Chromium Mac 10.11 Force Mac Toolchain': 'gn_release_bot', | 115 'Chromium Mac 10.11 Force Mac Toolchain': 'gn_release_bot', |
| 116 'Chromium Mac 10.9 Goma Canary': 'gn_release_bot', | 116 'Chromium Mac 10.9 Goma Canary': 'gn_release_bot', |
| 117 'Chromium Mac 10.9 Goma Canary (clobber)': 'gn_release_bot', | 117 'Chromium Mac 10.9 Goma Canary (clobber)': 'gn_release_bot', |
| 118 'Chromium Mac 10.9 Goma Canary (dbg)': 'gn_debug_bot', | 118 'Chromium Mac 10.9 Goma Canary (dbg)': 'gn_debug_bot', |
| 119 'Chromium Mac 10.9 Goma Canary (dbg)(clobber)': 'gn_debug_bot', | 119 'Chromium Mac 10.9 Goma Canary (dbg)(clobber)': 'gn_debug_bot', |
| 120 'Chromium Win PGO Builder': [ | 120 'Chromium Win PGO Builder': [ |
| 121 'gyp_official_optimize_chrome_pgo_phase_1_x86', | 121 'gn_official_optimize_chrome_pgo_phase_1_x86', |
| 122 'gyp_official_optimize_chrome_pgo_phase_2_x86' | 122 'gn_official_optimize_chrome_pgo_phase_2_x86' |
| 123 ], | 123 ], |
| 124 'Chromium Win x64 PGO Builder': [ | 124 'Chromium Win x64 PGO Builder': [ |
| 125 'gyp_official_optimize_chrome_pgo_phase_1_x64', | 125 'gn_official_optimize_chrome_pgo_phase_1_x64', |
| 126 'gyp_official_optimize_chrome_pgo_phase_2_x64', | 126 'gn_official_optimize_chrome_pgo_phase_2_x64', |
| 127 ], | 127 ], |
| 128 'Chromium Windows Analyze': 'gn_windows_analyze', | 128 'Chromium Windows Analyze': 'gn_windows_analyze', |
| 129 'CrWin7Goma': 'gn_release_bot_minimal_symbols_x86', | 129 'CrWin7Goma': 'gn_release_bot_minimal_symbols_x86', |
| 130 'CrWin7Goma(clbr)': 'gn_shared_release_bot_minimal_symbols_x86', | 130 'CrWin7Goma(clbr)': 'gn_shared_release_bot_minimal_symbols_x86', |
| 131 'CrWin7Goma(dbg)': 'gn_debug_bot_minimal_symbols_x86', | 131 'CrWin7Goma(dbg)': 'gn_debug_bot_minimal_symbols_x86', |
| 132 'CrWin7Goma(dll)': 'gn_shared_release_bot_minimal_symbols_x86', | 132 'CrWin7Goma(dll)': 'gn_shared_release_bot_minimal_symbols_x86', |
| 133 # if CrWinClang is modified, please update CrWinClangGoma in the same way. | 133 # if CrWinClang is modified, please update CrWinClangGoma in the same way. |
| 134 'CrWinClang': | 134 'CrWinClang': |
| 135 'swarming_gn_clang_official_optimize_release_bot_minimal_symbols_x86', | 135 'swarming_gn_clang_official_optimize_release_bot_minimal_symbols_x86', |
| 136 'CrWinClang(dbg)': | 136 'CrWinClang(dbg)': |
| (...skipping 500 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 637 'official.desktop': { | 637 'official.desktop': { |
| 638 'blimp-engine': '//build/args/bots/official.desktop/blimp-engine.gn', | 638 'blimp-engine': '//build/args/bots/official.desktop/blimp-engine.gn', |
| 639 'mac64': 'gn_official', | 639 'mac64': 'gn_official', |
| 640 'precise64': 'gn_official', | 640 'precise64': 'gn_official', |
| 641 | 641 |
| 642 # Currently the official bots set mini_installer_official_deps=1 | 642 # Currently the official bots set mini_installer_official_deps=1 |
| 643 # but it's not clear if that's actually used anywhere. | 643 # but it's not clear if that's actually used anywhere. |
| 644 'win': 'gyp_official', | 644 'win': 'gyp_official', |
| 645 'win-asan': 'gyp_official_syzyasan', | 645 'win-asan': 'gyp_official_syzyasan', |
| 646 'win-pgo': [ | 646 'win-pgo': [ |
| 647 'gyp_official_chrome_pgo_phase_1_x86', | 647 'gn_official_chrome_pgo_phase_1_x86', |
| 648 'gyp_official_chrome_pgo_phase_2_x86', | 648 'gn_official_chrome_pgo_phase_2_x86', |
| 649 ], | 649 ], |
| 650 'win64': 'gyp_official_x64', | 650 'win64': 'gyp_official_x64', |
| 651 'win64-pgo': [ | 651 'win64-pgo': [ |
| 652 'gyp_official_chrome_pgo_phase_1_x64', | 652 'gn_official_chrome_pgo_phase_1_x64', |
| 653 'gyp_official_chrome_pgo_phase_2_x64', | 653 'gn_official_chrome_pgo_phase_2_x64', |
| 654 ], | 654 ], |
| 655 }, | 655 }, |
| 656 | 656 |
| 657 'official.desktop.continuous': { | 657 'official.desktop.continuous': { |
| 658 'mac beta': 'gyp_official', | 658 'mac beta': 'gyp_official', |
| 659 'mac stable': 'gyp_official', | 659 'mac stable': 'gyp_official', |
| 660 'mac trunk': 'gn_official', | 660 'mac trunk': 'gn_official', |
| 661 'precise64 beta': 'gn_official', | 661 'precise64 beta': 'gn_official', |
| 662 'precise64 stable': 'gn_official', | 662 'precise64 stable': 'gn_official', |
| 663 'precise64 trunk': 'gn_official', | 663 'precise64 trunk': 'gn_official', |
| (...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 928 'win_clang_rel': | 928 'win_clang_rel': |
| 929 'swarming_gn_clang_official_optimize_release_trybot_x86', | 929 'swarming_gn_clang_official_optimize_release_trybot_x86', |
| 930 'win_clang_x64_dbg': 'win_clang_debug_bot', | 930 'win_clang_x64_dbg': 'win_clang_debug_bot', |
| 931 'win_clang_x64_rel': | 931 'win_clang_x64_rel': |
| 932 'swarming_gn_clang_official_optimize_release_trybot_x64', | 932 'swarming_gn_clang_official_optimize_release_trybot_x64', |
| 933 'win_nacl_sdk': 'gn_release_bot_minimal_symbols_x86', | 933 'win_nacl_sdk': 'gn_release_bot_minimal_symbols_x86', |
| 934 'win_nacl_sdk_build': 'gn_release_bot_minimal_symbols_x86', | 934 'win_nacl_sdk_build': 'gn_release_bot_minimal_symbols_x86', |
| 935 'win_optional_gpu_tests_rel': | 935 'win_optional_gpu_tests_rel': |
| 936 'swarming_gpu_tests_deqp_gles_gn_release_trybot_x86', | 936 'swarming_gpu_tests_deqp_gles_gn_release_trybot_x86', |
| 937 'win_pgo': [ | 937 'win_pgo': [ |
| 938 'gyp_official_optimize_chrome_pgo_phase_1_x86', | 938 'gn_official_optimize_chrome_pgo_phase_1_x86', |
| 939 'gyp_official_optimize_chrome_pgo_phase_2_x86', | 939 'gn_official_optimize_chrome_pgo_phase_2_x86', |
| 940 ], | 940 ], |
| 941 'win_upload_clang': 'gn_release_bot', | 941 'win_upload_clang': 'gn_release_bot', |
| 942 'win_chrome_official': 'gn_official_goma_minimal_symbols_x86', | 942 'win_chrome_official': 'gn_official_goma_minimal_symbols_x86', |
| 943 'win_x64_chromium_variable_builder': 'findit', | 943 'win_x64_chromium_variable_builder': 'findit', |
| 944 }, | 944 }, |
| 945 | 945 |
| 946 'tryserver.v8': { | 946 'tryserver.v8': { |
| 947 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', | 947 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', |
| 948 'v8_linux_blink_rel': 'swarming_gn_release_trybot_x64', | 948 'v8_linux_blink_rel': 'swarming_gn_release_trybot_x64', |
| 949 'v8_linux_chromium_gn_rel': 'gn_release_trybot', | 949 'v8_linux_chromium_gn_rel': 'gn_release_trybot', |
| (...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1354 ], | 1354 ], |
| 1355 | 1355 |
| 1356 'gyp_official_syzyasan': [ | 1356 'gyp_official_syzyasan': [ |
| 1357 'gyp', 'official', 'syzyasan', | 1357 'gyp', 'official', 'syzyasan', |
| 1358 ], | 1358 ], |
| 1359 | 1359 |
| 1360 'gyp_official_six_concurrent_links': [ | 1360 'gyp_official_six_concurrent_links': [ |
| 1361 'gyp', 'official', 'six_concurrent_links', | 1361 'gyp', 'official', 'six_concurrent_links', |
| 1362 ], | 1362 ], |
| 1363 | 1363 |
| 1364 'gyp_official_chrome_pgo_phase_1_x64': [ | 1364 'gn_official_chrome_pgo_phase_1_x64': [ |
| 1365 'gyp', 'official', 'chrome_pgo_phase_1', 'x64', | 1365 'gn', 'official', 'chrome_pgo_phase_1', 'x64', |
| 1366 ], | 1366 ], |
| 1367 | 1367 |
| 1368 'gyp_official_chrome_pgo_phase_2_x64': [ | 1368 'gn_official_chrome_pgo_phase_2_x64': [ |
| 1369 'gyp', 'official', 'chrome_pgo_phase_2', 'x64', | 1369 'gn', 'official', 'chrome_pgo_phase_2', 'x64', |
| 1370 ], | 1370 ], |
| 1371 | 1371 |
| 1372 'gyp_official_chrome_pgo_phase_1_x86': [ | 1372 'gn_official_chrome_pgo_phase_1_x86': [ |
| 1373 'gyp', 'official', 'chrome_pgo_phase_1', 'x86', | 1373 'gn', 'official', 'chrome_pgo_phase_1', 'x86', |
| 1374 ], | 1374 ], |
| 1375 | 1375 |
| 1376 'gyp_official_chrome_pgo_phase_2_x86': [ | 1376 'gn_official_chrome_pgo_phase_2_x86': [ |
| 1377 'gyp', 'official_optimize', 'chrome_pgo_phase_2', 'x86', | 1377 'gn', 'official_optimize', 'chrome_pgo_phase_2', 'x86', |
| 1378 ], | 1378 ], |
| 1379 | 1379 |
| 1380 'gyp_official_optimize_chrome_pgo_phase_1_x64': [ | 1380 'gn_official_optimize_chrome_pgo_phase_1_x64': [ |
| 1381 'gyp', 'official_optimize', 'chrome_pgo_phase_1', 'x64', | 1381 'gn', 'official_optimize', 'chrome_pgo_phase_1', 'x64', |
| 1382 ], | 1382 ], |
| 1383 | 1383 |
| 1384 'gyp_official_optimize_chrome_pgo_phase_2_x64': [ | 1384 'gn_official_optimize_chrome_pgo_phase_2_x64': [ |
| 1385 'gyp', 'official_optimize', 'chrome_pgo_phase_2', 'x64', | 1385 'gn', 'official_optimize', 'chrome_pgo_phase_2', 'x64', |
| 1386 ], | 1386 ], |
| 1387 | 1387 |
| 1388 'gyp_official_optimize_chrome_pgo_phase_1_x86': [ | 1388 'gn_official_optimize_chrome_pgo_phase_1_x86': [ |
| 1389 'gyp', 'official_optimize', 'chrome_pgo_phase_1', 'x86', | 1389 'gn', 'official_optimize', 'chrome_pgo_phase_1', 'x86', |
| 1390 ], | 1390 ], |
| 1391 | 1391 |
| 1392 'gyp_official_optimize_chrome_pgo_phase_2_x86': [ | 1392 'gn_official_optimize_chrome_pgo_phase_2_x86': [ |
| 1393 'gyp', 'official_optimize', 'chrome_pgo_phase_2', 'x86', | 1393 'gn', 'official_optimize', 'chrome_pgo_phase_2', 'x86', |
| 1394 ], | 1394 ], |
| 1395 | 1395 |
| 1396 'gyp_official_x64': [ | 1396 'gyp_official_x64': [ |
| 1397 'gyp', 'official', 'x64', | 1397 'gyp', 'official', 'x64', |
| 1398 ], | 1398 ], |
| 1399 | 1399 |
| 1400 'gyp_official_x64_six_concurrent_links': [ | 1400 'gyp_official_x64_six_concurrent_links': [ |
| 1401 'gyp', 'official', 'x64', 'six_concurrent_links', | 1401 'gyp', 'official', 'x64', 'six_concurrent_links', |
| 1402 ], | 1402 ], |
| 1403 | 1403 |
| (...skipping 959 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2363 }, | 2363 }, |
| 2364 | 2364 |
| 2365 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2365 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
| 2366 | 2366 |
| 2367 'drmemory': { | 2367 'drmemory': { |
| 2368 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2368 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 2369 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2369 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
| 2370 }, | 2370 }, |
| 2371 }, | 2371 }, |
| 2372 } | 2372 } |
| OLD | NEW |