kjellander@webrtc.org | 861dcb7 | 2016-02-24 20:36:40 | [diff] [blame] | 1 | # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. |
| 2 | # |
| 3 | # Use of this source code is governed by a BSD-style license |
| 4 | # that can be found in the LICENSE file in the root of the source |
| 5 | # tree. An additional intellectual property rights grant can be found |
| 6 | # in the file PATENTS. All contributing project authors may |
| 7 | # be found in the AUTHORS file in the root of the source tree. |
| 8 | |
| 9 | # FOR DETAILS ON THIS FILE SEE THE MAIN COPY IN //tools/mb/mb_config.pyl. |
| 10 | # This is configuration for standalone WebRTC bots. It is used to keep the bot |
| 11 | # configurations source-side instead of in the buildbot scripts. That makes it |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 12 | # easy to try different configurations of GN args in tryjob patches. |
kjellander@webrtc.org | 861dcb7 | 2016-02-24 20:36:40 | [diff] [blame] | 13 | |
| 14 | { |
ehmaldonado | d046d98 | 2016-08-08 13:59:14 | [diff] [blame] | 15 | # This is a map of buildbot master names -> buildbot builder names -> |
| 16 | # config names (where each config name is a key in the 'configs' dict, |
| 17 | # above). mb uses this dict to look up which config to use for a given bot. |
| 18 | # The builders should be sorted by the order they appear in the /builders |
| 19 | # page on the buildbots, *not* alphabetically. |
| 20 | 'masters': { |
| 21 | 'client.webrtc': { |
ehmaldonado | 09abaa0 | 2016-08-09 09:26:16 | [diff] [blame] | 22 | # iOS |
Oleh Prypin | 82ac240 | 2019-01-29 15:18:30 | [diff] [blame] | 23 | 'iOS32 Debug': 'ios_debug_bot_arm', |
| 24 | 'iOS32 Release': 'ios_release_bot_arm', |
| 25 | 'iOS64 Debug': 'ios_debug_bot_arm64', |
| 26 | 'iOS64 Release': 'ios_release_bot_arm64', |
Oleh Prypin | 82ac240 | 2019-01-29 15:18:30 | [diff] [blame] | 27 | 'iOS64 Sim Debug (iOS 10.0)': 'ios_debug_bot_x64', |
Artem Titarenko | 3f171df | 2019-02-06 11:25:05 | [diff] [blame] | 28 | 'iOS64 Sim Debug (iOS 11)': 'ios_debug_bot_x64', |
| 29 | 'iOS64 Sim Debug (iOS 12)': 'ios_debug_bot_x64', |
ehmaldonado | 09abaa0 | 2016-08-09 09:26:16 | [diff] [blame] | 30 | |
ehmaldonado | a3a1fde | 2016-08-11 08:04:35 | [diff] [blame] | 31 | # Mac |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 32 | 'Mac64 Debug': 'debug_bot_x64', |
| 33 | 'Mac64 Release': 'release_bot_x64', |
Oleh Prypin | 49856f1 | 2018-12-21 12:21:22 | [diff] [blame] | 34 | 'Mac64 Builder': 'pure_release_bot_x64', |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 35 | 'Mac Asan': 'mac_asan_clang_release_bot_x64', |
ehmaldonado | a3a1fde | 2016-08-11 08:04:35 | [diff] [blame] | 36 | |
ehmaldonado | 09abaa0 | 2016-08-09 09:26:16 | [diff] [blame] | 37 | # Linux |
Edward Lemur | 81d2e3d | 2018-01-04 07:46:29 | [diff] [blame] | 38 | 'Linux32 Debug': 'no_h264_debug_bot_x86', |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 39 | 'Linux32 Release': 'release_bot_x86', |
Henrik Kjellander | c02b5fa | 2017-03-29 13:51:56 | [diff] [blame] | 40 | 'Linux32 Debug (ARM)': 'debug_bot_arm', |
| 41 | 'Linux32 Release (ARM)': 'release_bot_arm', |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 42 | 'Linux64 Debug': 'debug_bot_x64', |
| 43 | 'Linux64 Release': 'release_bot_x64', |
Oleh Prypin | 151c0cd | 2018-08-08 14:27:29 | [diff] [blame] | 44 | 'Linux64 Builder': 'pure_release_bot_x64', |
Henrik Kjellander | c02b5fa | 2017-03-29 13:51:56 | [diff] [blame] | 45 | 'Linux64 Debug (ARM)': 'debug_bot_arm64', |
| 46 | 'Linux64 Release (ARM)': 'release_bot_arm64', |
Henrik Kjellander | 95ac361 | 2017-06-26 05:32:21 | [diff] [blame] | 47 | 'Linux64 Release (GCC)': 'gcc_release_bot_x64', |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 48 | 'Linux Asan': 'asan_lsan_clang_release_bot_x64', |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 49 | 'Linux MSan': 'msan_clang_release_bot_x64', |
| 50 | 'Linux Tsan v2': 'tsan_clang_release_bot_x64', |
| 51 | 'Linux UBSan': 'ubsan_clang_release_bot_x64', |
| 52 | 'Linux UBSan vptr': 'ubsan_vptr_clang_release_bot_x64', |
Henrik Kjellander | bee6712 | 2016-12-28 10:40:30 | [diff] [blame] | 53 | 'Linux64 Release (Libfuzzer)': 'libfuzzer_asan_release_bot_x64', |
Oleh Prypin | d945806 | 2018-05-22 11:36:44 | [diff] [blame] | 54 | # "More configs" bots will build all the following configs in sequence. |
| 55 | # This is using MB's "phases" feature. |
| 56 | 'Linux (more configs)': { |
Oleh Prypin | d945806 | 2018-05-22 11:36:44 | [diff] [blame] | 57 | 'bwe_test_logging': |
| 58 | 'bwe_test_logging_x64', |
| 59 | 'dummy_audio_file_devices_no_protobuf': |
| 60 | 'dummy_audio_file_devices_no_protobuf_x64', |
| 61 | 'rtti_no_sctp': |
| 62 | 'rtti_no_sctp_x64', |
| 63 | }, |
ehmaldonado | 89b0ca8 | 2016-08-09 15:15:03 | [diff] [blame] | 64 | |
| 65 | # Android |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 66 | 'Android32 (M Nexus5X)': 'android_release_bot_arm', |
| 67 | 'Android32 (M Nexus5X)(dbg)': 'android_debug_static_bot_arm', |
Oleh Prypin | 151c0cd | 2018-08-08 14:27:29 | [diff] [blame] | 68 | 'Android32 Builder arm': 'android_pure_release_bot_arm', |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 69 | 'Android64 (M Nexus5X)': 'android_release_bot_arm64', |
| 70 | 'Android64 (M Nexus5X)(dbg)': 'android_debug_static_bot_arm64', |
Oleh Prypin | 151c0cd | 2018-08-08 14:27:29 | [diff] [blame] | 71 | 'Android64 Builder arm64': 'android_pure_release_bot_arm64', |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 72 | 'Android32 Builder x86': 'android_release_bot_x86', |
| 73 | 'Android32 Builder x86 (dbg)': 'android_debug_static_bot_x86', |
| 74 | 'Android64 Builder x64 (dbg)': 'android_debug_static_bot_x64', |
Oleh Prypin | d945806 | 2018-05-22 11:36:44 | [diff] [blame] | 75 | 'Android32 (more configs)': { |
Oleh Prypin | d945806 | 2018-05-22 11:36:44 | [diff] [blame] | 76 | 'bwe_test_logging': |
| 77 | 'bwe_test_logging_android_arm', |
| 78 | 'dummy_audio_file_devices_no_protobuf': |
| 79 | 'dummy_audio_file_devices_no_protobuf_android_arm', |
| 80 | 'rtti_no_sctp': |
| 81 | 'rtti_no_sctp_android_arm', |
| 82 | }, |
kjellander | 0ae7878 | 2016-08-11 07:49:47 | [diff] [blame] | 83 | |
| 84 | # Windows |
Oleh Prypin | a40f824 | 2017-12-21 12:32:23 | [diff] [blame] | 85 | 'Win32 Debug': 'win_msvc_debug_bot_x86', |
| 86 | 'Win32 Release': 'win_msvc_release_bot_x86', |
| 87 | 'Win64 Debug': 'win_msvc_debug_bot_x64', |
| 88 | 'Win64 Release': 'win_msvc_release_bot_x64', |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 89 | 'Win32 Debug (Clang)': 'win_clang_debug_bot_x86', |
| 90 | 'Win32 Release (Clang)': 'win_clang_release_bot_x86', |
Oleh Prypin | 49856f1 | 2018-12-21 12:21:22 | [diff] [blame] | 91 | 'Win32 Builder (Clang)': 'win_clang_pure_release_bot_x86', |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 92 | 'Win64 Debug (Clang)': 'win_clang_debug_bot_x64', |
| 93 | 'Win64 Release (Clang)': 'win_clang_release_bot_x64', |
Mirko Bonadei | e93d109 | 2019-05-31 07:09:23 | [diff] [blame] | 94 | 'Win64 ASan': 'win_asan_clang_release_bot_x64', |
Patrik Höglund | 7492764 | 2018-11-28 11:24:23 | [diff] [blame] | 95 | 'Win64 UWP': 'win_uwp_release_bot_x64', |
Oleh Prypin | d945806 | 2018-05-22 11:36:44 | [diff] [blame] | 96 | 'Win (more configs)': { |
Oleh Prypin | d945806 | 2018-05-22 11:36:44 | [diff] [blame] | 97 | 'bwe_test_logging': |
| 98 | 'bwe_test_logging_x86', |
| 99 | 'dummy_audio_file_devices_no_protobuf': |
| 100 | 'dummy_audio_file_devices_no_protobuf_x86', |
| 101 | 'rtti_no_sctp': |
Mirko Bonadei | 20574f4 | 2019-03-28 06:50:07 | [diff] [blame] | 102 | 'rtti_no_sctp_no_unicode_win_x86', |
Oleh Prypin | d945806 | 2018-05-22 11:36:44 | [diff] [blame] | 103 | }, |
ehmaldonado | d046d98 | 2016-08-08 13:59:14 | [diff] [blame] | 104 | }, |
Henrik Kjellander | cbfb033 | 2016-10-09 04:28:58 | [diff] [blame] | 105 | 'client.webrtc.perf': { |
Patrik Höglund | e7c4f90 | 2020-02-13 15:06:47 | [diff] [blame] | 106 | # These are here because testers need to gn gen + ninja for the |
| 107 | # webrtc_dashboard_upload target (otherwise a tester would not need to |
| 108 | # build anything). |
| 109 | # TODO(http://crbug.com/1029452): Nuke these and isolate on builder |
| 110 | # instead? |
| 111 | 'Perf Android32 (K Nexus5)': 'release_bot_x64', |
| 112 | 'Perf Android32 (M AOSP Nexus6)': 'release_bot_x64', |
| 113 | 'Perf Android64 (M Nexus5X)': 'release_bot_x64', |
| 114 | 'Perf Android64 (O Pixel2)': 'release_bot_x64', |
| 115 | 'Perf Linux Trusty': 'release_bot_x64', |
| 116 | 'Perf Mac 10.11': 'release_bot_x64', |
| 117 | 'Perf Win7': 'release_bot_x64', |
Henrik Kjellander | cbfb033 | 2016-10-09 04:28:58 | [diff] [blame] | 118 | }, |
Patrik Höglund | e7c4f90 | 2020-02-13 15:06:47 | [diff] [blame] | 119 | |
Henrik Kjellander | cbfb033 | 2016-10-09 04:28:58 | [diff] [blame] | 120 | 'client.webrtc.fyi': { |
ehmaldonado | 3a864d2 | 2016-11-30 10:35:42 | [diff] [blame] | 121 | # Mac |
| 122 | 'Mac (swarming)': 'release_bot_x64', |
| 123 | |
Henrik Kjellander | cbfb033 | 2016-10-09 04:28:58 | [diff] [blame] | 124 | # Android |
Oleh Prypin | 9108507 | 2018-12-21 12:20:11 | [diff] [blame] | 125 | 'Android Perf (swarming)': 'android_pure_release_bot_arm', |
Henrik Kjellander | 91ef546 | 2016-12-27 08:01:18 | [diff] [blame] | 126 | 'Android ASan (swarming)': 'android_asan_shared_release_bot_arm', |
Henrik Kjellander | cbfb033 | 2016-10-09 04:28:58 | [diff] [blame] | 127 | # Windows |
ehmaldonado | 3a864d2 | 2016-11-30 10:35:42 | [diff] [blame] | 128 | 'Win (swarming)': 'release_bot_x86', |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 129 | 'Win64 Debug (Win8)': 'debug_bot_x64', |
| 130 | 'Win64 Debug (Win10)': 'debug_bot_x64', |
Henrik Kjellander | cbfb033 | 2016-10-09 04:28:58 | [diff] [blame] | 131 | }, |
kjellander | 8838f13 | 2017-05-18 10:32:49 | [diff] [blame] | 132 | 'chromium.infra.codesearch': { |
kjellander | fb0ff45 | 2017-05-18 20:04:30 | [diff] [blame] | 133 | 'codesearch-gen-webrtc-android': { |
| 134 | 'android': 'android_debug_static_bot_arm', |
| 135 | }, |
| 136 | 'codesearch-gen-webrtc-linux': { |
| 137 | 'linux': 'codesearch_gen_linux_bot', |
| 138 | } |
kjellander | 8838f13 | 2017-05-18 10:32:49 | [diff] [blame] | 139 | }, |
ehmaldonado | c510878 | 2017-05-24 15:44:45 | [diff] [blame] | 140 | 'internal.client.webrtc': { |
Oleh Prypin | 82ac240 | 2019-01-29 15:18:30 | [diff] [blame] | 141 | 'iOS64 Debug': 'ios_internal_debug_bot_arm64', |
Oleh Prypin | 82ac240 | 2019-01-29 15:18:30 | [diff] [blame] | 142 | 'iOS64 Release': 'ios_internal_release_bot_arm64', |
Oleh Prypin | f1d1061 | 2019-01-31 13:00:05 | [diff] [blame] | 143 | 'iOS64 Perf': 'ios_internal_pure_release_bot_arm64', |
ehmaldonado | c510878 | 2017-05-24 15:44:45 | [diff] [blame] | 144 | }, |
| 145 | 'internal.tryserver.webrtc': { |
Oleh Prypin | 82ac240 | 2019-01-29 15:18:30 | [diff] [blame] | 146 | 'ios_arm64_dbg': 'ios_internal_debug_bot_arm64', |
| 147 | 'ios_arm64_rel': 'ios_internal_release_bot_arm64', |
Oleh Prypin | f1d1061 | 2019-01-31 13:00:05 | [diff] [blame] | 148 | 'ios_arm64_perf': 'ios_internal_pure_release_bot_arm64', |
ehmaldonado | c510878 | 2017-05-24 15:44:45 | [diff] [blame] | 149 | }, |
ehmaldonado | d046d98 | 2016-08-08 13:59:14 | [diff] [blame] | 150 | 'tryserver.webrtc': { |
ehmaldonado | 09abaa0 | 2016-08-09 09:26:16 | [diff] [blame] | 151 | # iOS |
Oleh Prypin | 82ac240 | 2019-01-29 15:18:30 | [diff] [blame] | 152 | 'ios_compile_arm_dbg': 'ios_debug_bot_arm', |
| 153 | 'ios_compile_arm_rel': 'ios_release_bot_arm', |
| 154 | 'ios_compile_arm64_dbg': 'ios_debug_bot_arm64', |
| 155 | 'ios_compile_arm64_rel': 'ios_release_bot_arm64', |
Oleh Prypin | 82ac240 | 2019-01-29 15:18:30 | [diff] [blame] | 156 | 'ios_sim_x64_dbg_ios10': 'ios_debug_bot_x64', |
| 157 | 'ios_sim_x64_dbg_ios11': 'ios_debug_bot_x64', |
Artem Titarenko | 3f171df | 2019-02-06 11:25:05 | [diff] [blame] | 158 | 'ios_sim_x64_dbg_ios12': 'ios_debug_bot_x64', |
ehmaldonado | 09abaa0 | 2016-08-09 09:26:16 | [diff] [blame] | 159 | |
ehmaldonado | a3a1fde | 2016-08-11 08:04:35 | [diff] [blame] | 160 | # Mac |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 161 | 'mac_compile_dbg': 'debug_bot_x64', |
Oleh Prypin | 151c0cd | 2018-08-08 14:27:29 | [diff] [blame] | 162 | 'mac_compile_rel': 'pure_release_bot_x64', |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 163 | 'mac_dbg': 'debug_bot_x64', |
| 164 | 'mac_rel': 'release_bot_x64', |
| 165 | 'mac_asan': 'mac_asan_clang_release_bot_x64', |
ehmaldonado | a3a1fde | 2016-08-11 08:04:35 | [diff] [blame] | 166 | |
ehmaldonado | 09abaa0 | 2016-08-09 09:26:16 | [diff] [blame] | 167 | # Linux |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 168 | 'linux_compile_dbg': 'debug_bot_x64', |
Oleh Prypin | 151c0cd | 2018-08-08 14:27:29 | [diff] [blame] | 169 | 'linux_compile_rel': 'pure_release_bot_x64', |
Oleh Prypin | 11d3d6c | 2018-11-30 14:03:35 | [diff] [blame] | 170 | 'linux_compile_x86_dbg': 'debug_bot_x86', |
| 171 | 'linux_compile_x86_rel': 'pure_release_bot_x86', |
| 172 | 'linux_compile_arm_dbg': 'debug_bot_arm', |
| 173 | 'linux_compile_arm_rel': 'release_bot_arm', |
| 174 | 'linux_compile_arm64_dbg': 'debug_bot_arm64', |
| 175 | 'linux_compile_arm64_rel': 'release_bot_arm64', |
| 176 | 'linux_compile_gcc_rel': 'gcc_release_bot_x64', |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 177 | 'linux_dbg': 'debug_bot_x64', |
| 178 | 'linux_rel': 'release_bot_x64', |
Oleh Prypin | 11d3d6c | 2018-11-30 14:03:35 | [diff] [blame] | 179 | 'linux_x86_rel': 'release_bot_x86', |
| 180 | 'linux_x86_dbg': 'no_h264_debug_bot_x86', |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 181 | 'linux_asan': 'asan_lsan_clang_release_bot_x64', |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 182 | 'linux_msan': 'msan_clang_release_bot_x64', |
| 183 | 'linux_tsan2': 'tsan_clang_release_bot_x64', |
| 184 | 'linux_ubsan': 'ubsan_clang_release_bot_x64', |
| 185 | 'linux_ubsan_vptr': 'ubsan_vptr_clang_release_bot_x64', |
Henrik Kjellander | bee6712 | 2016-12-28 10:40:30 | [diff] [blame] | 186 | 'linux_libfuzzer_rel': 'libfuzzer_asan_release_bot_x64', |
Oleh Prypin | d945806 | 2018-05-22 11:36:44 | [diff] [blame] | 187 | 'linux_more_configs': { |
Oleh Prypin | d945806 | 2018-05-22 11:36:44 | [diff] [blame] | 188 | 'bwe_test_logging': |
| 189 | 'bwe_test_logging_x64', |
| 190 | 'dummy_audio_file_devices_no_protobuf': |
| 191 | 'dummy_audio_file_devices_no_protobuf_x64', |
| 192 | 'rtti_no_sctp': |
| 193 | 'rtti_no_sctp_x64', |
| 194 | }, |
ehmaldonado | 89b0ca8 | 2016-08-09 15:15:03 | [diff] [blame] | 195 | |
| 196 | # Android |
Oleh Prypin | 11d3d6c | 2018-11-30 14:03:35 | [diff] [blame] | 197 | 'android_compile_arm_dbg': 'android_debug_static_bot_arm', |
| 198 | 'android_compile_arm_rel': 'android_pure_release_bot_arm', |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 199 | 'android_compile_arm64_dbg': 'android_debug_static_bot_arm64', |
Oleh Prypin | 151c0cd | 2018-08-08 14:27:29 | [diff] [blame] | 200 | 'android_compile_arm64_rel': 'android_pure_release_bot_arm64', |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 201 | 'android_compile_x86_dbg': 'android_debug_static_bot_x86', |
| 202 | 'android_compile_x86_rel': 'android_release_bot_x86', |
| 203 | 'android_compile_x64_dbg': 'android_debug_static_bot_x64', |
Oleh Prypin | 11d3d6c | 2018-11-30 14:03:35 | [diff] [blame] | 204 | 'android_compile_x64_rel': 'android_release_bot_x64', |
| 205 | 'android_arm_dbg': 'android_debug_static_bot_arm', |
| 206 | 'android_arm_rel': 'android_release_bot_arm', |
| 207 | 'android_arm64_dbg': 'android_release_bot_arm64', |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 208 | 'android_arm64_rel': 'android_release_bot_arm64', |
Oleh Prypin | 11d3d6c | 2018-11-30 14:03:35 | [diff] [blame] | 209 | 'android_arm_more_configs': { |
Oleh Prypin | d945806 | 2018-05-22 11:36:44 | [diff] [blame] | 210 | 'bwe_test_logging': |
| 211 | 'bwe_test_logging_android_arm', |
| 212 | 'dummy_audio_file_devices_no_protobuf': |
| 213 | 'dummy_audio_file_devices_no_protobuf_android_arm', |
| 214 | 'rtti_no_sctp': |
| 215 | 'rtti_no_sctp_android_arm', |
| 216 | }, |
kjellander | 0ae7878 | 2016-08-11 07:49:47 | [diff] [blame] | 217 | |
| 218 | # Windows |
Oleh Prypin | 11d3d6c | 2018-11-30 14:03:35 | [diff] [blame] | 219 | 'win_compile_x86_msvc_dbg': 'win_msvc_debug_bot_x86', |
| 220 | 'win_compile_x86_msvc_rel': 'win_msvc_release_bot_x86', |
| 221 | 'win_compile_x64_msvc_dbg': 'win_msvc_debug_bot_x64', |
| 222 | 'win_compile_x64_msvc_rel': 'win_msvc_release_bot_x64', |
| 223 | 'win_compile_x86_clang_dbg': 'win_clang_debug_bot_x86', |
| 224 | 'win_compile_x86_clang_rel': 'win_clang_release_bot_x86', |
| 225 | 'win_compile_x64_clang_dbg': 'win_clang_debug_bot_x64', |
| 226 | 'win_compile_x64_clang_rel': 'win_clang_release_bot_x64', |
| 227 | 'win_x86_msvc_dbg': 'win_msvc_debug_bot_x86', |
| 228 | 'win_x86_msvc_rel': 'win_msvc_release_bot_x86', |
| 229 | 'win_x64_msvc_dbg': 'win_msvc_debug_bot_x64', |
| 230 | 'win_x64_msvc_rel': 'win_msvc_release_bot_x64', |
| 231 | 'win_x86_clang_dbg': 'win_clang_debug_bot_x86', |
| 232 | 'win_x86_clang_rel': 'win_clang_release_bot_x86', |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 233 | 'win_x64_clang_dbg': 'win_clang_debug_bot_x64', |
| 234 | 'win_x64_clang_rel': 'win_clang_release_bot_x64', |
Mirko Bonadei | e93d109 | 2019-05-31 07:09:23 | [diff] [blame] | 235 | 'win_asan': 'win_asan_clang_release_bot_x64', |
Oleh Prypin | 11d3d6c | 2018-11-30 14:03:35 | [diff] [blame] | 236 | 'win_x64_clang_dbg_win8': 'win_clang_debug_bot_x64', |
| 237 | 'win_x64_clang_dbg_win10': 'win_clang_debug_bot_x64', |
Patrik Höglund | 7492764 | 2018-11-28 11:24:23 | [diff] [blame] | 238 | 'win_x64_uwp': 'win_uwp_release_bot_x64', |
Oleh Prypin | 11d3d6c | 2018-11-30 14:03:35 | [diff] [blame] | 239 | 'win_x86_more_configs': { |
Oleh Prypin | d945806 | 2018-05-22 11:36:44 | [diff] [blame] | 240 | 'bwe_test_logging': |
| 241 | 'bwe_test_logging_x86', |
| 242 | 'dummy_audio_file_devices_no_protobuf': |
| 243 | 'dummy_audio_file_devices_no_protobuf_x86', |
| 244 | 'rtti_no_sctp': |
Mirko Bonadei | 20574f4 | 2019-03-28 06:50:07 | [diff] [blame] | 245 | 'rtti_no_sctp_no_unicode_win_x86', |
Oleh Prypin | d945806 | 2018-05-22 11:36:44 | [diff] [blame] | 246 | }, |
ehmaldonado | d6e65b3 | 2016-09-05 13:43:56 | [diff] [blame] | 247 | } |
ehmaldonado | d046d98 | 2016-08-08 13:59:14 | [diff] [blame] | 248 | }, |
| 249 | |
kjellander@webrtc.org | 861dcb7 | 2016-02-24 20:36:40 | [diff] [blame] | 250 | # This is the list of configs that you can pass to mb; each config |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 251 | # represents a particular combination of gn args that we must support. |
| 252 | # A given config *may* be platform-specific but is not necessarily so (i.e., |
mbonadei | 073581f | 2017-04-25 07:07:36 | [diff] [blame] | 253 | # we might have mac, win, and linux bots all using the 'release_bot' config). |
kjellander@webrtc.org | 861dcb7 | 2016-02-24 20:36:40 | [diff] [blame] | 254 | 'configs': { |
kjellander | 0ae7878 | 2016-08-11 07:49:47 | [diff] [blame] | 255 | # Linux, Mac and Windows |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 256 | 'gcc_release_bot_x64': [ |
Patrik Höglund | 6565681 | 2019-11-27 11:48:08 | [diff] [blame] | 257 | 'gcc', 'release_bot_no_goma', 'x64', 'no_rtc_tests' |
ehmaldonado | d6e65b3 | 2016-09-05 13:43:56 | [diff] [blame] | 258 | ], |
Niels Möller | 6ec2f54 | 2019-03-05 13:35:59 | [diff] [blame] | 259 | # TODO(kjellander): Restore Goma for this when crbug.com/726706 is fixed. |
Henrik Kjellander | c02b5fa | 2017-03-29 13:51:56 | [diff] [blame] | 260 | 'debug_bot_arm': [ |
Oleh Prypin | 3e8b7e9 | 2019-01-29 08:49:22 | [diff] [blame] | 261 | 'openh264', 'debug', 'arm' |
Henrik Kjellander | c02b5fa | 2017-03-29 13:51:56 | [diff] [blame] | 262 | ], |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 263 | 'release_bot_arm': [ |
Oleh Prypin | 3e8b7e9 | 2019-01-29 08:49:22 | [diff] [blame] | 264 | 'openh264', 'release_bot', 'arm' |
kjellander | f02207d | 2016-08-24 16:40:00 | [diff] [blame] | 265 | ], |
Henrik Kjellander | c02b5fa | 2017-03-29 13:51:56 | [diff] [blame] | 266 | 'debug_bot_arm64': [ |
Oleh Prypin | 3e8b7e9 | 2019-01-29 08:49:22 | [diff] [blame] | 267 | 'openh264', 'debug_bot', 'arm64' |
Henrik Kjellander | c02b5fa | 2017-03-29 13:51:56 | [diff] [blame] | 268 | ], |
| 269 | 'release_bot_arm64': [ |
Oleh Prypin | 3e8b7e9 | 2019-01-29 08:49:22 | [diff] [blame] | 270 | 'openh264', 'release_bot', 'arm64' |
Henrik Kjellander | c02b5fa | 2017-03-29 13:51:56 | [diff] [blame] | 271 | ], |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 272 | 'asan_lsan_clang_release_bot_x64': [ |
Oleh Prypin | 3e8b7e9 | 2019-01-29 08:49:22 | [diff] [blame] | 273 | 'asan', 'lsan', 'clang', 'openh264', 'release_bot', 'x64' |
ehmaldonado | 09abaa0 | 2016-08-09 09:26:16 | [diff] [blame] | 274 | ], |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 275 | 'msan_clang_release_bot_x64': [ |
Oleh Prypin | 3e8b7e9 | 2019-01-29 08:49:22 | [diff] [blame] | 276 | 'msan', 'clang', 'openh264', 'release_bot', 'x64' |
ehmaldonado | 09abaa0 | 2016-08-09 09:26:16 | [diff] [blame] | 277 | ], |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 278 | 'tsan_clang_release_bot_x64': [ |
Oleh Prypin | 3e8b7e9 | 2019-01-29 08:49:22 | [diff] [blame] | 279 | 'tsan', 'clang', 'openh264', 'release_bot', 'x64' |
ehmaldonado | 09abaa0 | 2016-08-09 09:26:16 | [diff] [blame] | 280 | ], |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 281 | 'ubsan_clang_release_bot_x64': [ |
Oleh Prypin | 3e8b7e9 | 2019-01-29 08:49:22 | [diff] [blame] | 282 | 'ubsan', 'clang', 'openh264', 'release_bot', 'x64' |
ehmaldonado | 09abaa0 | 2016-08-09 09:26:16 | [diff] [blame] | 283 | ], |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 284 | 'ubsan_vptr_clang_release_bot_x64': [ |
Oleh Prypin | 3e8b7e9 | 2019-01-29 08:49:22 | [diff] [blame] | 285 | 'ubsan_vptr', 'clang', 'openh264', 'release_bot', 'x64' |
ehmaldonado | 09abaa0 | 2016-08-09 09:26:16 | [diff] [blame] | 286 | ], |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 287 | 'debug_bot_x86': [ |
Oleh Prypin | 3e8b7e9 | 2019-01-29 08:49:22 | [diff] [blame] | 288 | 'openh264', 'debug_bot', 'x86' |
kjellander | 133edb2 | 2016-08-29 03:35:55 | [diff] [blame] | 289 | ], |
Edward Lemur | 81d2e3d | 2018-01-04 07:46:29 | [diff] [blame] | 290 | 'no_h264_debug_bot_x86': [ |
Oleh Prypin | 3e8b7e9 | 2019-01-29 08:49:22 | [diff] [blame] | 291 | 'debug_bot', 'x86' |
Edward Lemur | 81d2e3d | 2018-01-04 07:46:29 | [diff] [blame] | 292 | ], |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 293 | 'release_bot_x86': [ |
Oleh Prypin | 3e8b7e9 | 2019-01-29 08:49:22 | [diff] [blame] | 294 | 'openh264', 'release_bot', 'x86' |
kjellander | 133edb2 | 2016-08-29 03:35:55 | [diff] [blame] | 295 | ], |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 296 | 'debug_bot_x64': [ |
Oleh Prypin | 3e8b7e9 | 2019-01-29 08:49:22 | [diff] [blame] | 297 | 'openh264', 'debug_bot', 'x64' |
ehmaldonado | 09abaa0 | 2016-08-09 09:26:16 | [diff] [blame] | 298 | ], |
kjellander | 8838f13 | 2017-05-18 10:32:49 | [diff] [blame] | 299 | 'codesearch_gen_linux_bot': [ |
Oleh Prypin | 3e8b7e9 | 2019-01-29 08:49:22 | [diff] [blame] | 300 | 'openh264', 'debug_bot', 'minimal_symbols' |
kjellander | 8838f13 | 2017-05-18 10:32:49 | [diff] [blame] | 301 | ], |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 302 | 'release_bot_x64': [ |
Oleh Prypin | 3e8b7e9 | 2019-01-29 08:49:22 | [diff] [blame] | 303 | 'openh264', 'release_bot', 'x64' |
Oleh Prypin | 151c0cd | 2018-08-08 14:27:29 | [diff] [blame] | 304 | ], |
| 305 | 'pure_release_bot_x86': [ |
Oleh Prypin | 3e8b7e9 | 2019-01-29 08:49:22 | [diff] [blame] | 306 | 'openh264', 'pure_release_bot', 'x86' |
Oleh Prypin | 151c0cd | 2018-08-08 14:27:29 | [diff] [blame] | 307 | ], |
| 308 | 'pure_release_bot_x64': [ |
Oleh Prypin | 3e8b7e9 | 2019-01-29 08:49:22 | [diff] [blame] | 309 | 'openh264', 'pure_release_bot', 'x64' |
ehmaldonado | 09abaa0 | 2016-08-09 09:26:16 | [diff] [blame] | 310 | ], |
Henrik Kjellander | bee6712 | 2016-12-28 10:40:30 | [diff] [blame] | 311 | 'libfuzzer_asan_release_bot_x64': [ |
Oleh Prypin | 151c0cd | 2018-08-08 14:27:29 | [diff] [blame] | 312 | 'libfuzzer', 'asan', 'optimize_for_fuzzing', 'openh264', 'release_bot', |
mbonadei | 073581f | 2017-04-25 07:07:36 | [diff] [blame] | 313 | 'x64', 'no_rtc_tests' |
Henrik Kjellander | bee6712 | 2016-12-28 10:40:30 | [diff] [blame] | 314 | ], |
ehmaldonado | 89b0ca8 | 2016-08-09 15:15:03 | [diff] [blame] | 315 | |
kjellander | 0ae7878 | 2016-08-11 07:49:47 | [diff] [blame] | 316 | # Windows |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 317 | 'win_clang_debug_bot_x86': [ |
Oleh Prypin | 3e8b7e9 | 2019-01-29 08:49:22 | [diff] [blame] | 318 | 'clang', 'openh264', 'debug_bot', 'x86', |
kjellander | 0ae7878 | 2016-08-11 07:49:47 | [diff] [blame] | 319 | ], |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 320 | 'win_clang_release_bot_x86': [ |
Oleh Prypin | 3e8b7e9 | 2019-01-29 08:49:22 | [diff] [blame] | 321 | 'clang', 'openh264', 'release_bot', 'x86', |
kjellander | 0ae7878 | 2016-08-11 07:49:47 | [diff] [blame] | 322 | ], |
Oleh Prypin | 49856f1 | 2018-12-21 12:21:22 | [diff] [blame] | 323 | 'win_clang_pure_release_bot_x86': [ |
Oleh Prypin | 3e8b7e9 | 2019-01-29 08:49:22 | [diff] [blame] | 324 | 'clang', 'openh264', 'pure_release_bot', 'x86', |
Oleh Prypin | 49856f1 | 2018-12-21 12:21:22 | [diff] [blame] | 325 | ], |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 326 | 'win_clang_debug_bot_x64': [ |
Oleh Prypin | 3e8b7e9 | 2019-01-29 08:49:22 | [diff] [blame] | 327 | 'clang', 'openh264', 'debug_bot', 'x64', |
kjellander | 0ae7878 | 2016-08-11 07:49:47 | [diff] [blame] | 328 | ], |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 329 | 'win_clang_release_bot_x64': [ |
Oleh Prypin | 3e8b7e9 | 2019-01-29 08:49:22 | [diff] [blame] | 330 | 'clang', 'openh264', 'release_bot', 'x64', |
kjellander | 0ae7878 | 2016-08-11 07:49:47 | [diff] [blame] | 331 | ], |
Oleh Prypin | a40f824 | 2017-12-21 12:32:23 | [diff] [blame] | 332 | 'win_msvc_debug_bot_x86': [ |
Mirko Bonadei | 0ac52dc | 2019-10-17 11:16:45 | [diff] [blame] | 333 | 'no_clang', 'debug_bot_no_goma', 'x86', 'no_lld', 'minimal_symbols', |
Oleh Prypin | a40f824 | 2017-12-21 12:32:23 | [diff] [blame] | 334 | ], |
kjellander | c2d4d57 | 2017-08-21 09:57:53 | [diff] [blame] | 335 | 'win_msvc_release_bot_x86': [ |
Mirko Bonadei | cfe5e2a | 2019-10-08 13:56:53 | [diff] [blame] | 336 | 'no_clang', 'release_bot_no_goma', 'x86', 'no_lld', 'minimal_symbols', |
kjellander | c2d4d57 | 2017-08-21 09:57:53 | [diff] [blame] | 337 | ], |
Oleh Prypin | a40f824 | 2017-12-21 12:32:23 | [diff] [blame] | 338 | 'win_msvc_debug_bot_x64': [ |
Mirko Bonadei | 0ac52dc | 2019-10-17 11:16:45 | [diff] [blame] | 339 | 'no_clang', 'debug_bot_no_goma', 'x64', 'no_lld', 'minimal_symbols', |
Oleh Prypin | a40f824 | 2017-12-21 12:32:23 | [diff] [blame] | 340 | ], |
| 341 | 'win_msvc_release_bot_x64': [ |
Mirko Bonadei | cfe5e2a | 2019-10-08 13:56:53 | [diff] [blame] | 342 | 'no_clang', 'release_bot_no_goma', 'x64', 'no_lld', 'minimal_symbols', |
Oleh Prypin | a40f824 | 2017-12-21 12:32:23 | [diff] [blame] | 343 | ], |
Mirko Bonadei | e93d109 | 2019-05-31 07:09:23 | [diff] [blame] | 344 | 'win_asan_clang_release_bot_x64': [ |
| 345 | 'asan', 'clang', 'full_symbols', 'openh264', 'release_bot', 'x64', |
| 346 | 'win_fastlink', |
| 347 | ], |
Patrik Höglund | 7492764 | 2018-11-28 11:24:23 | [diff] [blame] | 348 | 'win_uwp_release_bot_x64': [ |
Patrik Höglund | 2f25ade | 2018-11-29 12:31:23 | [diff] [blame] | 349 | # UWP passes compiler flags that are not supported by goma. |
Oleh Prypin | 3e8b7e9 | 2019-01-29 08:49:22 | [diff] [blame] | 350 | 'no_clang', 'openh264', 'x64', 'winuwp', 'release_bot_no_goma' |
Patrik Höglund | 7492764 | 2018-11-28 11:24:23 | [diff] [blame] | 351 | ], |
kjellander | 0ae7878 | 2016-08-11 07:49:47 | [diff] [blame] | 352 | |
ehmaldonado | a3a1fde | 2016-08-11 08:04:35 | [diff] [blame] | 353 | # Mac |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 354 | 'mac_asan_clang_release_bot_x64': [ |
Oleh Prypin | 3e8b7e9 | 2019-01-29 08:49:22 | [diff] [blame] | 355 | 'asan', 'clang', 'openh264', 'release_bot', 'x64', |
ehmaldonado | a3a1fde | 2016-08-11 08:04:35 | [diff] [blame] | 356 | ], |
| 357 | |
ehmaldonado | 89b0ca8 | 2016-08-09 15:15:03 | [diff] [blame] | 358 | # Android |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 359 | 'android_debug_static_bot_arm': [ |
Oleh Prypin | 3e8b7e9 | 2019-01-29 08:49:22 | [diff] [blame] | 360 | 'android', 'debug_static_bot', 'arm' |
ehmaldonado | 89b0ca8 | 2016-08-09 15:15:03 | [diff] [blame] | 361 | ], |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 362 | 'android_release_bot_arm': [ |
Oleh Prypin | 3e8b7e9 | 2019-01-29 08:49:22 | [diff] [blame] | 363 | 'android', 'release_bot', 'arm' |
ehmaldonado | 89b0ca8 | 2016-08-09 15:15:03 | [diff] [blame] | 364 | ], |
Oleh Prypin | 151c0cd | 2018-08-08 14:27:29 | [diff] [blame] | 365 | 'android_pure_release_bot_arm': [ |
Oleh Prypin | 3e8b7e9 | 2019-01-29 08:49:22 | [diff] [blame] | 366 | 'android', 'pure_release_bot', 'arm' |
Oleh Prypin | 151c0cd | 2018-08-08 14:27:29 | [diff] [blame] | 367 | ], |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 368 | 'android_debug_static_bot_x86': [ |
Oleh Prypin | 3e8b7e9 | 2019-01-29 08:49:22 | [diff] [blame] | 369 | 'android', 'debug_static_bot', 'x86' |
kjellander | 4c8adb1 | 2016-08-24 07:34:40 | [diff] [blame] | 370 | ], |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 371 | 'android_release_bot_x86': [ |
Oleh Prypin | 3e8b7e9 | 2019-01-29 08:49:22 | [diff] [blame] | 372 | 'android', 'release_bot', 'x86' |
kjellander | 4c8adb1 | 2016-08-24 07:34:40 | [diff] [blame] | 373 | ], |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 374 | 'android_debug_static_bot_arm64': [ |
Oleh Prypin | 3e8b7e9 | 2019-01-29 08:49:22 | [diff] [blame] | 375 | 'android', 'debug_static_bot', 'arm64' |
kjellander | 4c8adb1 | 2016-08-24 07:34:40 | [diff] [blame] | 376 | ], |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 377 | 'android_release_bot_arm64': [ |
Oleh Prypin | 3e8b7e9 | 2019-01-29 08:49:22 | [diff] [blame] | 378 | 'android', 'release_bot', 'arm64' |
kjellander | 4c8adb1 | 2016-08-24 07:34:40 | [diff] [blame] | 379 | ], |
Oleh Prypin | 151c0cd | 2018-08-08 14:27:29 | [diff] [blame] | 380 | 'android_pure_release_bot_arm64': [ |
Oleh Prypin | 3e8b7e9 | 2019-01-29 08:49:22 | [diff] [blame] | 381 | 'android', 'pure_release_bot', 'arm64' |
Oleh Prypin | 151c0cd | 2018-08-08 14:27:29 | [diff] [blame] | 382 | ], |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 383 | 'android_debug_static_bot_x64': [ |
Oleh Prypin | 3e8b7e9 | 2019-01-29 08:49:22 | [diff] [blame] | 384 | 'android', 'debug_static_bot', 'x64' |
kjellander | 4c8adb1 | 2016-08-24 07:34:40 | [diff] [blame] | 385 | ], |
Oleh Prypin | 11d3d6c | 2018-11-30 14:03:35 | [diff] [blame] | 386 | 'android_release_bot_x64': [ |
Yves Gerey | db82cd7 | 2019-11-18 19:24:57 | [diff] [blame] | 387 | 'android', 'release_bot', 'x64' |
Oleh Prypin | 11d3d6c | 2018-11-30 14:03:35 | [diff] [blame] | 388 | ], |
kjellander | de49803 | 2016-11-17 15:47:11 | [diff] [blame] | 389 | 'android_asan_shared_release_bot_arm': [ |
Oleh Prypin | 3e8b7e9 | 2019-01-29 08:49:22 | [diff] [blame] | 390 | 'android', 'asan', 'clang', 'release_bot', 'arm' |
ehmaldonado | d6e65b3 | 2016-09-05 13:43:56 | [diff] [blame] | 391 | ], |
ehmaldonado | 89b0ca8 | 2016-08-09 15:15:03 | [diff] [blame] | 392 | |
Oleh Prypin | 82ac240 | 2019-01-29 15:18:30 | [diff] [blame] | 393 | # iOS |
| 394 | 'ios_debug_bot_arm': [ |
Mirko Bonadei | 2896bf6 | 2020-03-11 10:30:05 | [diff] [blame] | 395 | 'ios', 'debug_bot', 'arm', 'no_ios_code_signing', 'ios_use_goma_rbe' |
Oleh Prypin | 82ac240 | 2019-01-29 15:18:30 | [diff] [blame] | 396 | ], |
| 397 | 'ios_release_bot_arm': [ |
Mirko Bonadei | 2896bf6 | 2020-03-11 10:30:05 | [diff] [blame] | 398 | 'ios', 'release_bot', 'arm', 'no_ios_code_signing', 'ios_use_goma_rbe' |
Oleh Prypin | 82ac240 | 2019-01-29 15:18:30 | [diff] [blame] | 399 | ], |
| 400 | 'ios_debug_bot_arm64': [ |
Mirko Bonadei | 2896bf6 | 2020-03-11 10:30:05 | [diff] [blame] | 401 | 'ios', 'debug_bot', 'arm64', 'no_ios_code_signing', 'ios_use_goma_rbe' |
Oleh Prypin | 82ac240 | 2019-01-29 15:18:30 | [diff] [blame] | 402 | ], |
| 403 | 'ios_release_bot_arm64': [ |
Mirko Bonadei | 2896bf6 | 2020-03-11 10:30:05 | [diff] [blame] | 404 | 'ios', 'release_bot', 'arm64', 'no_ios_code_signing', 'ios_use_goma_rbe' |
Oleh Prypin | 82ac240 | 2019-01-29 15:18:30 | [diff] [blame] | 405 | ], |
| 406 | 'ios_internal_debug_bot_arm64': [ |
Mirko Bonadei | 2913ade | 2020-05-20 17:05:29 | [diff] [blame] | 407 | 'ios', 'debug_bot', 'arm64', 'ios_use_goma_rbe', |
| 408 | 'ios_code_signing_identity_description', |
Oleh Prypin | 82ac240 | 2019-01-29 15:18:30 | [diff] [blame] | 409 | ], |
| 410 | 'ios_internal_release_bot_arm64': [ |
Mirko Bonadei | 2913ade | 2020-05-20 17:05:29 | [diff] [blame] | 411 | 'ios', 'release_bot', 'arm64', 'ios_use_goma_rbe', |
| 412 | 'ios_code_signing_identity_description', |
Oleh Prypin | 82ac240 | 2019-01-29 15:18:30 | [diff] [blame] | 413 | ], |
Oleh Prypin | f1d1061 | 2019-01-31 13:00:05 | [diff] [blame] | 414 | 'ios_internal_pure_release_bot_arm64': [ |
Mirko Bonadei | 2913ade | 2020-05-20 17:05:29 | [diff] [blame] | 415 | 'ios', 'pure_release_bot', 'arm64', 'ios_use_goma_rbe', |
| 416 | 'ios_code_signing_identity_description', |
Oleh Prypin | f1d1061 | 2019-01-31 13:00:05 | [diff] [blame] | 417 | ], |
Oleh Prypin | 82ac240 | 2019-01-29 15:18:30 | [diff] [blame] | 418 | 'ios_debug_bot_x64': [ |
Mirko Bonadei | 2896bf6 | 2020-03-11 10:30:05 | [diff] [blame] | 419 | 'ios', 'debug_bot', 'x64', 'ios_use_goma_rbe' |
Oleh Prypin | 82ac240 | 2019-01-29 15:18:30 | [diff] [blame] | 420 | ], |
| 421 | |
Oleh Prypin | d945806 | 2018-05-22 11:36:44 | [diff] [blame] | 422 | # More configs |
Oleh Prypin | d945806 | 2018-05-22 11:36:44 | [diff] [blame] | 423 | 'bwe_test_logging_x64': [ |
| 424 | 'debug_bot', 'x64', 'bwe_test_logging' |
| 425 | ], |
| 426 | 'dummy_audio_file_devices_no_protobuf_x64': [ |
| 427 | 'debug_bot', 'x64', 'dummy_audio_file_devices', 'no_protobuf' |
| 428 | ], |
| 429 | 'rtti_no_sctp_x64': [ |
| 430 | 'debug_bot', 'x64', 'rtti', 'no_sctp' |
| 431 | ], |
| 432 | |
Oleh Prypin | d945806 | 2018-05-22 11:36:44 | [diff] [blame] | 433 | 'bwe_test_logging_x86': [ |
| 434 | 'debug_bot', 'x86', 'bwe_test_logging' |
| 435 | ], |
| 436 | 'dummy_audio_file_devices_no_protobuf_x86': [ |
| 437 | 'debug_bot', 'x86', 'dummy_audio_file_devices', 'no_protobuf' |
| 438 | ], |
Mirko Bonadei | 20574f4 | 2019-03-28 06:50:07 | [diff] [blame] | 439 | 'rtti_no_sctp_no_unicode_win_x86': [ |
| 440 | 'debug_bot', 'x86', 'rtti', 'no_sctp', 'win_undef_unicode' |
Oleh Prypin | d945806 | 2018-05-22 11:36:44 | [diff] [blame] | 441 | ], |
| 442 | |
Oleh Prypin | d945806 | 2018-05-22 11:36:44 | [diff] [blame] | 443 | 'bwe_test_logging_android_arm': [ |
| 444 | 'android', 'debug_static_bot', 'arm', 'bwe_test_logging' |
| 445 | ], |
| 446 | 'dummy_audio_file_devices_no_protobuf_android_arm': [ |
| 447 | 'android', 'debug_static_bot', 'arm', |
| 448 | 'dummy_audio_file_devices', 'no_protobuf' |
| 449 | ], |
| 450 | 'rtti_no_sctp_android_arm': [ |
| 451 | 'android', 'debug_static_bot', 'arm', 'rtti', 'no_sctp' |
| 452 | ], |
kjellander@webrtc.org | 861dcb7 | 2016-02-24 20:36:40 | [diff] [blame] | 453 | }, |
| 454 | |
| 455 | # This is a dict mapping a given 'mixin' name to a dict of settings that |
| 456 | # mb should use. See //tools/mb/docs/user_guide.md for more information. |
| 457 | 'mixins': { |
ehmaldonado | 89b0ca8 | 2016-08-09 15:15:03 | [diff] [blame] | 458 | 'android': { |
| 459 | 'gn_args': 'target_os="android"', |
kjellander@webrtc.org | 861dcb7 | 2016-02-24 20:36:40 | [diff] [blame] | 460 | }, |
| 461 | |
| 462 | 'arm': { |
| 463 | 'gn_args': 'target_cpu="arm"', |
kjellander@webrtc.org | 861dcb7 | 2016-02-24 20:36:40 | [diff] [blame] | 464 | }, |
| 465 | |
| 466 | 'arm64': { |
| 467 | 'gn_args': 'target_cpu="arm64"', |
kjellander@webrtc.org | 861dcb7 | 2016-02-24 20:36:40 | [diff] [blame] | 468 | }, |
| 469 | |
ehmaldonado | 09abaa0 | 2016-08-09 09:26:16 | [diff] [blame] | 470 | 'asan': { |
| 471 | 'gn_args': 'is_asan=true', |
ehmaldonado | 09abaa0 | 2016-08-09 09:26:16 | [diff] [blame] | 472 | }, |
| 473 | |
Oleh Prypin | a40f824 | 2017-12-21 12:32:23 | [diff] [blame] | 474 | # is_clang=true by default, this is only to guard from upstream changes. |
ehmaldonado | 09abaa0 | 2016-08-09 09:26:16 | [diff] [blame] | 475 | 'clang': { |
| 476 | 'gn_args': 'is_clang=true', |
kjellander | 5d6b84c | 2016-08-09 20:17:40 | [diff] [blame] | 477 | }, |
| 478 | |
ehmaldonado | 09abaa0 | 2016-08-09 09:26:16 | [diff] [blame] | 479 | 'dcheck_always_on': { |
| 480 | 'gn_args': 'dcheck_always_on=true', |
ehmaldonado | 09abaa0 | 2016-08-09 09:26:16 | [diff] [blame] | 481 | }, |
| 482 | |
kjellander@webrtc.org | 861dcb7 | 2016-02-24 20:36:40 | [diff] [blame] | 483 | 'debug': { |
| 484 | 'gn_args': 'is_debug=true', |
| 485 | }, |
| 486 | |
| 487 | 'debug_bot': { |
mbonadei | 9660627 | 2017-03-04 03:41:59 | [diff] [blame] | 488 | 'mixins': ['debug', 'goma'], |
ehmaldonado | 09abaa0 | 2016-08-09 09:26:16 | [diff] [blame] | 489 | }, |
| 490 | |
Mirko Bonadei | cfe5e2a | 2019-10-08 13:56:53 | [diff] [blame] | 491 | 'debug_bot_no_goma': { |
| 492 | 'mixins': ['debug', 'no_goma'], |
| 493 | }, |
| 494 | |
kjellander | 68815bf | 2016-08-10 16:49:37 | [diff] [blame] | 495 | 'debug_static_bot': { |
mbonadei | 9660627 | 2017-03-04 03:41:59 | [diff] [blame] | 496 | 'mixins': ['debug', 'minimal_symbols', 'goma'], |
kjellander | 68815bf | 2016-08-10 16:49:37 | [diff] [blame] | 497 | }, |
| 498 | |
Henrik Kjellander | 34203b4 | 2016-12-29 09:45:08 | [diff] [blame] | 499 | 'full_symbols': { |
| 500 | 'gn_args': 'symbol_level=2', |
| 501 | }, |
| 502 | |
ehmaldonado | d6e65b3 | 2016-09-05 13:43:56 | [diff] [blame] | 503 | 'gcc': { |
Henrik Kjellander | ab04559 | 2017-06-22 15:27:58 | [diff] [blame] | 504 | 'gn_args': ('is_clang=false use_sysroot=false ' |
| 505 | 'treat_warnings_as_errors=false'), |
ehmaldonado | d6e65b3 | 2016-09-05 13:43:56 | [diff] [blame] | 506 | }, |
| 507 | |
ehmaldonado | 09abaa0 | 2016-08-09 09:26:16 | [diff] [blame] | 508 | 'goma': { |
ehmaldonado | 09abaa0 | 2016-08-09 09:26:16 | [diff] [blame] | 509 | 'gn_args': 'use_goma=true', |
ehmaldonado | 6b74865 | 2016-08-31 08:53:42 | [diff] [blame] | 510 | }, |
| 511 | |
Mirko Bonadei | 2913ade | 2020-05-20 17:05:29 | [diff] [blame] | 512 | 'ios_code_signing_identity_description': { |
| 513 | 'gn_args': 'ios_code_signing_identity_description="Apple Development"', |
| 514 | }, |
| 515 | |
Mirko Bonadei | 2896bf6 | 2020-03-11 10:30:05 | [diff] [blame] | 516 | 'ios_use_goma_rbe': { |
| 517 | 'gn_args': 'ios_use_goma_rbe=true', |
| 518 | }, |
| 519 | |
Oleh Prypin | 82ac240 | 2019-01-29 15:18:30 | [diff] [blame] | 520 | 'ios': { |
| 521 | 'gn_args': 'target_os="ios"', |
| 522 | }, |
| 523 | |
Patrik Höglund | bd0acdb | 2018-11-29 13:35:38 | [diff] [blame] | 524 | 'no_goma': { |
| 525 | 'gn_args': 'use_goma=false', |
| 526 | }, |
| 527 | |
Henrik Kjellander | bee6712 | 2016-12-28 10:40:30 | [diff] [blame] | 528 | 'libfuzzer': { |
| 529 | 'gn_args': 'use_libfuzzer=true', |
| 530 | }, |
| 531 | |
ehmaldonado | 09abaa0 | 2016-08-09 09:26:16 | [diff] [blame] | 532 | 'lsan': { |
| 533 | 'gn_args': 'is_lsan=true', |
ehmaldonado | 09abaa0 | 2016-08-09 09:26:16 | [diff] [blame] | 534 | }, |
| 535 | |
kjellander | 68815bf | 2016-08-10 16:49:37 | [diff] [blame] | 536 | 'minimal_symbols': { |
Patrik Höglund | 9c0a83e | 2020-01-27 08:47:26 | [diff] [blame] | 537 | 'gn_args': 'symbol_level=1', |
kjellander | 68815bf | 2016-08-10 16:49:37 | [diff] [blame] | 538 | }, |
| 539 | |
ehmaldonado | 09abaa0 | 2016-08-09 09:26:16 | [diff] [blame] | 540 | 'msan': { |
Mirko Bonadei | 352b5d8 | 2019-09-12 17:46:46 | [diff] [blame] | 541 | 'gn_args': 'is_msan=true msan_track_origins=2', |
ehmaldonado | 09abaa0 | 2016-08-09 09:26:16 | [diff] [blame] | 542 | }, |
| 543 | |
kjellander | c2d4d57 | 2017-08-21 09:57:53 | [diff] [blame] | 544 | 'no_clang': { |
| 545 | 'gn_args': 'is_clang=false', |
| 546 | }, |
| 547 | |
Oleh Prypin | 82ac240 | 2019-01-29 15:18:30 | [diff] [blame] | 548 | 'no_ios_code_signing': { |
| 549 | 'gn_args': 'ios_enable_code_signing=false', |
| 550 | }, |
| 551 | |
Oleh Prypin | 8436812 | 2017-10-07 00:00:19 | [diff] [blame] | 552 | 'no_lld': { |
| 553 | 'gn_args': 'use_lld=false', |
| 554 | }, |
| 555 | |
mbonadei | 073581f | 2017-04-25 07:07:36 | [diff] [blame] | 556 | 'no_rtc_tests': { |
| 557 | 'gn_args': 'rtc_include_tests=false', |
| 558 | }, |
| 559 | |
ehmaldonado | 09abaa0 | 2016-08-09 09:26:16 | [diff] [blame] | 560 | 'openh264': { |
| 561 | 'gn_args': 'ffmpeg_branding="Chrome" rtc_use_h264=true', |
ehmaldonado | 09abaa0 | 2016-08-09 09:26:16 | [diff] [blame] | 562 | }, |
| 563 | |
kjellander | 957c181 | 2016-12-29 20:25:53 | [diff] [blame] | 564 | 'optimize_for_fuzzing': { |
| 565 | 'gn_args': 'optimize_for_fuzzing=true', |
| 566 | }, |
| 567 | |
Oleh Prypin | 151c0cd | 2018-08-08 14:27:29 | [diff] [blame] | 568 | 'pure_release_bot': { |
| 569 | 'mixins': ['release', 'goma'], |
| 570 | }, |
| 571 | |
kjellander@webrtc.org | 861dcb7 | 2016-02-24 20:36:40 | [diff] [blame] | 572 | 'release': { |
| 573 | 'gn_args': 'is_debug=false', |
| 574 | }, |
| 575 | |
| 576 | 'release_bot': { |
Oleh Prypin | 151c0cd | 2018-08-08 14:27:29 | [diff] [blame] | 577 | 'mixins': ['pure_release_bot', 'dcheck_always_on'], |
kjellander@webrtc.org | 861dcb7 | 2016-02-24 20:36:40 | [diff] [blame] | 578 | }, |
| 579 | |
Patrik Höglund | 2f25ade | 2018-11-29 12:31:23 | [diff] [blame] | 580 | 'release_bot_no_goma': { |
Patrik Höglund | bd0acdb | 2018-11-29 13:35:38 | [diff] [blame] | 581 | 'mixins': ['release', 'no_goma', 'dcheck_always_on'], |
Patrik Höglund | 2f25ade | 2018-11-29 12:31:23 | [diff] [blame] | 582 | }, |
| 583 | |
kjellander | 3cb0c57 | 2016-08-09 20:00:57 | [diff] [blame] | 584 | 'tsan': { |
| 585 | 'gn_args': 'is_tsan=true', |
kjellander | 3cb0c57 | 2016-08-09 20:00:57 | [diff] [blame] | 586 | }, |
| 587 | |
ehmaldonado | 09abaa0 | 2016-08-09 09:26:16 | [diff] [blame] | 588 | 'ubsan': { |
oprypin | ba09f79 | 2017-09-04 15:32:43 | [diff] [blame] | 589 | 'gn_args': 'is_ubsan=true is_ubsan_no_recover=true', |
ehmaldonado | 09abaa0 | 2016-08-09 09:26:16 | [diff] [blame] | 590 | }, |
| 591 | |
| 592 | 'ubsan_vptr': { |
oprypin | ba09f79 | 2017-09-04 15:32:43 | [diff] [blame] | 593 | 'gn_args': 'is_ubsan_vptr=true is_ubsan_no_recover=true', |
ehmaldonado | 09abaa0 | 2016-08-09 09:26:16 | [diff] [blame] | 594 | }, |
| 595 | |
ehmaldonado | 642b0f8 | 2017-05-03 20:05:57 | [diff] [blame] | 596 | 'win_fastlink': { |
| 597 | 'gn_args': 'is_win_fastlink=true', |
| 598 | }, |
| 599 | |
kjellander@webrtc.org | 861dcb7 | 2016-02-24 20:36:40 | [diff] [blame] | 600 | 'x64': { |
| 601 | 'gn_args': 'target_cpu="x64"', |
kjellander@webrtc.org | 861dcb7 | 2016-02-24 20:36:40 | [diff] [blame] | 602 | }, |
| 603 | |
| 604 | 'x86': { |
| 605 | 'gn_args': 'target_cpu="x86"', |
kjellander@webrtc.org | 861dcb7 | 2016-02-24 20:36:40 | [diff] [blame] | 606 | }, |
oprypin | f612998 | 2017-07-04 12:41:47 | [diff] [blame] | 607 | |
Oleh Prypin | d945806 | 2018-05-22 11:36:44 | [diff] [blame] | 608 | 'bwe_test_logging': { |
| 609 | 'gn_args': 'rtc_enable_bwe_test_logging=true', |
| 610 | }, |
| 611 | |
| 612 | 'dummy_audio_file_devices': { |
| 613 | 'gn_args': 'rtc_use_dummy_audio_file_devices=true', |
| 614 | }, |
| 615 | |
| 616 | 'no_protobuf': { |
| 617 | 'gn_args': 'rtc_enable_protobuf=false', |
| 618 | }, |
| 619 | |
| 620 | 'rtti': { |
| 621 | 'gn_args': 'use_rtti=true', |
| 622 | }, |
| 623 | |
| 624 | 'no_sctp': { |
| 625 | 'gn_args': 'rtc_enable_sctp=false', |
| 626 | }, |
Patrik Höglund | 7492764 | 2018-11-28 11:24:23 | [diff] [blame] | 627 | |
| 628 | 'winuwp': { |
| 629 | 'gn_args': 'target_os="winuwp"', |
| 630 | }, |
Mirko Bonadei | 20574f4 | 2019-03-28 06:50:07 | [diff] [blame] | 631 | |
| 632 | 'win_undef_unicode': { |
| 633 | 'gn_args': 'rtc_win_undef_unicode=true', |
| 634 | }, |
kjellander@webrtc.org | 861dcb7 | 2016-02-24 20:36:40 | [diff] [blame] | 635 | }, |
kjellander@webrtc.org | 861dcb7 | 2016-02-24 20:36:40 | [diff] [blame] | 636 | } |