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

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

Issue 2598363002: MB: Update moved bots from .fyi to .perf waterfall (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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'Win32 Release (Clang)': 'win_clang_release_bot_x86', 67 'Win32 Release (Clang)': 'win_clang_release_bot_x86',
68 'Win64 Debug (Clang)': 'win_clang_debug_bot_x64', 68 'Win64 Debug (Clang)': 'win_clang_debug_bot_x64',
69 'Win64 Release (Clang)': 'win_clang_release_bot_x64', 69 'Win64 Release (Clang)': 'win_clang_release_bot_x64',
70 'Win SyzyASan': 'win_syzyasan_release_bot_x86', 70 'Win SyzyASan': 'win_syzyasan_release_bot_x86',
71 'Win32 Release [large tests]': 'release_bot_x86', 71 'Win32 Release [large tests]': 'release_bot_x86',
72 }, 72 },
73 'client.webrtc.perf': { 73 'client.webrtc.perf': {
74 # Android 74 # Android
75 'Android32 Builder': 'perf_android_release_bot_arm', 75 'Android32 Builder': 'perf_android_release_bot_arm',
76 'Android64 Builder': 'perf_android_release_bot_arm64', 76 'Android64 Builder': 'perf_android_release_bot_arm64',
77 'Android32 Tests (J Nexus4)': 'none',
78 'Android32 Tests (K Nexus5)': 'none',
77 'Android32 Tests (L Nexus5)': 'none', 79 'Android32 Tests (L Nexus5)': 'none',
80 'Android32 Tests (L Nexus6)': 'none',
78 'Android32 Tests (L Nexus7.2)': 'none', 81 'Android32 Tests (L Nexus7.2)': 'none',
79 'Android64 Tests (L Nexus9)': 'none', 82 'Android64 Tests (L Nexus9)': 'none',
80 'Linux Trusty': 'perf_release_bot_x64', 83 'Linux Trusty': 'perf_release_bot_x64',
81 'Mac 10.11': 'perf_release_bot_x64', 84 'Mac 10.11': 'perf_release_bot_x64',
82 'Win7': 'perf_release_bot_x86', 85 'Win7': 'perf_release_bot_x86',
83 }, 86 },
84 'client.webrtc.fyi': { 87 'client.webrtc.fyi': {
85 # Mac 88 # Mac
86 'Mac (swarming)': 'release_bot_x64', 89 'Mac (swarming)': 'release_bot_x64',
87 90
88 # Linux 91 # Linux
89 'Linux64 GCC': 'gcc_release_bot_x64', 92 'Linux64 GCC': 'gcc_release_bot_x64',
90 'Linux (swarming)': 'release_bot_x64', 93 'Linux (swarming)': 'release_bot_x64',
91 94
92 # Android 95 # Android
93 'Android (swarming)': 'android_release_bot_arm', 96 'Android (swarming)': 'android_release_bot_arm',
94 'Android32 ASan (L Nexus6)': 'android_asan_shared_release_bot_arm', 97 'Android ASan (swarming)': 'android_asan_shared_release_bot_arm',
95 'Android32 Builder': 'android_release_bot_arm',
96 'Android32 Tests (J Nexus4)': 'none',
97 'Android32 Tests (K Nexus5)': 'none',
98 'Android32 Tests (L Nexus6)': 'none',
99 # Windows 98 # Windows
100 'Win (swarming)': 'release_bot_x86', 99 'Win (swarming)': 'release_bot_x86',
101 'Win32 SyzyASan (swarming)': 'win_syzyasan_release_bot_x86', 100 'Win32 SyzyASan (swarming)': 'win_syzyasan_release_bot_x86',
102 'Win64 Debug (Win8)': 'debug_bot_x64', 101 'Win64 Debug (Win8)': 'debug_bot_x64',
103 'Win64 Debug (Win10)': 'debug_bot_x64', 102 'Win64 Debug (Win10)': 'debug_bot_x64',
104 }, 103 },
105 'tryserver.webrtc': { 104 'tryserver.webrtc': {
106 # iOS 105 # iOS
107 'ios_dbg': 'ios_debug_static_bot_arm_device', 106 'ios_dbg': 'ios_debug_static_bot_arm_device',
108 'ios_rel': 'ios_release_bot_arm_device', 107 'ios_rel': 'ios_release_bot_arm_device',
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 441
443 'x64': { 442 'x64': {
444 'gn_args': 'target_cpu="x64"', 443 'gn_args': 'target_cpu="x64"',
445 }, 444 },
446 445
447 'x86': { 446 'x86': {
448 'gn_args': 'target_cpu="x86"', 447 'gn_args': 'target_cpu="x86"',
449 }, 448 },
450 }, 449 },
451 } 450 }
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