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

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

Issue 2045693003: Flip Win bots on tryserver.chromium.perf to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 820 matching lines...) Expand 10 before | Expand all | Expand 10 after
831 'linux_perf_bisect': 'gn_official_goma', 831 'linux_perf_bisect': 'gn_official_goma',
832 'linux_perf_bisect_builder': 'gn_official_goma', 832 'linux_perf_bisect_builder': 'gn_official_goma',
833 'linux_perf_cq': 'gn_official_goma', 833 'linux_perf_cq': 'gn_official_goma',
834 'mac_10_10_perf_bisect': 'gyp_official_goma', 834 'mac_10_10_perf_bisect': 'gyp_official_goma',
835 'mac_10_11_perf_bisect': 'gyp_official_goma', 835 'mac_10_11_perf_bisect': 'gyp_official_goma',
836 'mac_fyi_perf_bisect': 'gyp_official_goma', 836 'mac_fyi_perf_bisect': 'gyp_official_goma',
837 'mac_hdd_perf_bisect': 'gyp_official_goma', 837 'mac_hdd_perf_bisect': 'gyp_official_goma',
838 'mac_perf_bisect_builder': 'gyp_official_goma', 838 'mac_perf_bisect_builder': 'gyp_official_goma',
839 'mac_retina_perf_bisect': 'gyp_official_goma', 839 'mac_retina_perf_bisect': 'gyp_official_goma',
840 'mac_retina_perf_cq': 'gyp_official_goma', 840 'mac_retina_perf_cq': 'gyp_official_goma',
841 'win_8_perf_bisect': 'gyp_official_goma_minimal_symbols_x86', 841 'win_8_perf_bisect': 'gn_official_goma_minimal_symbols_x86',
842 'win_fyi_perf_bisect': 'gyp_official_goma_minimal_symbols_x86', 842 'win_fyi_perf_bisect': 'gn_official_goma_minimal_symbols_x86',
843 'win_perf_bisect': 'gyp_official_goma_minimal_symbols_x86', 843 'win_perf_bisect': 'gn_official_goma_minimal_symbols_x86',
844 'win_perf_bisect_builder': 'gyp_official_goma_minimal_symbols_x86', 844 'win_perf_bisect_builder': 'gn_official_goma_minimal_symbols_x86',
845 'win_x64_perf_bisect': 'gyp_official_goma_minimal_symbols_x64', 845 'win_x64_perf_bisect': 'gn_official_goma_minimal_symbols_x64',
846 'winx64_10_perf_bisect': 'gyp_official_goma_minimal_symbols_x64', 846 'winx64_10_perf_bisect': 'gn_official_goma_minimal_symbols_x64',
847 'winx64_10_perf_cq': 'gyp_official_goma_minimal_symbols_x64', 847 'winx64_10_perf_cq': 'gn_official_goma_minimal_symbols_x64',
848 'winx64_bisect_builder': 'gyp_official_goma_minimal_symbols_x64', 848 'winx64_bisect_builder': 'gn_official_goma_minimal_symbols_x64',
849 'winx64_zen_perf_bisect': 'gyp_official_goma_minimal_symbols_x64', 849 'winx64_zen_perf_bisect': 'gn_official_goma_minimal_symbols_x64',
850 'winx64ati_perf_bisect': 'gyp_official_goma_minimal_symbols_x64', 850 'winx64ati_perf_bisect': 'gn_official_goma_minimal_symbols_x64',
851 'winx64intel_perf_bisect': 'gyp_official_goma_minimal_symbols_x64', 851 'winx64intel_perf_bisect': 'gn_official_goma_minimal_symbols_x64',
852 'winx64nvidia_perf_bisect': 'gyp_official_goma_minimal_symbols_x64', 852 'winx64nvidia_perf_bisect': 'gn_official_goma_minimal_symbols_x64',
853 }, 853 },
854 854
855 'tryserver.chromium.win': { 855 'tryserver.chromium.win': {
856 'win10_chromium_x64_rel_ng': 'swarming_gn_release_trybot_x64', 856 'win10_chromium_x64_rel_ng': 'swarming_gn_release_trybot_x64',
857 'win10_chromium_x64_rel_ng_exp': 'swarming_gn_release_trybot_x64', 857 'win10_chromium_x64_rel_ng_exp': 'swarming_gn_release_trybot_x64',
858 'win8_chromium_gn_dbg': 'swarming_gn_debug_trybot_x86', 858 'win8_chromium_gn_dbg': 'swarming_gn_debug_trybot_x86',
859 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', 859 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86',
860 'win8_chromium_ng': 'gn_release_trybot_x86', 860 'win8_chromium_ng': 'gn_release_trybot_x86',
861 'win_x64_archive': 'noswarming_gn_release_trybot_x64', 861 'win_x64_archive': 'noswarming_gn_release_trybot_x64',
862 'win_archive': 'noswarming_gn_release_trybot_x86', 862 'win_archive': 'noswarming_gn_release_trybot_x86',
(...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
1322 ], 1322 ],
1323 1323
1324 'gyp_official_goma': [ 1324 'gyp_official_goma': [
1325 'gyp', 'official', 'goma', 1325 'gyp', 'official', 'goma',
1326 ], 1326 ],
1327 1327
1328 'gyp_official_goma_chromeos': [ 1328 'gyp_official_goma_chromeos': [
1329 'gyp', 'official', 'goma', 'chromeos', 1329 'gyp', 'official', 'goma', 'chromeos',
1330 ], 1330 ],
1331 1331
1332 'gyp_official_goma_minimal_symbols_x64': [
1333 'gyp', 'official', 'goma', 'minimal_symbols', 'x64',
1334 ],
1335
1336 'gyp_official_goma_minimal_symbols_x86': [
1337 'gyp', 'official', 'goma', 'minimal_symbols', 'x86',
1338 ],
1339
1340 'gyp_official_syzyasan': [ 1332 'gyp_official_syzyasan': [
1341 'gyp', 'official', 'syzyasan', 1333 'gyp', 'official', 'syzyasan',
1342 ], 1334 ],
1343 1335
1344 # TODO(crbug.com/595947) - figure out how to handle PGO, which needs 1336 # TODO(crbug.com/595947) - figure out how to handle PGO, which needs
1345 # to invoke GYP/GN twice, with two different sets of flags, apparently. 1337 # to invoke GYP/GN twice, with two different sets of flags, apparently.
1346 'gyp_official_winpgo': [ 1338 'gyp_official_winpgo': [
1347 'gyp', 'error', 1339 'gyp', 'error',
1348 ], 1340 ],
1349 1341
(...skipping 968 matching lines...) Expand 10 before | Expand all | Expand 10 after
2318 }, 2310 },
2319 2311
2320 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2312 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2321 2313
2322 'drmemory': { 2314 'drmemory': {
2323 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2315 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2324 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2316 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2325 }, 2317 },
2326 }, 2318 },
2327 } 2319 }
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