Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(285)

Side by Side Diff: webrtc/build/mb_config.pyl

Issue 2014163002: iOS: Update MB config for moved iOS GN bots. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698