OLD | NEW |
1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license | 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 | 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 | 5 # tree. An additional intellectual property rights grant can be found |
6 # in the file PATENTS. All contributing project authors may | 6 # in the file PATENTS. All contributing project authors may |
7 # be found in the AUTHORS file in the root of the source tree. | 7 # be found in the AUTHORS file in the root of the source tree. |
8 | 8 |
9 # FOR DETAILS ON THIS FILE SEE THE MAIN COPY IN //tools/mb/mb_config.pyl. | 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 | 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 | 11 # configurations source-side instead of in the buildbot scripts. That makes it |
12 # easy to try different configurations of GYP and GN in tryjob patches. | 12 # easy to try different configurations of GYP and GN in tryjob patches. |
13 | 13 |
14 { | 14 { |
15 # This is a map of buildbot master names -> buildbot builder names -> | 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, | 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. | 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 | 18 # The builders should be sorted by the order they appear in the /builders |
19 # page on the buildbots, *not* alphabetically. | 19 # page on the buildbots, *not* alphabetically. |
20 'masters': { | 20 'masters': { |
21 'client.webrtc': { | 21 'client.webrtc': { |
22 # iOS | 22 # iOS |
23 'iOS32 Debug': 'ios_gyp_debug_static_bot_arm_device', | 23 'iOS32 Debug': 'ios_gn_debug_static_bot_arm_device', |
24 'iOS32 Release': 'ios_gyp_release_bot_arm_device', | 24 'iOS32 Release': 'ios_gn_release_bot_arm_device', |
25 'iOS64 Debug': 'ios_gyp_debug_static_bot_arm64_device', | 25 'iOS64 Debug': 'ios_gn_debug_static_bot_arm64_device', |
26 'iOS64 Release': 'ios_gyp_release_bot_arm64_device', | 26 'iOS64 Release': 'ios_gn_release_bot_arm64_device', |
27 'iOS32 Simulator Debug': 'ios_gyp_debug_static_bot_x86', | 27 'iOS32 Simulator Debug': 'ios_gn_debug_static_bot_x86', |
28 'iOS64 Simulator Debug': 'ios_gyp_debug_static_bot_x64', | 28 'iOS64 Simulator Debug': 'ios_gn_debug_static_bot_x64', |
29 'iOS64 Debug (GN)': 'ios_gn_debug_static_bot_arm64_device', | 29 # TODO(kjellander): Remove the two GN configs below as soon we've renamed |
30 'iOS64 Release (GN)': 'ios_gn_release_bot_arm64_device', | 30 # the bots to the GYP versions (duplicated now). |
| 31 'iOS64 Debug (GN)': 'ios_gyp_debug_static_bot_arm64_device', |
| 32 'iOS64 Release (GN)': 'ios_gyp_release_bot_arm64_device', |
| 33 'iOS64 Debug (GYP)': 'ios_gyp_debug_static_bot_arm64_device', |
| 34 'iOS64 Release (GYP)': 'ios_gyp_release_bot_arm64_device', |
31 | 35 |
32 # Mac | 36 # Mac |
33 'Mac64 Debug': 'gn_debug_bot_x64', | 37 'Mac64 Debug': 'gn_debug_bot_x64', |
34 'Mac64 Release': 'gn_release_bot_x64', | 38 'Mac64 Release': 'gn_release_bot_x64', |
35 'Mac Asan': 'mac_gn_asan_clang_release_bot_x64', | 39 'Mac Asan': 'mac_gn_asan_clang_release_bot_x64', |
36 'Mac64 Release [large tests]': 'gn_release_bot_x64', | 40 'Mac64 Release [large tests]': 'gn_release_bot_x64', |
37 # TODO(kjellander): Remove the two GN configs below as soon we've renamed | 41 # TODO(kjellander): Remove the two GN configs below as soon we've renamed |
38 # the bots to the GYP versions (duplicated now). | 42 # the bots to the GYP versions (duplicated now). |
39 'Mac64 Debug (GN)': 'gyp_debug_bot_x64_exclude_tests', | 43 'Mac64 Debug (GN)': 'gyp_debug_bot_x64_exclude_tests', |
40 'Mac64 Release (GN)': 'gyp_release_bot_x64_exclude_tests', | 44 'Mac64 Release (GN)': 'gyp_release_bot_x64_exclude_tests', |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 'Win32 Release [large tests]': 'gn_release_bot_x86', | 100 'Win32 Release [large tests]': 'gn_release_bot_x86', |
97 # TODO(kjellander): Remove the two GN configs below as soon we've renamed | 101 # TODO(kjellander): Remove the two GN configs below as soon we've renamed |
98 # the bots to the GYP versions (duplicated now). | 102 # the bots to the GYP versions (duplicated now). |
99 'Win64 Debug (GN)': 'gyp_debug_bot_x64_exclude_tests', | 103 'Win64 Debug (GN)': 'gyp_debug_bot_x64_exclude_tests', |
100 'Win64 Release (GN)': 'gyp_release_bot_x64_exclude_tests', | 104 'Win64 Release (GN)': 'gyp_release_bot_x64_exclude_tests', |
101 'Win64 Debug (GYP)': 'gyp_debug_bot_x64_exclude_tests', | 105 'Win64 Debug (GYP)': 'gyp_debug_bot_x64_exclude_tests', |
102 'Win64 Release (GYP)': 'gyp_release_bot_x64_exclude_tests', | 106 'Win64 Release (GYP)': 'gyp_release_bot_x64_exclude_tests', |
103 }, | 107 }, |
104 'tryserver.webrtc': { | 108 'tryserver.webrtc': { |
105 # iOS | 109 # iOS |
106 'ios_dbg': 'ios_gyp_debug_static_bot_arm_device', | 110 'ios_dbg': 'ios_gn_debug_static_bot_arm_device', |
107 'ios_rel': 'ios_gyp_release_bot_arm_device', | 111 'ios_rel': 'ios_gn_release_bot_arm_device', |
108 'ios_arm64_dbg': 'ios_gyp_debug_static_bot_arm64_device', | 112 'ios_arm64_dbg': 'ios_gn_debug_static_bot_arm64_device', |
109 'ios_arm64_rel': 'ios_gyp_release_bot_arm64_device', | 113 'ios_arm64_rel': 'ios_gn_release_bot_arm64_device', |
110 'ios32_sim_dbg': 'ios_gyp_debug_static_bot_x86', | 114 'ios32_sim_dbg': 'ios_gn_debug_static_bot_x86', |
111 'ios64_sim_dbg': 'ios_gyp_debug_static_bot_x64', | 115 'ios64_sim_dbg': 'ios_gn_debug_static_bot_x64', |
112 'ios64_gn_dbg': 'ios_gn_debug_static_bot_arm64_device', | 116 # TODO(kjellander): Remove the two GN configs below as soon we've renamed |
113 'ios64_gn_rel': 'ios_gn_release_bot_arm64_device', | 117 # the bots to the GYP versions (duplicated now). |
| 118 'ios64_gn_dbg': 'ios_gyp_debug_static_bot_arm64_device', |
| 119 'ios64_gn_rel': 'ios_gyp_release_bot_arm64_device', |
| 120 'ios64_gyp_dbg': 'ios_gyp_debug_static_bot_arm64_device', |
| 121 'ios64_gyp_rel': 'ios_gyp_release_bot_arm64_device', |
114 | 122 |
115 # Mac | 123 # Mac |
116 'mac_compile_dbg': 'gn_debug_bot_x64', | 124 'mac_compile_dbg': 'gn_debug_bot_x64', |
117 'mac_compile_rel': 'gn_release_bot_x64', | 125 'mac_compile_rel': 'gn_release_bot_x64', |
118 'mac_dbg': 'gn_debug_bot_x64', | 126 'mac_dbg': 'gn_debug_bot_x64', |
119 'mac_rel': 'gn_release_bot_x64', | 127 'mac_rel': 'gn_release_bot_x64', |
120 'mac_asan': 'mac_gn_asan_clang_release_bot_x64', | 128 'mac_asan': 'mac_gn_asan_clang_release_bot_x64', |
121 'mac_baremetal': 'gn_release_bot_x64', | 129 'mac_baremetal': 'gn_release_bot_x64', |
122 'mac_swarming': 'swarming_gn_debug_bot_x64', | 130 'mac_swarming': 'swarming_gn_debug_bot_x64', |
123 # TODO(kjellander): Remove the two GN configs below as soon we've renamed | 131 # TODO(kjellander): Remove the two GN configs below as soon we've renamed |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
202 # is not necessarily so (i.e., we might have mac, win, and linux | 210 # is not necessarily so (i.e., we might have mac, win, and linux |
203 # bots all using the 'gn_release_bot' config). | 211 # bots all using the 'gn_release_bot' config). |
204 'configs': { | 212 'configs': { |
205 # iOS | 213 # iOS |
206 'ios_gn_debug_static_bot_arm64_device': [ | 214 'ios_gn_debug_static_bot_arm64_device': [ |
207 'ios', 'gn', 'debug_static_bot', 'arm64', 'device' | 215 'ios', 'gn', 'debug_static_bot', 'arm64', 'device' |
208 ], | 216 ], |
209 'ios_gn_release_bot_arm64_device': [ | 217 'ios_gn_release_bot_arm64_device': [ |
210 'ios', 'gn', 'release_bot', 'arm64', 'device' | 218 'ios', 'gn', 'release_bot', 'arm64', 'device' |
211 ], | 219 ], |
212 'ios_gyp_debug_static_bot_arm_device': [ | 220 'ios_gn_debug_static_bot_arm_device': [ |
213 'ios', 'gyp', 'debug_static_bot', 'arm', 'device' | 221 'ios', 'gn', 'debug_static_bot', 'arm', 'device' |
214 ], | 222 ], |
215 'ios_gyp_release_bot_arm_device': [ | 223 'ios_gn_release_bot_arm_device': [ |
216 'ios', 'gyp', 'release_bot', 'arm', 'device' | 224 'ios', 'gn', 'release_bot', 'arm', 'device' |
| 225 ], |
| 226 'ios_gn_debug_static_bot_x86': [ |
| 227 'ios', 'gn', 'debug_static_bot', 'x86' |
| 228 ], |
| 229 'ios_gn_debug_static_bot_x64': [ |
| 230 'ios', 'gn', 'debug_static_bot', 'x64' |
217 ], | 231 ], |
218 'ios_gyp_debug_static_bot_arm64_device': [ | 232 'ios_gyp_debug_static_bot_arm64_device': [ |
219 'ios', 'gyp', 'debug_static_bot', 'arm64', 'device' | 233 'ios', 'gyp', 'debug_static_bot', 'arm64', 'device' |
220 ], | 234 ], |
221 'ios_gyp_release_bot_arm64_device': [ | 235 'ios_gyp_release_bot_arm64_device': [ |
222 'ios', 'gyp', 'release_bot', 'arm64', 'device' | 236 'ios', 'gyp', 'release_bot', 'arm64', 'device' |
223 ], | 237 ], |
224 'ios_gyp_debug_static_bot_x86': [ | |
225 'ios', 'gyp', 'debug_static_bot', 'x86' | |
226 ], | |
227 'ios_gyp_debug_static_bot_x64': [ | |
228 'ios', 'gyp', 'release_bot', 'x64' | |
229 ], | |
230 | 238 |
231 # Linux, Mac and Windows | 239 # Linux, Mac and Windows |
232 'gn_crosscompile_release_bot_arm': [ | 240 'gn_crosscompile_release_bot_arm': [ |
233 'gn', 'crosscompile', 'openh264_release_bot', 'arm' | 241 'gn', 'crosscompile', 'openh264_release_bot', 'arm' |
234 ], | 242 ], |
235 'gyp_debug_bot_x64_exclude_tests': [ | 243 'gyp_debug_bot_x64_exclude_tests': [ |
236 'gyp', 'openh264_debug_bot', 'x64', 'exclude_tests', 'exclude_examples' | 244 'gyp', 'openh264_debug_bot', 'x64', 'exclude_tests', 'exclude_examples' |
237 ], | 245 ], |
238 'gyp_release_bot_x64_exclude_tests': [ | 246 'gyp_release_bot_x64_exclude_tests': [ |
239 'gyp', 'openh264_release_bot', 'x64', 'exclude_tests', 'exclude_examples' | 247 'gyp', 'openh264_release_bot', 'x64', 'exclude_tests', 'exclude_examples' |
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
531 'gn_args': 'target_cpu="x64"', | 539 'gn_args': 'target_cpu="x64"', |
532 'gyp_defines': 'target_arch=x64', | 540 'gyp_defines': 'target_arch=x64', |
533 }, | 541 }, |
534 | 542 |
535 'x86': { | 543 'x86': { |
536 'gn_args': 'target_cpu="x86"', | 544 'gn_args': 'target_cpu="x86"', |
537 'gyp_defines': 'target_arch=ia32', | 545 'gyp_defines': 'target_arch=ia32', |
538 }, | 546 }, |
539 }, | 547 }, |
540 } | 548 } |
OLD | NEW |