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 'iOS64 Debug (GN)': 'ios_gn_debug_static_bot_arm64_device', |
30 'iOS64 Release (GN)': 'ios_gn_release_bot_arm64_device', | 30 'iOS64 Release (GN)': 'ios_gn_release_bot_arm64_device', |
31 | 31 |
32 # Mac | 32 # Mac |
33 'Mac64 Debug': 'gn_debug_bot_x64', | 33 'Mac64 Debug': 'gn_debug_bot_x64', |
34 'Mac64 Release': 'gn_release_bot_x64', | 34 'Mac64 Release': 'gn_release_bot_x64', |
35 'Mac Asan': 'mac_gn_asan_clang_release_bot_x64', | 35 'Mac Asan': 'mac_gn_asan_clang_release_bot_x64', |
36 'Mac64 Release [large tests]': 'gn_release_bot_x64', | 36 'Mac64 Release [large tests]': 'gn_release_bot_x64', |
37 # TODO(kjellander): Remove the two GN configs below as soon we've renamed | 37 # TODO(kjellander): Remove the two GN configs below as soon we've renamed |
38 # the bots to the GYP versions (duplicated now). | 38 # the bots to the GYP versions (duplicated now). |
39 'Mac64 Debug (GN)': 'gyp_debug_bot_x64_exclude_tests', | 39 'Mac64 Debug (GN)': 'gyp_debug_bot_x64_exclude_tests', |
40 'Mac64 Release (GN)': 'gyp_release_bot_x64_exclude_tests', | 40 'Mac64 Release (GN)': 'gyp_release_bot_x64_exclude_tests', |
41 'Mac64 Debug (GYP)': 'gyp_debug_bot_x64_exclude_tests', | 41 'Mac64 Debug (GYP)': 'gyp_debug_bot_x64_exclude_tests', |
42 'Mac64 Release (GYP)': 'gyp_release_bot_x64_exclude_tests', | 42 'Mac64 Release (GYP)': 'gyp_release_bot_x64_exclude_tests', |
43 | 43 |
44 # Linux | 44 # Linux |
45 'Linux32 ARM': 'gn_crosscompile_release_bot_arm', | 45 'Linux32 ARM': 'gn_crosscompile_release_bot_arm', |
| 46 'Linux32 Debug': 'gn_debug_bot_x86', |
| 47 'Linux32 Release': 'gn_release_bot_x86', |
46 'Linux64 Debug': 'gn_debug_bot_x64', | 48 'Linux64 Debug': 'gn_debug_bot_x64', |
47 'Linux64 Release': 'gn_release_bot_x64', | 49 'Linux64 Release': 'gn_release_bot_x64', |
48 'Linux Asan': 'gn_asan_lsan_clang_release_bot_x64', | 50 'Linux Asan': 'gn_asan_lsan_clang_release_bot_x64', |
49 'Linux Memcheck': 'gn_memcheck_release_bot_x64', | 51 'Linux Memcheck': 'gn_memcheck_release_bot_x64', |
50 'Linux MSan': 'gn_msan_clang_release_bot_x64', | 52 'Linux MSan': 'gn_msan_clang_release_bot_x64', |
51 'Linux Tsan v2': 'gn_tsan_clang_release_bot_x64', | 53 'Linux Tsan v2': 'gn_tsan_clang_release_bot_x64', |
52 'Linux UBSan': 'gn_ubsan_clang_release_bot_x64', | 54 'Linux UBSan': 'gn_ubsan_clang_release_bot_x64', |
53 'Linux UBSan vptr': 'gn_ubsan_vptr_clang_release_bot_x64', | 55 'Linux UBSan vptr': 'gn_ubsan_vptr_clang_release_bot_x64', |
54 'Linux64 Release [large tests]': 'gn_release_bot_x64', | 56 'Linux64 Release [large tests]': 'gn_release_bot_x64', |
55 # TODO(kjellander): Remove the two GN configs below as soon we've renamed | 57 # TODO(kjellander): Remove the two GN configs below as soon we've renamed |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 'Win32 Release [large tests]': 'gn_release_bot_x86', | 98 'Win32 Release [large tests]': 'gn_release_bot_x86', |
97 # TODO(kjellander): Remove the two GN configs below as soon we've renamed | 99 # TODO(kjellander): Remove the two GN configs below as soon we've renamed |
98 # the bots to the GYP versions (duplicated now). | 100 # the bots to the GYP versions (duplicated now). |
99 'Win64 Debug (GN)': 'gyp_debug_bot_x64_exclude_tests', | 101 'Win64 Debug (GN)': 'gyp_debug_bot_x64_exclude_tests', |
100 'Win64 Release (GN)': 'gyp_release_bot_x64_exclude_tests', | 102 'Win64 Release (GN)': 'gyp_release_bot_x64_exclude_tests', |
101 'Win64 Debug (GYP)': 'gyp_debug_bot_x64_exclude_tests', | 103 'Win64 Debug (GYP)': 'gyp_debug_bot_x64_exclude_tests', |
102 'Win64 Release (GYP)': 'gyp_release_bot_x64_exclude_tests', | 104 'Win64 Release (GYP)': 'gyp_release_bot_x64_exclude_tests', |
103 }, | 105 }, |
104 'tryserver.webrtc': { | 106 'tryserver.webrtc': { |
105 # iOS | 107 # iOS |
106 'ios_dbg': 'ios_gyp_debug_static_bot_arm_device', | 108 'ios_dbg': 'ios_gn_debug_static_bot_arm_device', |
107 'ios_rel': 'ios_gyp_release_bot_arm_device', | 109 'ios_rel': 'ios_gn_release_bot_arm_device', |
108 'ios_arm64_dbg': 'ios_gyp_debug_static_bot_arm64_device', | 110 'ios_arm64_dbg': 'ios_gn_debug_static_bot_arm64_device', |
109 'ios_arm64_rel': 'ios_gyp_release_bot_arm64_device', | 111 'ios_arm64_rel': 'ios_gn_release_bot_arm64_device', |
110 'ios32_sim_dbg': 'ios_gyp_debug_static_bot_x86', | 112 'ios32_sim_dbg': 'ios_gn_debug_static_bot_x86', |
111 'ios64_sim_dbg': 'ios_gyp_debug_static_bot_x64', | 113 'ios64_sim_dbg': 'ios_gn_debug_static_bot_x64', |
112 'ios64_gn_dbg': 'ios_gn_debug_static_bot_arm64_device', | 114 'ios64_gn_dbg': 'ios_gn_debug_static_bot_arm64_device', |
113 'ios64_gn_rel': 'ios_gn_release_bot_arm64_device', | 115 'ios64_gn_rel': 'ios_gn_release_bot_arm64_device', |
114 | 116 |
115 # Mac | 117 # Mac |
116 'mac_compile_dbg': 'gn_debug_bot_x64', | 118 'mac_compile_dbg': 'gn_debug_bot_x64', |
117 'mac_compile_rel': 'gn_release_bot_x64', | 119 'mac_compile_rel': 'gn_release_bot_x64', |
118 'mac_dbg': 'gn_debug_bot_x64', | 120 'mac_dbg': 'gn_debug_bot_x64', |
119 'mac_rel': 'gn_release_bot_x64', | 121 'mac_rel': 'gn_release_bot_x64', |
120 'mac_asan': 'mac_gn_asan_clang_release_bot_x64', | 122 'mac_asan': 'mac_gn_asan_clang_release_bot_x64', |
121 'mac_baremetal': 'gn_release_bot_x64', | 123 'mac_baremetal': 'gn_release_bot_x64', |
(...skipping 80 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 | 204 # is not necessarily so (i.e., we might have mac, win, and linux |
203 # bots all using the 'gn_release_bot' config). | 205 # bots all using the 'gn_release_bot' config). |
204 'configs': { | 206 'configs': { |
205 # iOS | 207 # iOS |
206 'ios_gn_debug_static_bot_arm64_device': [ | 208 'ios_gn_debug_static_bot_arm64_device': [ |
207 'ios', 'gn', 'debug_static_bot', 'arm64', 'device' | 209 'ios', 'gn', 'debug_static_bot', 'arm64', 'device' |
208 ], | 210 ], |
209 'ios_gn_release_bot_arm64_device': [ | 211 'ios_gn_release_bot_arm64_device': [ |
210 'ios', 'gn', 'release_bot', 'arm64', 'device' | 212 'ios', 'gn', 'release_bot', 'arm64', 'device' |
211 ], | 213 ], |
212 'ios_gyp_debug_static_bot_arm_device': [ | 214 'ios_gn_debug_static_bot_arm_device': [ |
213 'ios', 'gyp', 'debug_static_bot', 'arm', 'device' | 215 'ios', 'gn', 'debug_static_bot', 'arm', 'device' |
214 ], | 216 ], |
215 'ios_gyp_release_bot_arm_device': [ | 217 'ios_gn_release_bot_arm_device': [ |
216 'ios', 'gyp', 'release_bot', 'arm', 'device' | 218 'ios', 'gn', 'release_bot', 'arm', 'device' |
217 ], | 219 ], |
218 'ios_gyp_debug_static_bot_arm64_device': [ | 220 'ios_gn_debug_static_bot_x86': [ |
219 'ios', 'gyp', 'debug_static_bot', 'arm64', 'device' | 221 'ios', 'gn', 'debug_static_bot', 'x86' |
220 ], | 222 ], |
221 'ios_gyp_release_bot_arm64_device': [ | 223 'ios_gn_debug_static_bot_x64': [ |
222 'ios', 'gyp', 'release_bot', 'arm64', 'device' | 224 'ios', 'gn', 'release_bot', 'x64' |
223 ], | |
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 ], | 225 ], |
230 | 226 |
231 # Linux, Mac and Windows | 227 # Linux, Mac and Windows |
232 'gn_crosscompile_release_bot_arm': [ | 228 'gn_crosscompile_release_bot_arm': [ |
233 'gn', 'crosscompile', 'openh264_release_bot', 'arm' | 229 'gn', 'crosscompile', 'openh264_release_bot', 'arm' |
234 ], | 230 ], |
| 231 'gn_release_bot_x86': [ |
| 232 'gn', 'openh264_release_bot', 'x86' |
| 233 ], |
| 234 'gn_debug_bot_x86': [ |
| 235 'gn', 'openh264_debug_bot', 'x86' |
| 236 ], |
235 'gyp_debug_bot_x64_exclude_tests': [ | 237 'gyp_debug_bot_x64_exclude_tests': [ |
236 'gyp', 'openh264_debug_bot', 'x64', 'exclude_tests', 'exclude_examples' | 238 'gyp', 'openh264_debug_bot', 'x64', 'exclude_tests', 'exclude_examples' |
237 ], | 239 ], |
238 'gyp_release_bot_x64_exclude_tests': [ | 240 'gyp_release_bot_x64_exclude_tests': [ |
239 'gyp', 'openh264_release_bot', 'x64', 'exclude_tests', 'exclude_examples' | 241 'gyp', 'openh264_release_bot', 'x64', 'exclude_tests', 'exclude_examples' |
240 ], | 242 ], |
241 'gn_asan_lsan_clang_release_bot_x64': [ | 243 'gn_asan_lsan_clang_release_bot_x64': [ |
242 'gn', 'asan', 'lsan', 'clang', 'openh264_release_bot', 'x64' | 244 'gn', 'asan', 'lsan', 'clang', 'openh264_release_bot', 'x64' |
243 ], | 245 ], |
244 'gn_memcheck_release_bot_x64': [ | 246 'gn_memcheck_release_bot_x64': [ |
(...skipping 16 matching lines...) Expand all Loading... |
261 ], | 263 ], |
262 'gn_release_bot_x86': [ | 264 'gn_release_bot_x86': [ |
263 'gn', 'openh264_release_bot', 'x86' | 265 'gn', 'openh264_release_bot', 'x86' |
264 ], | 266 ], |
265 'gn_debug_bot_x64': [ | 267 'gn_debug_bot_x64': [ |
266 'gn', 'openh264_debug_bot', 'x64' | 268 'gn', 'openh264_debug_bot', 'x64' |
267 ], | 269 ], |
268 'gn_release_bot_x64': [ | 270 'gn_release_bot_x64': [ |
269 'gn', 'openh264_release_bot', 'x64' | 271 'gn', 'openh264_release_bot', 'x64' |
270 ], | 272 ], |
| 273 'gn_asan_lsan_clang_release_bot_x64': [ |
| 274 'gn', 'asan', 'lsan', 'clang', 'openh264_release_bot', 'x64' |
| 275 ], |
| 276 'gn_memcheck_release_bot_x64': [ |
| 277 'gn', 'memcheck', 'openh264_release_bot', 'x64' |
| 278 ], |
| 279 'gn_msan_clang_release_bot_x64': [ |
| 280 'gn', 'msan', 'clang', 'openh264_release_bot', 'x64' |
| 281 ], |
| 282 'gn_tsan_clang_release_bot_x64': [ |
| 283 'gn', 'tsan', 'clang', 'openh264_release_bot', 'x64' |
| 284 ], |
| 285 'gn_ubsan_clang_release_bot_x64': [ |
| 286 'gn', 'ubsan', 'clang', 'openh264_release_bot', 'x64' |
| 287 ], |
| 288 'gn_ubsan_vptr_clang_release_bot_x64': [ |
| 289 'gn', 'ubsan_vptr', 'clang', 'openh264_release_bot', 'x64' |
| 290 ], |
271 'swarming_gn_debug_bot_x64': [ | 291 'swarming_gn_debug_bot_x64': [ |
272 'swarming', 'gn', 'openh264_debug_bot', 'x64' | 292 'swarming', 'gn', 'openh264_debug_bot', 'x64' |
273 ], | 293 ], |
274 | 294 |
275 # Windows | 295 # Windows |
276 'win_gn_clang_debug_bot_x86': [ | 296 'win_gn_clang_debug_bot_x86': [ |
277 'gn', 'clang', 'openh264_debug_bot', 'x86', | 297 'gn', 'clang', 'openh264_debug_bot', 'x86', |
278 ], | 298 ], |
279 'win_gn_clang_release_bot_x86': [ | 299 'win_gn_clang_release_bot_x86': [ |
280 'gn', 'clang', 'openh264_release_bot', 'x86', | 300 'gn', 'clang', 'openh264_release_bot', 'x86', |
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
531 'gn_args': 'target_cpu="x64"', | 551 'gn_args': 'target_cpu="x64"', |
532 'gyp_defines': 'target_arch=x64', | 552 'gyp_defines': 'target_arch=x64', |
533 }, | 553 }, |
534 | 554 |
535 'x86': { | 555 'x86': { |
536 'gn_args': 'target_cpu="x86"', | 556 'gn_args': 'target_cpu="x86"', |
537 'gyp_defines': 'target_arch=ia32', | 557 'gyp_defines': 'target_arch=ia32', |
538 }, | 558 }, |
539 }, | 559 }, |
540 } | 560 } |
OLD | NEW |