| 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 # The builders should be sorted by the order they appear in the /builders | 105 # The builders should be sorted by the order they appear in the /builders |
| 106 # page on the buildbots, *not* alphabetically. | 106 # page on the buildbots, *not* alphabetically. |
| 107 'masters': { | 107 'masters': { |
| 108 'client.webrtc': { | 108 'client.webrtc': { |
| 109 'iOS32 Debug': 'ios_gyp_debug_bot_arm_device', | 109 'iOS32 Debug': 'ios_gyp_debug_bot_arm_device', |
| 110 'iOS32 Release': 'ios_gyp_release_bot_arm_device', | 110 'iOS32 Release': 'ios_gyp_release_bot_arm_device', |
| 111 'iOS64 Debug': 'ios_gyp_debug_bot_arm64_device', | 111 'iOS64 Debug': 'ios_gyp_debug_bot_arm64_device', |
| 112 'iOS64 Release': 'ios_gyp_release_bot_arm64_device', | 112 'iOS64 Release': 'ios_gyp_release_bot_arm64_device', |
| 113 'iOS32 Debug Simulator': 'ios_gyp_debug_bot_x86', | 113 'iOS32 Debug Simulator': 'ios_gyp_debug_bot_x86', |
| 114 'iOS64 Debug Simulator': 'ios_gyp_debug_bot_x64', | 114 'iOS64 Debug Simulator': 'ios_gyp_debug_bot_x64', |
| 115 }, | |
| 116 'client.webrtc.fyi': { | |
| 117 'iOS64 Debug (GN)': 'ios_gn_debug_bot_arm64_device', | 115 'iOS64 Debug (GN)': 'ios_gn_debug_bot_arm64_device', |
| 118 'iOS64 Release (GN)': 'ios_gn_release_bot_arm64_device', | 116 'iOS64 Release (GN)': 'ios_gn_release_bot_arm64_device', |
| 119 }, | 117 }, |
| 120 'tryserver.webrtc': { | 118 'tryserver.webrtc': { |
| 121 'ios_dbg': 'ios_gyp_debug_bot_arm_device', | 119 'ios_dbg': 'ios_gyp_debug_bot_arm_device', |
| 122 'ios_rel': 'ios_gyp_release_bot_arm_device', | 120 'ios_rel': 'ios_gyp_release_bot_arm_device', |
| 123 'ios_arm64_dbg': 'ios_gyp_debug_bot_arm64_device', | 121 'ios_arm64_dbg': 'ios_gyp_debug_bot_arm64_device', |
| 124 'ios_arm64_rel': 'ios_gyp_release_bot_arm64_device', | 122 'ios_arm64_rel': 'ios_gyp_release_bot_arm64_device', |
| 125 'ios32_sim_dbg': 'ios_gyp_debug_bot_x86', | 123 'ios32_sim_dbg': 'ios_gyp_debug_bot_x86', |
| 126 'ios64_sim_dbg': 'ios_gyp_debug_bot_x64', | 124 'ios64_sim_dbg': 'ios_gyp_debug_bot_x64', |
| 127 'ios64_gn_dbg': 'ios_gn_debug_bot_arm64_device', | 125 'ios64_gn_dbg': 'ios_gn_debug_bot_arm64_device', |
| 128 'ios64_gn_rel': 'ios_gn_release_bot_arm64_device', | 126 'ios64_gn_rel': 'ios_gn_release_bot_arm64_device', |
| 129 }, | 127 }, |
| 130 }, | 128 }, |
| 131 } | 129 } |
| OLD | NEW |