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 710 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
721 ], | 721 ], |
722 'win64': 'gn_official_x64', | 722 'win64': 'gn_official_x64', |
723 'win64-clang': 'gn_official_clang_x64', | 723 'win64-clang': 'gn_official_clang_x64', |
724 'win64-pgo': [ | 724 'win64-pgo': [ |
725 'gn_official_chrome_pgo_phase_1_x64', | 725 'gn_official_chrome_pgo_phase_1_x64', |
726 'gn_official_chrome_pgo_phase_2_x64', | 726 'gn_official_chrome_pgo_phase_2_x64', |
727 ], | 727 ], |
728 }, | 728 }, |
729 | 729 |
730 'official.desktop.continuous': { | 730 'official.desktop.continuous': { |
731 'mac beta': 'gyp_official', | 731 'mac beta': 'gn_official', |
732 'mac stable': 'gyp_official', | 732 'mac stable': 'gn_official', |
733 'mac trunk': 'gn_official', | 733 'mac trunk': 'gn_official', |
734 'precise64 beta': 'gn_official', | 734 'precise64 beta': 'gn_official', |
735 'precise64 stable': 'gn_official', | 735 'precise64 stable': 'gn_official', |
736 'precise64 trunk': 'gn_official', | 736 'precise64 trunk': 'gn_official', |
737 'win beta': 'gn_official_six_concurrent_links', | 737 'win beta': 'gn_official_six_concurrent_links', |
738 'win stable': 'gn_official_six_concurrent_links', | 738 'win stable': 'gn_official_six_concurrent_links', |
739 'win trunk': 'gn_official_six_concurrent_links', | 739 'win trunk': 'gn_official_six_concurrent_links', |
740 'win64 trunk': 'gn_official_x64_six_concurrent_links', | 740 'win64 trunk': 'gn_official_x64_six_concurrent_links', |
741 }, | 741 }, |
742 | 742 |
(...skipping 697 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1440 ], | 1440 ], |
1441 | 1441 |
1442 'gn_msan_edge_release_bot': [ | 1442 'gn_msan_edge_release_bot': [ |
1443 'gn', 'msan', 'edge', 'release_bot', | 1443 'gn', 'msan', 'edge', 'release_bot', |
1444 ], | 1444 ], |
1445 | 1445 |
1446 'gn_msan_no_origins_edge_release_bot': [ | 1446 'gn_msan_no_origins_edge_release_bot': [ |
1447 'gn', 'msan_no_origins', 'edge', 'release_bot', | 1447 'gn', 'msan_no_origins', 'edge', 'release_bot', |
1448 ], | 1448 ], |
1449 | 1449 |
1450 'gyp_official': [ | |
1451 'gyp', 'official', | |
1452 ], | |
1453 | |
1454 'gn_official_goma_chromeos': [ | 1450 'gn_official_goma_chromeos': [ |
1455 'gn', 'official', 'goma', 'chromeos', | 1451 'gn', 'official', 'goma', 'chromeos', |
1456 ], | 1452 ], |
1457 | 1453 |
1458 'gn_official_syzyasan_x86': [ | 1454 'gn_official_syzyasan_x86': [ |
1459 'gn', 'official', 'syzyasan', 'x86', | 1455 'gn', 'official', 'syzyasan', 'x86', |
1460 ], | 1456 ], |
1461 | 1457 |
1462 'gn_official_six_concurrent_links': [ | 1458 'gn_official_six_concurrent_links': [ |
1463 'gn', 'official', 'six_concurrent_links', | 1459 'gn', 'official', 'six_concurrent_links', |
(...skipping 1008 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2472 }, | 2468 }, |
2473 | 2469 |
2474 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2470 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
2475 | 2471 |
2476 'drmemory': { | 2472 'drmemory': { |
2477 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2473 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
2478 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2474 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
2479 }, | 2475 }, |
2480 }, | 2476 }, |
2481 } | 2477 } |
OLD | NEW |