| 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 |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 'iOS32 Debug': 'ios_gyp_debug_static_bot_arm_device', | 23 'iOS32 Debug': 'ios_gyp_debug_static_bot_arm_device', |
| 24 'iOS32 Release': 'ios_gyp_release_bot_arm_device', | 24 'iOS32 Release': 'ios_gyp_release_bot_arm_device', |
| 25 'iOS64 Debug': 'ios_gyp_debug_static_bot_arm64_device', | 25 'iOS64 Debug': 'ios_gyp_debug_static_bot_arm64_device', |
| 26 'iOS64 Release': 'ios_gyp_release_bot_arm64_device', | 26 'iOS64 Release': 'ios_gyp_release_bot_arm64_device', |
| 27 'iOS32 Simulator Debug': 'ios_gyp_debug_static_bot_x86', | 27 'iOS32 Simulator Debug': 'ios_gyp_debug_static_bot_x86', |
| 28 'iOS64 Simulator Debug': 'ios_gyp_debug_static_bot_x64', | 28 'iOS64 Simulator Debug': 'ios_gyp_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': 'gyp_debug_bot_x64', | 33 'Mac64 Debug': 'gn_debug_bot_x64', |
| 34 'Mac64 Release': 'gyp_release_bot_x64', | 34 'Mac64 Release': 'gn_release_bot_x64', |
| 35 'Mac64 Debug (GN)': 'gn_debug_bot_x64', | 35 'Mac Asan': 'mac_gn_asan_clang_release_bot_x64', |
| 36 'Mac64 Release (GN)': 'gn_release_bot_x64', | 36 'Mac64 Release [large tests]': 'gn_release_bot_x64', |
| 37 'Mac Asan': 'mac_gyp_asan_clang_release_bot_x64', | 37 # TODO(kjellander): Remove the two GN configs below as soon we've renamed |
| 38 'Mac64 Release [large tests]': 'gyp_release_bot_x64', | 38 # the bots to the GYP versions (duplicated now). |
| 39 'Mac64 Debug (GN)': 'gyp_debug_bot_x64_exclude_tests', |
| 40 'Mac64 Release (GN)': 'gyp_release_bot_x64_exclude_tests', |
| 41 'Mac64 Debug (GYP)': 'gyp_debug_bot_x64_exclude_tests', |
| 42 'Mac64 Release (GYP)': 'gyp_release_bot_x64_exclude_tests', |
| 39 | 43 |
| 40 # Linux | 44 # Linux |
| 41 'Linux32 ARM': 'gyp_crosscompile_release_bot_arm', | 45 'Linux32 ARM': 'gyp_crosscompile_release_bot_arm', |
| 42 'Linux32 Debug': 'gyp_debug_bot_x86', | 46 'Linux32 Debug': 'gyp_debug_bot_x86', |
| 43 'Linux32 Release': 'gyp_release_bot_x86', | 47 'Linux32 Release': 'gyp_release_bot_x86', |
| 44 'Linux64 Debug': 'gyp_debug_bot_x64', | 48 'Linux64 Debug': 'gyp_debug_bot_x64', |
| 45 'Linux64 Release': 'gyp_release_bot_x64', | 49 'Linux64 Release': 'gyp_release_bot_x64', |
| 46 'Linux Asan': 'gyp_asan_lsan_clang_release_bot_x64', | 50 'Linux Asan': 'gyp_asan_lsan_clang_release_bot_x64', |
| 47 'Linux Memcheck': 'gyp_memcheck_release_bot_x64', | 51 'Linux Memcheck': 'gyp_memcheck_release_bot_x64', |
| 48 'Linux MSan': 'gyp_msan_clang_release_bot_x64', | 52 'Linux MSan': 'gyp_msan_clang_release_bot_x64', |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 'ios_dbg': 'ios_gyp_debug_static_bot_arm_device', | 100 'ios_dbg': 'ios_gyp_debug_static_bot_arm_device', |
| 97 'ios_rel': 'ios_gyp_release_bot_arm_device', | 101 'ios_rel': 'ios_gyp_release_bot_arm_device', |
| 98 'ios_arm64_dbg': 'ios_gyp_debug_static_bot_arm64_device', | 102 'ios_arm64_dbg': 'ios_gyp_debug_static_bot_arm64_device', |
| 99 'ios_arm64_rel': 'ios_gyp_release_bot_arm64_device', | 103 'ios_arm64_rel': 'ios_gyp_release_bot_arm64_device', |
| 100 'ios32_sim_dbg': 'ios_gyp_debug_static_bot_x86', | 104 'ios32_sim_dbg': 'ios_gyp_debug_static_bot_x86', |
| 101 'ios64_sim_dbg': 'ios_gyp_debug_static_bot_x64', | 105 'ios64_sim_dbg': 'ios_gyp_debug_static_bot_x64', |
| 102 'ios64_gn_dbg': 'ios_gn_debug_static_bot_arm64_device', | 106 'ios64_gn_dbg': 'ios_gn_debug_static_bot_arm64_device', |
| 103 'ios64_gn_rel': 'ios_gn_release_bot_arm64_device', | 107 'ios64_gn_rel': 'ios_gn_release_bot_arm64_device', |
| 104 | 108 |
| 105 # Mac | 109 # Mac |
| 106 'mac_compile_dbg': 'gyp_debug_bot_x64', | 110 'mac_compile_dbg': 'gn_debug_bot_x64', |
| 107 'mac_compile_rel': 'gyp_release_bot_x64', | 111 'mac_compile_rel': 'gn_release_bot_x64', |
| 108 'mac_dbg': 'gyp_debug_bot_x64', | 112 'mac_dbg': 'gn_debug_bot_x64', |
| 109 'mac_rel': 'gyp_release_bot_x64', | 113 'mac_rel': 'gn_release_bot_x64', |
| 110 'mac_gn_dbg': 'gn_debug_bot_x64', | 114 'mac_asan': 'mac_gn_asan_clang_release_bot_x64', |
| 111 'mac_gn_rel': 'gn_release_bot_x64', | 115 'mac_baremetal': 'gn_release_bot_x64', |
| 112 'mac_asan': 'mac_gyp_asan_clang_release_bot_x64', | 116 'mac_swarming': 'swarming_gn_debug_bot_x64', |
| 113 'mac_baremetal': 'gyp_release_bot_x64', | 117 # TODO(kjellander): Remove the two GN configs below as soon we've renamed |
| 114 'mac_swarming': 'swarming_gyp_debug_bot_x64', | 118 # the bots to the GYP versions (duplicated now). |
| 119 'mac_gn_dbg': 'gyp_debug_bot_x64_exclude_tests', |
| 120 'mac_gn_rel': 'gyp_release_bot_x64_exclude_tests', |
| 121 'mac_gyp_dbg': 'gyp_debug_bot_x64_exclude_tests', |
| 122 'mac_gyp_rel': 'gyp_release_bot_x64_exclude_tests', |
| 115 | 123 |
| 116 # Linux | 124 # Linux |
| 117 'linux_compile_dbg': 'gyp_debug_bot_x64', | 125 'linux_compile_dbg': 'gyp_debug_bot_x64', |
| 118 'linux_compile_rel': 'gyp_release_bot_x64', | 126 'linux_compile_rel': 'gyp_release_bot_x64', |
| 119 'linux_dbg': 'gyp_debug_bot_x64', | 127 'linux_dbg': 'gyp_debug_bot_x64', |
| 120 'linux_rel': 'gyp_release_bot_x64', | 128 'linux_rel': 'gyp_release_bot_x64', |
| 121 'linux_gn_dbg': 'gn_debug_bot_x64', | 129 'linux_gn_dbg': 'gn_debug_bot_x64', |
| 122 'linux_gn_rel': 'gn_release_bot_x64', | 130 'linux_gn_rel': 'gn_release_bot_x64', |
| 123 'linux_arm': 'gyp_crosscompile_release_bot_arm', | 131 'linux_arm': 'gyp_crosscompile_release_bot_arm', |
| 124 'linux_asan': 'gyp_asan_lsan_clang_release_bot_x64', | 132 'linux_asan': 'gyp_asan_lsan_clang_release_bot_x64', |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 ], | 220 ], |
| 213 'gyp_debug_bot_x86': [ | 221 'gyp_debug_bot_x86': [ |
| 214 'gyp', 'openh264_debug_bot', 'x86' | 222 'gyp', 'openh264_debug_bot', 'x86' |
| 215 ], | 223 ], |
| 216 'gyp_release_bot_x86': [ | 224 'gyp_release_bot_x86': [ |
| 217 'gyp', 'openh264_release_bot', 'x86' | 225 'gyp', 'openh264_release_bot', 'x86' |
| 218 ], | 226 ], |
| 219 'gyp_debug_bot_x64': [ | 227 'gyp_debug_bot_x64': [ |
| 220 'gyp', 'openh264_debug_bot', 'x64' | 228 'gyp', 'openh264_debug_bot', 'x64' |
| 221 ], | 229 ], |
| 230 'gyp_debug_bot_x64_exclude_tests': [ |
| 231 'gyp', 'openh264_debug_bot', 'x64', 'exclude_tests', 'exclude_examples' |
| 232 ], |
| 222 'gyp_release_bot_x64': [ | 233 'gyp_release_bot_x64': [ |
| 223 'gyp', 'openh264_release_bot', 'x64' | 234 'gyp', 'openh264_release_bot', 'x64' |
| 224 ], | 235 ], |
| 236 'gyp_release_bot_x64_exclude_tests': [ |
| 237 'gyp', 'openh264_release_bot', 'x64', 'exclude_tests', 'exclude_examples' |
| 238 ], |
| 225 'gyp_asan_lsan_clang_release_bot_x64': [ | 239 'gyp_asan_lsan_clang_release_bot_x64': [ |
| 226 'gyp', 'asan', 'lsan', 'clang', 'openh264_release_bot', 'x64' | 240 'gyp', 'asan', 'lsan', 'clang', 'openh264_release_bot', 'x64' |
| 227 ], | 241 ], |
| 228 'gyp_memcheck_release_bot_x64': [ | 242 'gyp_memcheck_release_bot_x64': [ |
| 229 'gyp', 'memcheck', 'openh264_release_bot', 'x64' | 243 'gyp', 'memcheck', 'openh264_release_bot', 'x64' |
| 230 ], | 244 ], |
| 231 'gyp_msan_clang_release_bot_x64': [ | 245 'gyp_msan_clang_release_bot_x64': [ |
| 232 'gyp', 'msan', 'clang', 'openh264_release_bot', 'x64' | 246 'gyp', 'msan', 'clang', 'openh264_release_bot', 'x64' |
| 233 ], | 247 ], |
| 234 'gyp_tsan_clang_release_bot_x64': [ | 248 'gyp_tsan_clang_release_bot_x64': [ |
| 235 'gyp', 'tsan', 'clang', 'openh264_release_bot', 'x64' | 249 'gyp', 'tsan', 'clang', 'openh264_release_bot', 'x64' |
| 236 ], | 250 ], |
| 237 'gyp_ubsan_clang_release_bot_x64': [ | 251 'gyp_ubsan_clang_release_bot_x64': [ |
| 238 'gyp', 'ubsan', 'clang', 'openh264_release_bot', 'x64' | 252 'gyp', 'ubsan', 'clang', 'openh264_release_bot', 'x64' |
| 239 ], | 253 ], |
| 240 'gyp_ubsan_vptr_clang_release_bot_x64': [ | 254 'gyp_ubsan_vptr_clang_release_bot_x64': [ |
| 241 'gyp', 'ubsan_vptr', 'clang', 'openh264_release_bot', 'x64' | 255 'gyp', 'ubsan_vptr', 'clang', 'openh264_release_bot', 'x64' |
| 242 ], | 256 ], |
| 243 'gn_debug_bot_x64': [ | 257 'gn_debug_bot_x64': [ |
| 244 'gn', 'openh264_debug_bot', 'x64' | 258 'gn', 'openh264_debug_bot', 'x64' |
| 245 ], | 259 ], |
| 246 'gn_release_bot_x64': [ | 260 'gn_release_bot_x64': [ |
| 247 'gn', 'openh264_release_bot', 'x64' | 261 'gn', 'openh264_release_bot', 'x64' |
| 248 ], | 262 ], |
| 263 'swarming_gn_debug_bot_x64': [ |
| 264 'swarming', 'gn', 'openh264_debug_bot', 'x64' |
| 265 ], |
| 249 'swarming_gyp_debug_bot_x64': [ | 266 'swarming_gyp_debug_bot_x64': [ |
| 250 'swarming', 'gyp', 'openh264_debug_bot', 'x64' | 267 'swarming', 'gyp', 'openh264_debug_bot', 'x64' |
| 251 ], | 268 ], |
| 252 | 269 |
| 253 # Windows | 270 # Windows |
| 254 'win_gyp_clang_debug_bot_x86': [ | 271 'win_gyp_clang_debug_bot_x86': [ |
| 255 'gyp', 'clang', 'openh264_debug_bot', 'x86', | 272 'gyp', 'clang', 'openh264_debug_bot', 'x86', |
| 256 ], | 273 ], |
| 257 'win_gyp_clang_release_bot_x86': [ | 274 'win_gyp_clang_release_bot_x86': [ |
| 258 'gyp', 'clang', 'openh264_release_bot', 'x86', | 275 'gyp', 'clang', 'openh264_release_bot', 'x86', |
| 259 ], | 276 ], |
| 260 'win_gyp_clang_debug_bot_x64': [ | 277 'win_gyp_clang_debug_bot_x64': [ |
| 261 'gyp', 'clang', 'openh264_debug_bot', 'x64', | 278 'gyp', 'clang', 'openh264_debug_bot', 'x64', |
| 262 ], | 279 ], |
| 263 'win_gyp_clang_release_bot_x64': [ | 280 'win_gyp_clang_release_bot_x64': [ |
| 264 'gyp', 'clang', 'openh264_release_bot', 'x64', | 281 'gyp', 'clang', 'openh264_release_bot', 'x64', |
| 265 ], | 282 ], |
| 266 'win_gyp_syzyasan_release_bot_x86': [ | 283 'win_gyp_syzyasan_release_bot_x86': [ |
| 267 'gyp', 'syzyasan', 'minimal_symbols', 'openh264_release_bot', 'x86', | 284 'gyp', 'syzyasan', 'minimal_symbols', 'openh264_release_bot', 'x86', |
| 268 ], | 285 ], |
| 269 # TODO(kjellander): Flip DrMemory bots over to Release after GN migration | 286 # TODO(kjellander): Flip DrMemory bots over to Release after GN migration |
| 270 # (http://crbug.com/636414). | 287 # (http://crbug.com/636414). |
| 271 'win_gyp_drmemory_debug_bot_x86': [ | 288 'win_gyp_drmemory_debug_bot_x86': [ |
| 272 'gyp', 'drmemory', 'minimal_symbols', 'openh264_debug_bot', 'x86', | 289 'gyp', 'drmemory', 'minimal_symbols', 'openh264_debug_bot', 'x86', |
| 273 ], | 290 ], |
| 274 | 291 |
| 275 # Mac | 292 # Mac |
| 276 'mac_gyp_asan_clang_release_bot_x64': [ | 293 'mac_gn_asan_clang_release_bot_x64': [ |
| 277 'gyp', 'asan', 'clang', 'openh264_release_bot', 'x64', | 294 'gn', 'asan', 'clang', 'openh264_release_bot', 'x64', |
| 278 ], | 295 ], |
| 279 | 296 |
| 280 # Android | 297 # Android |
| 281 'android_gyp_debug_static_bot_arm': [ | 298 'android_gyp_debug_static_bot_arm': [ |
| 282 'android', 'gyp', 'debug_static_bot', 'arm', 'exclude_tests', | 299 'android', 'gyp', 'debug_static_bot', 'arm', 'exclude_tests', |
| 283 'exclude_examples' | 300 'exclude_examples' |
| 284 ], | 301 ], |
| 285 'android_gyp_release_bot_arm': [ | 302 'android_gyp_release_bot_arm': [ |
| 286 'android', 'gyp', 'release_bot', 'arm', 'exclude_tests', | 303 'android', 'gyp', 'release_bot', 'arm', 'exclude_tests', |
| 287 'exclude_examples' | 304 'exclude_examples' |
| (...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 509 'gn_args': 'target_cpu="x64"', | 526 'gn_args': 'target_cpu="x64"', |
| 510 'gyp_defines': 'target_arch=x64', | 527 'gyp_defines': 'target_arch=x64', |
| 511 }, | 528 }, |
| 512 | 529 |
| 513 'x86': { | 530 'x86': { |
| 514 'gn_args': 'target_cpu="x86"', | 531 'gn_args': 'target_cpu="x86"', |
| 515 'gyp_defines': 'target_arch=ia32', | 532 'gyp_defines': 'target_arch=ia32', |
| 516 }, | 533 }, |
| 517 }, | 534 }, |
| 518 } | 535 } |
| OLD | NEW |