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

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

Issue 3002353002: MB: Add experimental trybot configs (Closed)
Patch Set: Created 3 years, 3 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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 'ios64_sim_ios9_dbg': 'ios', 129 'ios64_sim_ios9_dbg': 'ios',
130 'ios64_sim_ios10_dbg': 'ios', 130 'ios64_sim_ios10_dbg': 'ios',
131 131
132 # Mac 132 # Mac
133 'mac_compile_dbg': 'debug_bot_x64', 133 'mac_compile_dbg': 'debug_bot_x64',
134 'mac_compile_rel': 'release_bot_x64', 134 'mac_compile_rel': 'release_bot_x64',
135 'mac_dbg': 'debug_bot_x64', 135 'mac_dbg': 'debug_bot_x64',
136 'mac_rel': 'release_bot_x64', 136 'mac_rel': 'release_bot_x64',
137 'mac_asan': 'mac_asan_clang_release_bot_x64', 137 'mac_asan': 'mac_asan_clang_release_bot_x64',
138 'mac_baremetal': 'release_bot_x64', 138 'mac_baremetal': 'release_bot_x64',
139 'mac_experimental': 'release_bot_x64',
139 140
140 # Linux 141 # Linux
141 'linux_compile_dbg': 'debug_bot_x64', 142 'linux_compile_dbg': 'debug_bot_x64',
142 'linux_compile_rel': 'release_bot_x64', 143 'linux_compile_rel': 'release_bot_x64',
143 'linux_dbg': 'debug_bot_x64', 144 'linux_dbg': 'debug_bot_x64',
144 'linux_rel': 'release_bot_x64', 145 'linux_rel': 'release_bot_x64',
145 'linux_arm64_dbg': 'debug_bot_arm64', 146 'linux_arm64_dbg': 'debug_bot_arm64',
146 'linux_arm64_rel': 'release_bot_arm64', 147 'linux_arm64_rel': 'release_bot_arm64',
147 'linux32_dbg': 'debug_bot_x86', 148 'linux32_dbg': 'debug_bot_x86',
148 'linux32_rel': 'release_bot_x86', 149 'linux32_rel': 'release_bot_x86',
149 'linux32_arm_dbg': 'debug_bot_arm', 150 'linux32_arm_dbg': 'debug_bot_arm',
150 'linux32_arm_rel': 'release_bot_arm', 151 'linux32_arm_rel': 'release_bot_arm',
151 'linux_asan': 'asan_lsan_clang_release_bot_x64', 152 'linux_asan': 'asan_lsan_clang_release_bot_x64',
152 'linux_gcc_rel': 'gcc_release_bot_x64', 153 'linux_gcc_rel': 'gcc_release_bot_x64',
153 'linux_memcheck': 'memcheck_release_bot_x64', 154 'linux_memcheck': 'memcheck_release_bot_x64',
154 'linux_msan': 'msan_clang_release_bot_x64', 155 'linux_msan': 'msan_clang_release_bot_x64',
155 'linux_tsan2': 'tsan_clang_release_bot_x64', 156 'linux_tsan2': 'tsan_clang_release_bot_x64',
156 'linux_ubsan': 'ubsan_clang_release_bot_x64', 157 'linux_ubsan': 'ubsan_clang_release_bot_x64',
157 'linux_ubsan_vptr': 'ubsan_vptr_clang_release_bot_x64', 158 'linux_ubsan_vptr': 'ubsan_vptr_clang_release_bot_x64',
158 'linux_baremetal': 'release_bot_x64', 159 'linux_baremetal': 'release_bot_x64',
160 'linux_experimental': 'release_bot_x64',
159 'linux_libfuzzer_rel': 'libfuzzer_asan_release_bot_x64', 161 'linux_libfuzzer_rel': 'libfuzzer_asan_release_bot_x64',
160 162
161 # Android 163 # Android
162 'android_compile_dbg': 'android_debug_static_bot_arm', 164 'android_compile_dbg': 'android_debug_static_bot_arm',
163 'android_compile_rel': 'android_release_bot_arm', 165 'android_compile_rel': 'android_release_bot_arm',
164 'android_compile_arm64_dbg': 'android_debug_static_bot_arm64', 166 'android_compile_arm64_dbg': 'android_debug_static_bot_arm64',
165 'android_compile_arm64_rel': 'android_release_bot_arm64', 167 'android_compile_arm64_rel': 'android_release_bot_arm64',
166 'android_compile_x86_dbg': 'android_debug_static_bot_x86', 168 'android_compile_x86_dbg': 'android_debug_static_bot_x86',
167 'android_compile_x86_rel': 'android_release_bot_x86', 169 'android_compile_x86_rel': 'android_release_bot_x86',
168 'android_compile_x64_dbg': 'android_debug_static_bot_x64', 170 'android_compile_x64_dbg': 'android_debug_static_bot_x64',
(...skipping 12 matching lines...) Expand all
181 'win_rel': 'release_bot_x86', 183 'win_rel': 'release_bot_x86',
182 'win_x64_dbg': 'debug_bot_x64', 184 'win_x64_dbg': 'debug_bot_x64',
183 'win_x64_rel': 'release_bot_x64', 185 'win_x64_rel': 'release_bot_x64',
184 'win_clang_dbg': 'win_clang_debug_bot_x86', 186 'win_clang_dbg': 'win_clang_debug_bot_x86',
185 'win_clang_rel': 'win_clang_release_bot_x86', 187 'win_clang_rel': 'win_clang_release_bot_x86',
186 'win_x64_clang_dbg': 'win_clang_debug_bot_x64', 188 'win_x64_clang_dbg': 'win_clang_debug_bot_x64',
187 'win_x64_clang_rel': 'win_clang_release_bot_x64', 189 'win_x64_clang_rel': 'win_clang_release_bot_x64',
188 'win_asan': 'win_asan_clang_release_bot_x86', 190 'win_asan': 'win_asan_clang_release_bot_x86',
189 'win_msvc_rel': 'win_msvc_release_bot_x86', 191 'win_msvc_rel': 'win_msvc_release_bot_x86',
190 'win_baremetal': 'release_bot_x86', 192 'win_baremetal': 'release_bot_x86',
193 'win_experimental': 'release_bot_x86',
191 'win_x64_win8': 'debug_bot_x64', 194 'win_x64_win8': 'debug_bot_x64',
192 'win_x64_win10': 'debug_bot_x64', 195 'win_x64_win10': 'debug_bot_x64',
193 } 196 }
194 }, 197 },
195 198
196 # This is the list of configs that you can pass to mb; each config 199 # This is the list of configs that you can pass to mb; each config
197 # represents a particular combination of gn args that we must support. 200 # represents a particular combination of gn args that we must support.
198 # A given config *may* be platform-specific but is not necessarily so (i.e., 201 # A given config *may* be platform-specific but is not necessarily so (i.e.,
199 # we might have mac, win, and linux bots all using the 'release_bot' config). 202 # we might have mac, win, and linux bots all using the 'release_bot' config).
200 'configs': { 203 'configs': {
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 478
476 'x86': { 479 'x86': {
477 'gn_args': 'target_cpu="x86"', 480 'gn_args': 'target_cpu="x86"',
478 }, 481 },
479 482
480 'use_default_libcxx': { 483 'use_default_libcxx': {
481 'gn_args': 'use_custom_libcxx=false', 484 'gn_args': 'use_custom_libcxx=false',
482 } 485 }
483 }, 486 },
484 } 487 }
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