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

Side by Side Diff: tools_webrtc/mb/mb_config.pyl

Issue 2903843002: Add JSON and MB configs for the internal iOS bots. (Closed)
Patch Set: Created 3 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
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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 'Win64 Debug (Win10)': 'debug_bot_x64', 108 'Win64 Debug (Win10)': 'debug_bot_x64',
109 }, 109 },
110 'chromium.infra.codesearch': { 110 'chromium.infra.codesearch': {
111 'codesearch-gen-webrtc-android': { 111 'codesearch-gen-webrtc-android': {
112 'android': 'android_debug_static_bot_arm', 112 'android': 'android_debug_static_bot_arm',
113 }, 113 },
114 'codesearch-gen-webrtc-linux': { 114 'codesearch-gen-webrtc-linux': {
115 'linux': 'codesearch_gen_linux_bot', 115 'linux': 'codesearch_gen_linux_bot',
116 } 116 }
117 }, 117 },
118 'internal.client.webrtc': {
119 'iOS64 Debug': 'ios',
120 },
121 'internal.tryserver.webrtc': {
122 'ios_arm64': 'ios',
123 },
118 'tryserver.webrtc': { 124 'tryserver.webrtc': {
119 # iOS 125 # iOS
120 'ios_dbg': 'ios', 126 'ios_dbg': 'ios',
121 'ios_rel': 'ios', 127 'ios_rel': 'ios',
122 'ios_arm64_dbg': 'ios', 128 'ios_arm64_dbg': 'ios',
123 'ios_arm64_rel': 'ios', 129 'ios_arm64_rel': 'ios',
124 'ios32_sim_ios9_dbg': 'ios', 130 'ios32_sim_ios9_dbg': 'ios',
125 'ios64_sim_ios9_dbg': 'ios', 131 'ios64_sim_ios9_dbg': 'ios',
126 'ios64_sim_ios10_dbg': 'ios', 132 'ios64_sim_ios10_dbg': 'ios',
127 133
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 466
461 'x64': { 467 'x64': {
462 'gn_args': 'target_cpu="x64"', 468 'gn_args': 'target_cpu="x64"',
463 }, 469 },
464 470
465 'x86': { 471 'x86': {
466 'gn_args': 'target_cpu="x86"', 472 'gn_args': 'target_cpu="x86"',
467 }, 473 },
468 }, 474 },
469 } 475 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698