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

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

Issue 1926963002: Flip trybot and waterfall bot for simplechrome amd64 to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 4 years, 7 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
« BUILD.gn ('K') | « BUILD.gn ('k') | 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 }, 60 },
61 61
62 'chromium.chrome': { 62 'chromium.chrome': {
63 'Google Chrome ChromeOS': 'gyp_official_goma_chromeos', 63 'Google Chrome ChromeOS': 'gyp_official_goma_chromeos',
64 'Google Chrome Linux x64': 'gn_official_goma', 64 'Google Chrome Linux x64': 'gn_official_goma',
65 'Google Chrome Mac': 'gyp_official_goma', 65 'Google Chrome Mac': 'gyp_official_goma',
66 'Google Chrome Win': 'gyp_official_goma_minimal_symbols_x86', 66 'Google Chrome Win': 'gyp_official_goma_minimal_symbols_x86',
67 }, 67 },
68 68
69 'chromium.chromiumos': { 69 'chromium.chromiumos': {
70 'ChromiumOS amd64-generic Compile': 'cros_chrome_sdk_gyp', 70 'ChromiumOS amd64-generic Compile': 'cros_chrome_sdk_gn',
71 'ChromiumOS daisy Compile': 'cros_chrome_sdk_gyp', 71 'ChromiumOS daisy Compile': 'cros_chrome_sdk_gyp',
72 'ChromiumOS x86-generic Compile': 'cros_chrome_sdk_gyp', 72 'ChromiumOS x86-generic Compile': 'cros_chrome_sdk_gyp',
73 'Linux ChromiumOS Builder': 'swarming_chromeos_gyp_release_bot', 73 'Linux ChromiumOS Builder': 'swarming_chromeos_gyp_release_bot',
74 'Linux ChromiumOS Builder (dbg)': 'swarming_chromeos_gyp_debug_bot', 74 'Linux ChromiumOS Builder (dbg)': 'swarming_chromeos_gyp_debug_bot',
75 'Linux ChromiumOS Full': 'swarming_chromeos_gyp_release_bot', 75 'Linux ChromiumOS Full': 'swarming_chromeos_gyp_release_bot',
76 'Linux ChromiumOS GN (dbg)': 'chromeos_gn_debug_bot', 76 'Linux ChromiumOS GN (dbg)': 'chromeos_gn_debug_bot',
77 'Linux ChromiumOS GN': 'chromeos_ozone_gn_release_bot', 77 'Linux ChromiumOS GN': 'chromeos_ozone_gn_release_bot',
78 'Linux ChromiumOS Ozone Builder': 78 'Linux ChromiumOS Ozone Builder':
79 'swarming_chromeos_ozone_gyp_release_bot', 79 'swarming_chromeos_ozone_gyp_release_bot',
80 'Linux ChromiumOS Ozone Tests (1)': 'none', 80 'Linux ChromiumOS Ozone Tests (1)': 'none',
(...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 'swarming_gpu_tests_deqp_gles_gyp_debug_bot_minimal_symbols_x64', 684 'swarming_gpu_tests_deqp_gles_gyp_debug_bot_minimal_symbols_x64',
685 'win_angle_x64_rel_ng': 685 'win_angle_x64_rel_ng':
686 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_minimal_symbols_x64', 686 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_minimal_symbols_x64',
687 }, 687 },
688 688
689 'tryserver.chromium.linux': { 689 'tryserver.chromium.linux': {
690 'Chromium Linux Codesearch Builder': 'codesearch_gn', 690 'Chromium Linux Codesearch Builder': 'codesearch_gn',
691 'ChromiumOS Codesearch Builder': 'codesearch_gn', 691 'ChromiumOS Codesearch Builder': 'codesearch_gn',
692 'cast_shell_linux': 'cast_gn_release_trybot', 692 'cast_shell_linux': 'cast_gn_release_trybot',
693 'chromeos_amd64-generic_variable': 'findit', 693 'chromeos_amd64-generic_variable': 'findit',
694 'chromeos_amd64-generic_chromium_compile_only_ng': 'cros_chrome_sdk_gyp', 694 'chromeos_amd64-generic_chromium_compile_only_ng': 'cros_chrome_sdk_gn',
695 'chromeos_daisy_chromium_compile_only_ng': 'cros_chrome_sdk_gyp', 695 'chromeos_daisy_chromium_compile_only_ng': 'cros_chrome_sdk_gyp',
696 'chromeos_daisy_variable': 'findit', 696 'chromeos_daisy_variable': 'findit',
697 'chromeos_x86-generic_chromium_compile_only_ng': 'cros_chrome_sdk_gyp', 697 'chromeos_x86-generic_chromium_compile_only_ng': 'cros_chrome_sdk_gyp',
698 'chromeos_x86-generic_variable': 'findit', 698 'chromeos_x86-generic_variable': 'findit',
699 'chromium_presubmit': 'none', 699 'chromium_presubmit': 'none',
700 'linux_arm': 'swarming_gyp_release_trybot_arm', 700 'linux_arm': 'swarming_gyp_release_trybot_arm',
701 'linux_chromium_archive_rel_ng': 'noswarming_gn_release_bot', 701 'linux_chromium_archive_rel_ng': 'noswarming_gn_release_bot',
702 'linux_chromium_asan_rel_ng': 'swarming_asan_lsan_gyp_release_trybot', 702 'linux_chromium_asan_rel_ng': 'swarming_asan_lsan_gyp_release_trybot',
703 'linux_chromium_asan_variable': 'findit', 703 'linux_chromium_asan_variable': 'findit',
704 'linux_chromium_browser_side_navigation_rel': 'gyp_release_trybot', 704 'linux_chromium_browser_side_navigation_rel': 'gyp_release_trybot',
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
1063 ], 1063 ],
1064 1064
1065 'codesearch_gn': [ 1065 'codesearch_gn': [
1066 # The Codesearch bots run their own recipe and invoke GN directly. 1066 # The Codesearch bots run their own recipe and invoke GN directly.
1067 'error', 'gn' 1067 'error', 'gn'
1068 ], 1068 ],
1069 1069
1070 # The 'cros_chrome_sdk_* configs are placeholders that indicate 1070 # The 'cros_chrome_sdk_* configs are placeholders that indicate
1071 # that the GYP_DEFINES (or GN args) are set by the `cros chrome-sdk` 1071 # that the GYP_DEFINES (or GN args) are set by the `cros chrome-sdk`
1072 # wrapper and need to be looked at specially. 1072 # wrapper and need to be looked at specially.
1073 'cros_chrome_sdk_gn': [
1074 'gn', 'cros_chrome_sdk',
1075 ],
1076
1073 'cros_chrome_sdk_gyp': [ 1077 'cros_chrome_sdk_gyp': [
1074 'gyp', 'cros_chrome_sdk', 1078 'gyp', 'cros_chrome_sdk',
1075 ], 1079 ],
1076 1080
1077 # The 'findit' config is used by the *_variable_* bots, which run 1081 # The 'findit' config is used by the *_variable_* bots, which run
1078 # the 'FindIt' recipes and code to bisect failures that happen on the 1082 # the 'FindIt' recipes and code to bisect failures that happen on the
1079 # other waterfall bots. The findit recipes actually override and 1083 # other waterfall bots. The findit recipes actually override and
1080 # re-use the configs from the matching waterfall bots, and so it should 1084 # re-use the configs from the matching waterfall bots, and so it should
1081 # be an error if MB ever sees an actual *_variable_* bot name. 1085 # be an error if MB ever sees an actual *_variable_* bot name.
1082 'findit': [ 1086 'findit': [
(...skipping 1264 matching lines...) Expand 10 before | Expand all | Expand 10 after
2347 }, 2351 },
2348 2352
2349 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2353 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2350 2354
2351 'drmemory': { 2355 'drmemory': {
2352 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2356 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2353 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2357 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2354 }, 2358 },
2355 }, 2359 },
2356 } 2360 }
OLDNEW
« BUILD.gn ('K') | « BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698