| 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 20 matching lines...) Expand all Loading... |
| 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 'Mac64 Debug (GYP)': 'gyp_debug_bot_x64_exclude_tests', | 37 'Mac64 Debug (GYP)': 'gyp_debug_bot_x64_exclude_tests', |
| 38 'Mac64 Release (GYP)': 'gyp_release_bot_x64_exclude_tests', | 38 'Mac64 Release (GYP)': 'gyp_release_bot_x64_exclude_tests', |
| 39 | 39 |
| 40 # Linux | 40 # Linux |
| 41 'Linux32 Debug': 'gn_debug_bot_x86', |
| 42 'Linux32 Release': 'gn_release_bot_x86', |
| 41 'Linux32 ARM': 'gn_crosscompile_release_bot_arm', | 43 'Linux32 ARM': 'gn_crosscompile_release_bot_arm', |
| 42 'Linux64 Debug': 'gn_debug_bot_x64', | 44 'Linux64 Debug': 'gn_debug_bot_x64', |
| 43 'Linux64 Release': 'gn_release_bot_x64', | 45 'Linux64 Release': 'gn_release_bot_x64', |
| 44 'Linux Asan': 'gn_asan_lsan_clang_release_bot_x64', | 46 'Linux Asan': 'gn_asan_lsan_clang_release_bot_x64', |
| 45 'Linux Memcheck': 'gn_memcheck_release_bot_x64', | 47 'Linux Memcheck': 'gn_memcheck_release_bot_x64', |
| 46 'Linux MSan': 'gn_msan_clang_release_bot_x64', | 48 'Linux MSan': 'gn_msan_clang_release_bot_x64', |
| 47 'Linux Tsan v2': 'gn_tsan_clang_release_bot_x64', | 49 'Linux Tsan v2': 'gn_tsan_clang_release_bot_x64', |
| 48 'Linux UBSan': 'gn_ubsan_clang_release_bot_x64', | 50 'Linux UBSan': 'gn_ubsan_clang_release_bot_x64', |
| 49 'Linux UBSan vptr': 'gn_ubsan_vptr_clang_release_bot_x64', | 51 'Linux UBSan vptr': 'gn_ubsan_vptr_clang_release_bot_x64', |
| 50 'Linux64 Release [large tests]': 'gn_release_bot_x64', | 52 'Linux64 Release [large tests]': 'gn_release_bot_x64', |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 162 'win_baremetal': 'gn_release_bot_x86', | 164 'win_baremetal': 'gn_release_bot_x86', |
| 163 'win_swarming': 'swarming_gn_debug_bot_x64', | 165 'win_swarming': 'swarming_gn_debug_bot_x64', |
| 164 'win_x64_gyp_dbg': 'gyp_debug_bot_x64_exclude_tests', | 166 'win_x64_gyp_dbg': 'gyp_debug_bot_x64_exclude_tests', |
| 165 'win_x64_gyp_rel': 'gyp_release_bot_x64_exclude_tests', | 167 'win_x64_gyp_rel': 'gyp_release_bot_x64_exclude_tests', |
| 166 }, | 168 }, |
| 167 'client.webrtc.fyi': { | 169 'client.webrtc.fyi': { |
| 168 # Mac | 170 # Mac |
| 169 'Mac64 Release (swarming)': 'swarming_gn_release_bot_x64', | 171 'Mac64 Release (swarming)': 'swarming_gn_release_bot_x64', |
| 170 | 172 |
| 171 # Linux | 173 # Linux |
| 172 'Linux32 Debug': 'gn_debug_bot_x86', | |
| 173 'Linux32 Release': 'gn_release_bot_x86', | |
| 174 'Linux64 GCC': 'gn_gcc_release_bot_x64', | 174 'Linux64 GCC': 'gn_gcc_release_bot_x64', |
| 175 'Linux64 Release (swarming)': 'swarming_gn_release_bot_x64', | 175 'Linux64 Release (swarming)': 'swarming_gn_release_bot_x64', |
| 176 | 176 |
| 177 # Android | 177 # Android |
| 178 'Android32 ASan (L Nexus6)': 'android_gn_asan_shared_release_bot_arm', | 178 'Android32 ASan (L Nexus6)': 'android_gn_asan_shared_release_bot_arm', |
| 179 'Android32 Builder': 'android_gn_release_bot_arm', | 179 'Android32 Builder': 'android_gn_release_bot_arm', |
| 180 'Android32 Tests (J Nexus4)': 'none', | 180 'Android32 Tests (J Nexus4)': 'none', |
| 181 'Android32 Tests (K Nexus5)': 'none', | 181 'Android32 Tests (K Nexus5)': 'none', |
| 182 'Android32 Tests (L Nexus6)': 'none', | 182 'Android32 Tests (L Nexus6)': 'none', |
| 183 | 183 |
| (...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 531 'gn_args': 'target_cpu="x64"', | 531 'gn_args': 'target_cpu="x64"', |
| 532 'gyp_defines': 'target_arch=x64', | 532 'gyp_defines': 'target_arch=x64', |
| 533 }, | 533 }, |
| 534 | 534 |
| 535 'x86': { | 535 'x86': { |
| 536 'gn_args': 'target_cpu="x86"', | 536 'gn_args': 'target_cpu="x86"', |
| 537 'gyp_defines': 'target_arch=ia32', | 537 'gyp_defines': 'target_arch=ia32', |
| 538 }, | 538 }, |
| 539 }, | 539 }, |
| 540 } | 540 } |
| OLD | NEW |