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

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

Issue 2494573004: MB: Add new Win8 and Win10 bots. (Closed)
Patch Set: Created 4 years, 1 month 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 # Android 104 # Android
105 'Android32 Release (swarming)': 'swarming_android_gn_release_bot_arm', 105 'Android32 Release (swarming)': 'swarming_android_gn_release_bot_arm',
106 'Android32 ASan (L Nexus6)': 'android_gn_asan_shared_release_bot_arm', 106 'Android32 ASan (L Nexus6)': 'android_gn_asan_shared_release_bot_arm',
107 'Android32 Builder': 'android_gn_release_bot_arm', 107 'Android32 Builder': 'android_gn_release_bot_arm',
108 'Android32 Tests (J Nexus4)': 'none', 108 'Android32 Tests (J Nexus4)': 'none',
109 'Android32 Tests (K Nexus5)': 'none', 109 'Android32 Tests (K Nexus5)': 'none',
110 'Android32 Tests (L Nexus6)': 'none', 110 'Android32 Tests (L Nexus6)': 'none',
111 111
112 # Windows 112 # Windows
113 'Win64 Debug (swarming)': 'gn_debug_bot_x64', 113 'Win64 Debug (swarming)': 'gn_debug_bot_x64',
114 'Win64 Debug (Win8)': 'gn_debug_bot_x64',
115 'Win64 Debug (Win10)': 'gn_debug_bot_x64',
114 }, 116 },
115 'tryserver.webrtc': { 117 'tryserver.webrtc': {
116 # iOS 118 # iOS
117 'ios_dbg': 'ios_gn_debug_static_bot_arm_device', 119 'ios_dbg': 'ios_gn_debug_static_bot_arm_device',
118 'ios_rel': 'ios_gn_release_bot_arm_device', 120 'ios_rel': 'ios_gn_release_bot_arm_device',
119 'ios_arm64_dbg': 'ios_gn_debug_static_bot_arm64_device', 121 'ios_arm64_dbg': 'ios_gn_debug_static_bot_arm64_device',
120 'ios_arm64_rel': 'ios_gn_release_bot_arm64_device', 122 'ios_arm64_rel': 'ios_gn_release_bot_arm64_device',
121 'ios32_sim_dbg': 'ios_gn_debug_static_bot_x86', 123 'ios32_sim_dbg': 'ios_gn_debug_static_bot_x86',
122 'ios64_sim_dbg': 'ios_gn_debug_static_bot_x64', 124 'ios64_sim_dbg': 'ios_gn_debug_static_bot_x64',
123 'ios64_gyp_dbg': 'ios_gyp_debug_static_bot_arm64_device', 125 'ios64_gyp_dbg': 'ios_gyp_debug_static_bot_arm64_device',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 'win_rel': 'gn_release_bot_x86', 182 'win_rel': 'gn_release_bot_x86',
181 'win_x64_dbg': 'gn_debug_bot_x64', 183 'win_x64_dbg': 'gn_debug_bot_x64',
182 'win_x64_rel': 'gn_release_bot_x64', 184 'win_x64_rel': 'gn_release_bot_x64',
183 'win_clang_dbg': 'win_gn_clang_debug_bot_x86', 185 'win_clang_dbg': 'win_gn_clang_debug_bot_x86',
184 'win_clang_rel': 'win_gn_clang_release_bot_x86', 186 'win_clang_rel': 'win_gn_clang_release_bot_x86',
185 'win_x64_clang_dbg': 'win_gn_clang_debug_bot_x64', 187 'win_x64_clang_dbg': 'win_gn_clang_debug_bot_x64',
186 'win_x64_clang_rel': 'win_gn_clang_release_bot_x64', 188 'win_x64_clang_rel': 'win_gn_clang_release_bot_x64',
187 'win_asan': 'win_gn_syzyasan_release_bot_x86', 189 'win_asan': 'win_gn_syzyasan_release_bot_x86',
188 'win_baremetal': 'gn_release_bot_x86', 190 'win_baremetal': 'gn_release_bot_x86',
189 'win_swarming': 'swarming_gn_debug_bot_x64', 191 'win_swarming': 'swarming_gn_debug_bot_x64',
192 'win_x64_win8': 'gn_debug_bot_x64',
193 'win_x64_win10': 'gn_debug_bot_x64',
190 'win_x64_gyp_dbg': 'gyp_debug_bot_x64_exclude_tests', 194 'win_x64_gyp_dbg': 'gyp_debug_bot_x64_exclude_tests',
191 'win_x64_gyp_rel': 'gyp_release_bot_x64_exclude_tests', 195 'win_x64_gyp_rel': 'gyp_release_bot_x64_exclude_tests',
192 } 196 }
193 }, 197 },
194 198
195 # 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
196 # represents a particular combination of GYP_DEFINES/gn args that 200 # represents a particular combination of GYP_DEFINES/gn args that
197 # we must support. A given config *may* be platform-specific but 201 # we must support. A given config *may* be platform-specific but
198 # is not necessarily so (i.e., we might have mac, win, and linux 202 # is not necessarily so (i.e., we might have mac, win, and linux
199 # bots all using the 'gn_release_bot' config). 203 # bots all using the 'gn_release_bot' config).
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 'gn_args': 'target_cpu="x64"', 536 'gn_args': 'target_cpu="x64"',
533 'gyp_defines': 'target_arch=x64', 537 'gyp_defines': 'target_arch=x64',
534 }, 538 },
535 539
536 'x86': { 540 'x86': {
537 'gn_args': 'target_cpu="x86"', 541 'gn_args': 'target_cpu="x86"',
538 'gyp_defines': 'target_arch=ia32', 542 'gyp_defines': 'target_arch=ia32',
539 }, 543 },
540 }, 544 },
541 } 545 }
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