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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 76 'Afl Upload Linux ASan': 'release_afl_asan', | 76 'Afl Upload Linux ASan': 'release_afl_asan', |
| 77 'Android Cloud Tests': 'android_debug_static_bot_x86', | 77 'Android Cloud Tests': 'android_debug_static_bot_x86', |
| 78 'Android Tests (x86 emulator)': 'android_debug_static_bot_x86', | 78 'Android Tests (x86 emulator)': 'android_debug_static_bot_x86', |
| 79 'Android Builder (dbg)': 'android_debug_static_bot_vr_shell', | 79 'Android Builder (dbg)': 'android_debug_static_bot_vr_shell', |
| 80 'Android deterministic': 'android_without_codecs_release_bot_minimal_symbo ls', | 80 'Android deterministic': 'android_without_codecs_release_bot_minimal_symbo ls', |
| 81 'Android deterministic (dbg)': 'android_debug_bot', | 81 'Android deterministic (dbg)': 'android_debug_bot', |
| 82 'Blimp Android Client': | 82 'Blimp Android Client': |
| 83 '//build/args/bots/chromium.fyi/blimp_client_rel.gn', | 83 '//build/args/bots/chromium.fyi/blimp_client_rel.gn', |
| 84 'Blimp Linux Engine': | 84 'Blimp Linux Engine': |
| 85 '//build/args/bots/chromium.fyi/blimp_engine_rel.gn', | 85 '//build/args/bots/chromium.fyi/blimp_engine_rel.gn', |
| 86 'Blimp Client Engine Integration': { | |
| 87 'client': '//build/args/bots/chromium.fyi/blimp_client_rel.gn', | |
| 88 'engine': '//build/args/bots/chromium.fyi/blimp_engine_rel.gn', | |
| 89 }, | |
| 86 'Browser Side Navigation Linux': 'release_bot', | 90 'Browser Side Navigation Linux': 'release_bot', |
| 87 'CFI Linux CF': 'cfi_full_cfi_diag_release_static', | 91 'CFI Linux CF': 'cfi_full_cfi_diag_release_static', |
| 88 'CFI Linux ToT': 'cfi_full_clang_tot_release_static', | 92 'CFI Linux ToT': 'cfi_full_clang_tot_release_static', |
| 89 'CFI Linux': 'cfi_release_static', | 93 'CFI Linux': 'cfi_release_static', |
| 90 'CFI Linux Full': 'cfi_full_release_static', | 94 'CFI Linux Full': 'cfi_full_release_static', |
| 91 'Chromium Linux Goma Canary': 'release_bot', | 95 'Chromium Linux Goma Canary': 'release_bot', |
| 92 'Chromium Linux Goma Canary (clobber)': 'release_bot', | 96 'Chromium Linux Goma Canary (clobber)': 'release_bot', |
| 93 'Chromium Linux Precise Goma LinkTest': 'release_bot', | 97 'Chromium Linux Precise Goma LinkTest': 'release_bot', |
| 94 'Chromium Linux32 Goma Canary (clobber)': 'release_bot_x86', | 98 'Chromium Linux32 Goma Canary (clobber)': 'release_bot_x86', |
| 95 'Chromium Mac 10.10 MacViews': 'mac_views_browser_release_bot', | 99 'Chromium Mac 10.10 MacViews': 'mac_views_browser_release_bot', |
| 96 'Chromium Mac 10.11': 'release_bot', | 100 'Chromium Mac 10.11': 'release_bot', |
| 97 'Chromium Mac 10.11 Force Mac Toolchain': 'release_bot', | 101 'Chromium Mac 10.11 Force Mac Toolchain': 'release_bot', |
| 98 'Chromium Mac 10.9 Goma Canary': 'release_bot', | 102 'Chromium Mac 10.9 Goma Canary': 'release_bot', |
| 99 'Chromium Mac 10.9 Goma Canary (clobber)': 'release_bot', | 103 'Chromium Mac 10.9 Goma Canary (clobber)': 'release_bot', |
| 100 'Chromium Mac 10.9 Goma Canary (dbg)': 'debug_bot', | 104 'Chromium Mac 10.9 Goma Canary (dbg)': 'debug_bot', |
| 101 'Chromium Mac 10.9 Goma Canary (dbg)(clobber)': 'debug_bot', | 105 'Chromium Mac 10.9 Goma Canary (dbg)(clobber)': 'debug_bot', |
| 102 'Chromium Win PGO Builder': [ 'official_optimize_chrome_pgo_phase_1_x86', 'official_optimize_chrome_pgo_phase_2_x86' ], | 106 'Chromium Win PGO Builder': { |
| 103 'Chromium Win x64 PGO Builder': [ 'official_optimize_chrome_pgo_phase_1', 'official_optimize_chrome_pgo_phase_2' ], | 107 '0': 'official_optimize_chrome_pgo_phase_1_x86', |
| 108 '1': 'official_optimize_chrome_pgo_phase_2_x86', | |
|
Dirk Pranke
2016/10/11 00:14:05
Whoops, these need to be '1' and '2' instead, here
shenghuazhang
2016/10/11 01:09:27
Done.
| |
| 109 }, | |
| 110 'Chromium Win x64 PGO Builder': { | |
| 111 '0': 'official_optimize_chrome_pgo_phase_1', | |
| 112 '1': 'official_optimize_chrome_pgo_phase_2', | |
| 113 }, | |
| 104 'Chromium Windows Analyze': 'windows_analyze', | 114 'Chromium Windows Analyze': 'windows_analyze', |
| 105 'CrWin7Goma': 'release_bot_x86', | 115 'CrWin7Goma': 'release_bot_x86', |
| 106 'CrWin7Goma(clbr)': 'shared_release_bot_x86', | 116 'CrWin7Goma(clbr)': 'shared_release_bot_x86', |
| 107 'CrWin7Goma(dbg)': 'debug_bot_x86', | 117 'CrWin7Goma(dbg)': 'debug_bot_x86', |
| 108 'CrWin7Goma(dll)': 'shared_release_bot_x86', | 118 'CrWin7Goma(dll)': 'shared_release_bot_x86', |
| 109 | 119 |
| 110 # if CrWinClang is modified, please update CrWinClangGoma in the same way. | 120 # if CrWinClang is modified, please update CrWinClangGoma in the same way. |
| 111 'CrWinClang': 'clang_official_release_bot_minimal_symbols_x86', | 121 'CrWinClang': 'clang_official_release_bot_minimal_symbols_x86', |
| 112 | 122 |
| 113 'CrWinClang(dbg)': 'clang_debug_bot_minimal_symbols_x86', | 123 'CrWinClang(dbg)': 'clang_debug_bot_minimal_symbols_x86', |
| (...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 390 | 400 |
| 391 'official.desktop': { | 401 'official.desktop': { |
| 392 'mac64': 'official', | 402 'mac64': 'official', |
| 393 'precise64': 'official', | 403 'precise64': 'official', |
| 394 | 404 |
| 395 # Currently the official bots set mini_installer_official_deps=1 | 405 # Currently the official bots set mini_installer_official_deps=1 |
| 396 # but it's not clear if that's actually used anywhere. | 406 # but it's not clear if that's actually used anywhere. |
| 397 'win': 'official_x86', | 407 'win': 'official_x86', |
| 398 'win-asan': 'official_syzyasan_x86', | 408 'win-asan': 'official_syzyasan_x86', |
| 399 'win-clang': 'official_clang_x86', | 409 'win-clang': 'official_clang_x86', |
| 400 'win-pgo': [ 'official_chrome_pgo_phase_1_x86', 'official_chrome_pgo_phase _2_x86' ], | 410 'win-pgo': { |
|
shenghuazhang
2016/10/08 00:21:19
Have to change these builder configs as well, due
| |
| 411 '0': 'official_chrome_pgo_phase_1_x86', | |
| 412 '1': 'official_chrome_pgo_phase_2_x86', | |
| 413 }, | |
| 401 'win64': 'official', | 414 'win64': 'official', |
| 402 'win64-clang': 'official_clang', | 415 'win64-clang': 'official_clang', |
| 403 'win64-pgo': [ 'official_chrome_pgo_phase_1', 'official_chrome_pgo_phase_2 ' ], | 416 'win64-pgo': { |
| 417 '0': 'official_chrome_pgo_phase_1', | |
| 418 '1': 'official_chrome_pgo_phase_2', | |
| 419 }, | |
| 404 }, | 420 }, |
| 405 | 421 |
| 406 'official.desktop.continuous': { | 422 'official.desktop.continuous': { |
| 407 'mac beta': 'official', | 423 'mac beta': 'official', |
| 408 'mac stable': 'official', | 424 'mac stable': 'official', |
| 409 'mac trunk': 'official', | 425 'mac trunk': 'official', |
| 410 'precise64 beta': 'official', | 426 'precise64 beta': 'official', |
| 411 'precise64 stable': 'official', | 427 'precise64 stable': 'official', |
| 412 'precise64 trunk': 'official', | 428 'precise64 trunk': 'official', |
| 413 'win beta': 'official_six_concurrent_links', | 429 'win beta': 'official_six_concurrent_links', |
| (...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 623 'win_chromium_syzyasan_rel': 'syzyasan_no_pch_release_x86', | 639 'win_chromium_syzyasan_rel': 'syzyasan_no_pch_release_x86', |
| 624 'win_chromium_x64_rel_ng': 'release_trybot', | 640 'win_chromium_x64_rel_ng': 'release_trybot', |
| 625 'win_clang': 'win_clang_debug_bot', | 641 'win_clang': 'win_clang_debug_bot', |
| 626 'win_clang_dbg': 'clang_debug_trybot_x86', | 642 'win_clang_dbg': 'clang_debug_trybot_x86', |
| 627 'win_clang_rel': 'clang_official_release_trybot_x86', | 643 'win_clang_rel': 'clang_official_release_trybot_x86', |
| 628 'win_clang_x64_dbg': 'win_clang_debug_bot', | 644 'win_clang_x64_dbg': 'win_clang_debug_bot', |
| 629 'win_clang_x64_rel': 'clang_official_release_trybot', | 645 'win_clang_x64_rel': 'clang_official_release_trybot', |
| 630 'win_nacl_sdk': 'release_bot_x86', | 646 'win_nacl_sdk': 'release_bot_x86', |
| 631 'win_nacl_sdk_build': 'release_bot_x86', | 647 'win_nacl_sdk_build': 'release_bot_x86', |
| 632 'win_optional_gpu_tests_rel': 'gpu_tests_deqp_gles_release_trybot_x86', | 648 'win_optional_gpu_tests_rel': 'gpu_tests_deqp_gles_release_trybot_x86', |
| 633 'win_pgo': [ 'official_optimize_chrome_pgo_phase_1_x86', 'official_optimiz e_chrome_pgo_phase_2_x86' ], | 649 'win_pgo': { |
| 650 '0': 'official_optimize_chrome_pgo_phase_1_x86', | |
| 651 '1': 'official_optimize_chrome_pgo_phase_2_x86', | |
| 652 }, | |
| 634 'win_upload_clang': 'release_bot', | 653 'win_upload_clang': 'release_bot', |
| 635 'win_chrome_official': 'official_goma_x86', | 654 'win_chrome_official': 'official_goma_x86', |
| 636 }, | 655 }, |
| 637 | 656 |
| 638 'tryserver.v8': { | 657 'tryserver.v8': { |
| 639 'v8_android_chromium_gn_dbg': 'android_debug_bot', | 658 'v8_android_chromium_gn_dbg': 'android_debug_bot', |
| 640 'v8_linux_blink_rel': 'release_trybot', | 659 'v8_linux_blink_rel': 'release_trybot', |
| 641 'v8_linux_chromium_gn_rel': 'release_trybot', | 660 'v8_linux_chromium_gn_rel': 'release_trybot', |
| 642 }, | 661 }, |
| 643 }, | 662 }, |
| (...skipping 1130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1774 'gn_args': 'target_cpu="x86"', | 1793 'gn_args': 'target_cpu="x86"', |
| 1775 }, | 1794 }, |
| 1776 | 1795 |
| 1777 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 1796 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
| 1778 | 1797 |
| 1779 'drmemory': { | 1798 'drmemory': { |
| 1780 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 1799 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 1781 }, | 1800 }, |
| 1782 }, | 1801 }, |
| 1783 } | 1802 } |
| OLD | NEW |