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

Side by Side Diff: tools-webrtc/mb/mb_config.pyl

Issue 2609513002: MB: Replace Win SyzyASan bot with a Clang ASan bot in client.webrtc.fyi (Closed)
Patch Set: Created 3 years, 11 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 91
92 # Linux 92 # Linux
93 'Linux64 GCC': 'gcc_release_bot_x64', 93 'Linux64 GCC': 'gcc_release_bot_x64',
94 'Linux (swarming)': 'release_bot_x64', 94 'Linux (swarming)': 'release_bot_x64',
95 95
96 # Android 96 # Android
97 'Android (swarming)': 'android_release_bot_arm', 97 'Android (swarming)': 'android_release_bot_arm',
98 'Android ASan (swarming)': 'android_asan_shared_release_bot_arm', 98 'Android ASan (swarming)': 'android_asan_shared_release_bot_arm',
99 # Windows 99 # Windows
100 'Win (swarming)': 'release_bot_x86', 100 'Win (swarming)': 'release_bot_x86',
101 'Win32 SyzyASan (swarming)': 'win_syzyasan_release_bot_x86', 101 'Win32 ASan (swarming)': 'win_asan_clang_release_bot_x86',
102 'Win64 Debug (Win8)': 'debug_bot_x64', 102 'Win64 Debug (Win8)': 'debug_bot_x64',
103 'Win64 Debug (Win10)': 'debug_bot_x64', 103 'Win64 Debug (Win10)': 'debug_bot_x64',
104 }, 104 },
105 'tryserver.webrtc': { 105 'tryserver.webrtc': {
106 # iOS 106 # iOS
107 'ios_dbg': 'ios_debug_static_bot_arm_device', 107 'ios_dbg': 'ios_debug_static_bot_arm_device',
108 'ios_rel': 'ios_release_bot_arm_device', 108 'ios_rel': 'ios_release_bot_arm_device',
109 'ios_arm64_dbg': 'ios_debug_static_bot_arm64_device', 109 'ios_arm64_dbg': 'ios_debug_static_bot_arm64_device',
110 'ios_arm64_rel': 'ios_release_bot_arm64_device', 110 'ios_arm64_rel': 'ios_release_bot_arm64_device',
111 'ios32_sim_dbg': 'ios_debug_static_bot_x86', 111 'ios32_sim_dbg': 'ios_debug_static_bot_x86',
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 ], 249 ],
250 'win_clang_release_bot_x86': [ 250 'win_clang_release_bot_x86': [
251 'gn', 'clang', 'openh264_release_bot', 'x86', 251 'gn', 'clang', 'openh264_release_bot', 'x86',
252 ], 252 ],
253 'win_clang_debug_bot_x64': [ 253 'win_clang_debug_bot_x64': [
254 'gn', 'clang', 'openh264_debug_bot', 'x64', 254 'gn', 'clang', 'openh264_debug_bot', 'x64',
255 ], 255 ],
256 'win_clang_release_bot_x64': [ 256 'win_clang_release_bot_x64': [
257 'gn', 'clang', 'openh264_release_bot', 'x64', 257 'gn', 'clang', 'openh264_release_bot', 'x64',
258 ], 258 ],
259 'win_asan_clang_release_bot_x86': [
260 'gn', 'asan', 'clang', 'openh264_release_bot', 'x86',
261 ],
259 'win_syzyasan_release_bot_x86': [ 262 'win_syzyasan_release_bot_x86': [
260 'gn', 'syzyasan', 'minimal_symbols', 'openh264_release_bot', 'x86', 263 'gn', 'syzyasan', 'minimal_symbols', 'openh264_release_bot', 'x86',
261 ], 264 ],
262 265
263 # Mac 266 # Mac
264 'mac_asan_clang_release_bot_x64': [ 267 'mac_asan_clang_release_bot_x64': [
265 'gn', 'asan', 'clang', 'openh264_release_bot', 'x64', 268 'gn', 'asan', 'clang', 'openh264_release_bot', 'x64',
266 ], 269 ],
267 270
268 # Android 271 # Android
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 453
451 'x64': { 454 'x64': {
452 'gn_args': 'target_cpu="x64"', 455 'gn_args': 'target_cpu="x64"',
453 }, 456 },
454 457
455 'x86': { 458 'x86': {
456 'gn_args': 'target_cpu="x86"', 459 'gn_args': 'target_cpu="x86"',
457 }, 460 },
458 }, 461 },
459 } 462 }
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