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

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

Issue 2405713002: MB: Update Android bots after moving to Swarming and client.webrtc.perf (Closed)
Patch Set: Created 4 years, 2 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 'Linux Memcheck': 'gn_memcheck_release_bot_x64', 47 'Linux Memcheck': 'gn_memcheck_release_bot_x64',
48 'Linux MSan': 'gn_msan_clang_release_bot_x64', 48 'Linux MSan': 'gn_msan_clang_release_bot_x64',
49 'Linux Tsan v2': 'gn_tsan_clang_release_bot_x64', 49 'Linux Tsan v2': 'gn_tsan_clang_release_bot_x64',
50 'Linux UBSan': 'gn_ubsan_clang_release_bot_x64', 50 'Linux UBSan': 'gn_ubsan_clang_release_bot_x64',
51 'Linux UBSan vptr': 'gn_ubsan_vptr_clang_release_bot_x64', 51 'Linux UBSan vptr': 'gn_ubsan_vptr_clang_release_bot_x64',
52 'Linux64 Release [large tests]': 'gn_release_bot_x64', 52 'Linux64 Release [large tests]': 'gn_release_bot_x64',
53 'Linux64 Debug (GYP)': 'gyp_debug_bot_x64_exclude_tests', 53 'Linux64 Debug (GYP)': 'gyp_debug_bot_x64_exclude_tests',
54 'Linux64 Release (GYP)': 'gyp_release_bot_x64_exclude_tests', 54 'Linux64 Release (GYP)': 'gyp_release_bot_x64_exclude_tests',
55 55
56 # Android 56 # Android
57 'Android32 Builder': 'android_gn_release_bot_arm', 57 'Android32 (M Nexus5X)': 'android_gn_release_bot_arm',
58 'Android32 Builder (dbg)': 'android_gn_debug_static_bot_arm', 58 'Android32 (M Nexus5X)(dbg)': 'android_gn_debug_static_bot_arm',
59 'Android64 (M Nexus5X)': 'android_gn_release_bot_arm64',
60 'Android64 (M Nexus5X)(dbg)': 'android_gn_debug_static_bot_arm64',
59 'Android32 Builder x86': 'android_gn_release_bot_x86', 61 'Android32 Builder x86': 'android_gn_release_bot_x86',
60 'Android32 Builder x86 (dbg)': 'android_gn_debug_static_bot_x86', 62 'Android32 Builder x86 (dbg)': 'android_gn_debug_static_bot_x86',
63 'Android64 Builder x64 (dbg)': 'android_gn_debug_static_bot_x64',
61 'Android32 Builder MIPS (dbg)': 'android_gn_clang_debug_static_bot_mipsel' , 64 'Android32 Builder MIPS (dbg)': 'android_gn_clang_debug_static_bot_mipsel' ,
62 'Android32 Clang (dbg)': 'android_gn_clang_debug_bot_arm', 65 'Android32 Clang (dbg)': 'android_gn_clang_debug_bot_arm',
63 'Android64 Builder': 'android_gn_release_bot_arm64',
64 'Android64 Builder (dbg)': 'android_gn_debug_static_bot_arm64',
65 'Android64 Builder x64 (dbg)': 'android_gn_debug_static_bot_x64',
66 'Android32 GYP': 'android_gyp_release_bot_arm', 66 'Android32 GYP': 'android_gyp_release_bot_arm',
67 'Android32 GYP (dbg)': 'android_gyp_debug_static_bot_arm', 67 'Android32 GYP (dbg)': 'android_gyp_debug_static_bot_arm',
68 'Android32 Tests (L Nexus5)(dbg)': 'none',
69 'Android32 Tests (L Nexus5)': 'none',
70 'Android32 Tests (L Nexus7.2)(dbg)': 'none',
71 'Android32 Tests (L Nexus7.2)': 'none',
72 'Android64 Tests (L Nexus9)': 'none',
73 68
74 # Windows 69 # Windows
75 'Win32 Debug': 'gn_debug_bot_x86', 70 'Win32 Debug': 'gn_debug_bot_x86',
76 'Win32 Release': 'gn_release_bot_x86', 71 'Win32 Release': 'gn_release_bot_x86',
77 'Win64 Debug': 'gn_debug_bot_x64', 72 'Win64 Debug': 'gn_debug_bot_x64',
78 'Win64 Release': 'gn_release_bot_x64', 73 'Win64 Release': 'gn_release_bot_x64',
79 'Win32 Debug (Clang)': 'win_gn_clang_debug_bot_x86', 74 'Win32 Debug (Clang)': 'win_gn_clang_debug_bot_x86',
80 'Win32 Release (Clang)': 'win_gn_clang_release_bot_x86', 75 'Win32 Release (Clang)': 'win_gn_clang_release_bot_x86',
81 'Win64 Debug (Clang)': 'win_gn_clang_debug_bot_x64', 76 'Win64 Debug (Clang)': 'win_gn_clang_debug_bot_x64',
82 'Win64 Release (Clang)': 'win_gn_clang_release_bot_x64', 77 'Win64 Release (Clang)': 'win_gn_clang_release_bot_x64',
83 'Win SyzyASan': 'win_gn_syzyasan_release_bot_x86', 78 'Win SyzyASan': 'win_gn_syzyasan_release_bot_x86',
84 'Win DrMemory Full': 'win_gn_drmemory_debug_bot_x86', 79 'Win DrMemory Full': 'win_gn_drmemory_debug_bot_x86',
85 'Win DrMemory Light': 'win_gn_drmemory_debug_bot_x86', 80 'Win DrMemory Light': 'win_gn_drmemory_debug_bot_x86',
86 'Win32 Release [large tests]': 'gn_release_bot_x86', 81 'Win32 Release [large tests]': 'gn_release_bot_x86',
87 'Win64 Debug (GYP)': 'gyp_debug_bot_x64_exclude_tests', 82 'Win64 Debug (GYP)': 'gyp_debug_bot_x64_exclude_tests',
88 'Win64 Release (GYP)': 'gyp_release_bot_x64_exclude_tests', 83 'Win64 Release (GYP)': 'gyp_release_bot_x64_exclude_tests',
89 }, 84 },
85 'client.webrtc.perf': {
86 # Android
87 'Android32 Builder': 'android_gn_release_bot_arm',
88 'Android64 Builder': 'android_gn_release_bot_arm64',
89 'Android32 Tests (L Nexus5)': 'none',
90 'Android32 Tests (L Nexus7.2)': 'none',
91 'Android64 Tests (L Nexus9)': 'none',
92 },
93 'client.webrtc.fyi': {
94 # Mac
95 'Mac64 Release (swarming)': 'swarming_gn_release_bot_x64',
96
97 # Linux
98 'Linux64 GCC': 'gn_gcc_release_bot_x64',
99 'Linux64 Release (swarming)': 'swarming_gn_release_bot_x64',
100
101 # Android
102 'Android32 Release (swarming)': 'swarming_android_gn_release_bot_arm',
103 'Android32 ASan (L Nexus6)': 'android_gn_asan_shared_release_bot_arm',
104 'Android32 Builder': 'android_gn_release_bot_arm',
105 'Android32 Tests (J Nexus4)': 'none',
106 'Android32 Tests (K Nexus5)': 'none',
107 'Android32 Tests (L Nexus6)': 'none',
108
109 # Windows
110 'Win32 Release (swarming)': 'swarming_gn_release_bot_x86',
111 },
90 'tryserver.webrtc': { 112 'tryserver.webrtc': {
91 # iOS 113 # iOS
92 'ios_dbg': 'ios_gn_debug_static_bot_arm_device', 114 'ios_dbg': 'ios_gn_debug_static_bot_arm_device',
93 'ios_rel': 'ios_gn_release_bot_arm_device', 115 'ios_rel': 'ios_gn_release_bot_arm_device',
94 'ios_arm64_dbg': 'ios_gn_debug_static_bot_arm64_device', 116 'ios_arm64_dbg': 'ios_gn_debug_static_bot_arm64_device',
95 'ios_arm64_rel': 'ios_gn_release_bot_arm64_device', 117 'ios_arm64_rel': 'ios_gn_release_bot_arm64_device',
96 'ios32_sim_dbg': 'ios_gn_debug_static_bot_x86', 118 'ios32_sim_dbg': 'ios_gn_debug_static_bot_x86',
97 'ios64_sim_dbg': 'ios_gn_debug_static_bot_x64', 119 'ios64_sim_dbg': 'ios_gn_debug_static_bot_x64',
98 'ios64_gyp_dbg': 'ios_gyp_debug_static_bot_arm64_device', 120 'ios64_gyp_dbg': 'ios_gyp_debug_static_bot_arm64_device',
99 'ios64_gyp_rel': 'ios_gyp_release_bot_arm64_device', 121 'ios64_gyp_rel': 'ios_gyp_release_bot_arm64_device',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 'win_clang_rel': 'win_gn_clang_release_bot_x86', 181 'win_clang_rel': 'win_gn_clang_release_bot_x86',
160 'win_x64_clang_dbg': 'win_gn_clang_debug_bot_x64', 182 'win_x64_clang_dbg': 'win_gn_clang_debug_bot_x64',
161 'win_x64_clang_rel': 'win_gn_clang_release_bot_x64', 183 'win_x64_clang_rel': 'win_gn_clang_release_bot_x64',
162 'win_asan': 'win_gn_syzyasan_release_bot_x86', 184 'win_asan': 'win_gn_syzyasan_release_bot_x86',
163 'win_drmemory_light': 'win_gn_drmemory_debug_bot_x86', 185 'win_drmemory_light': 'win_gn_drmemory_debug_bot_x86',
164 'win_drmemory_full': 'win_gn_drmemory_debug_bot_x86', 186 'win_drmemory_full': 'win_gn_drmemory_debug_bot_x86',
165 'win_baremetal': 'gn_release_bot_x86', 187 'win_baremetal': 'gn_release_bot_x86',
166 'win_swarming': 'swarming_gn_debug_bot_x64', 188 'win_swarming': 'swarming_gn_debug_bot_x64',
167 'win_x64_gyp_dbg': 'gyp_debug_bot_x64_exclude_tests', 189 'win_x64_gyp_dbg': 'gyp_debug_bot_x64_exclude_tests',
168 'win_x64_gyp_rel': 'gyp_release_bot_x64_exclude_tests', 190 'win_x64_gyp_rel': 'gyp_release_bot_x64_exclude_tests',
169 },
170 'client.webrtc.fyi': {
171 # Mac
172 'Mac64 Release (swarming)': 'swarming_gn_release_bot_x64',
173
174 # Linux
175 'Linux64 GCC': 'gn_gcc_release_bot_x64',
176 'Linux64 Release (swarming)': 'swarming_gn_release_bot_x64',
177
178 # Android
179 'Android32 Release (swarming)': 'swarming_android_gn_release_bot_arm',
180 'Android32 ASan (L Nexus6)': 'android_gn_asan_shared_release_bot_arm',
181 'Android32 Builder': 'android_gn_release_bot_arm',
182 'Android32 Tests (J Nexus4)': 'none',
183 'Android32 Tests (K Nexus5)': 'none',
184 'Android32 Tests (L Nexus6)': 'none',
185
186 # Windows
187 'Win32 Release (swarming)': 'swarming_gn_release_bot_x86',
188 } 191 }
189 }, 192 },
190 193
191 # This is the list of configs that you can pass to mb; each config 194 # This is the list of configs that you can pass to mb; each config
192 # represents a particular combination of GYP_DEFINES/gn args that 195 # represents a particular combination of GYP_DEFINES/gn args that
193 # we must support. A given config *may* be platform-specific but 196 # we must support. A given config *may* be platform-specific but
194 # is not necessarily so (i.e., we might have mac, win, and linux 197 # is not necessarily so (i.e., we might have mac, win, and linux
195 # bots all using the 'gn_release_bot' config). 198 # bots all using the 'gn_release_bot' config).
196 'configs': { 199 'configs': {
197 # iOS 200 # iOS
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 'gn_args': 'target_cpu="x64"', 547 'gn_args': 'target_cpu="x64"',
545 'gyp_defines': 'target_arch=x64', 548 'gyp_defines': 'target_arch=x64',
546 }, 549 },
547 550
548 'x86': { 551 'x86': {
549 'gn_args': 'target_cpu="x86"', 552 'gn_args': 'target_cpu="x86"',
550 'gyp_defines': 'target_arch=ia32', 553 'gyp_defines': 'target_arch=ia32',
551 }, 554 },
552 }, 555 },
553 } 556 }
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