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

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

Issue 2891583005: MB: Make Code Search builders use the phase configs. (Closed)
Patch Set: Created 3 years, 7 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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 101
102 # Android 102 # Android
103 'Android (swarming)': 'android_release_bot_arm', 103 'Android (swarming)': 'android_release_bot_arm',
104 'Android ASan (swarming)': 'android_asan_shared_release_bot_arm', 104 'Android ASan (swarming)': 'android_asan_shared_release_bot_arm',
105 # Windows 105 # Windows
106 'Win (swarming)': 'release_bot_x86', 106 'Win (swarming)': 'release_bot_x86',
107 'Win64 Debug (Win8)': 'debug_bot_x64', 107 'Win64 Debug (Win8)': 'debug_bot_x64',
108 'Win64 Debug (Win10)': 'debug_bot_x64', 108 'Win64 Debug (Win10)': 'debug_bot_x64',
109 }, 109 },
110 'chromium.infra.codesearch': { 110 'chromium.infra.codesearch': {
111 'codesearch-gen-webrtc-android': 'android_debug_static_bot_arm', 111 'codesearch-gen-webrtc-android': {
112 'codesearch-gen-webrtc-linux': 'codesearch_gen_linux_bot', 112 'android': 'android_debug_static_bot_arm',
113 },
114 'codesearch-gen-webrtc-linux': {
115 'linux': 'codesearch_gen_linux_bot',
116 }
113 }, 117 },
114 'tryserver.webrtc': { 118 'tryserver.webrtc': {
115 # iOS 119 # iOS
116 'ios_dbg': 'ios', 120 'ios_dbg': 'ios',
117 'ios_rel': 'ios', 121 'ios_rel': 'ios',
118 'ios_arm64_dbg': 'ios', 122 'ios_arm64_dbg': 'ios',
119 'ios_arm64_rel': 'ios', 123 'ios_arm64_rel': 'ios',
120 'ios32_sim_ios9_dbg': 'ios', 124 'ios32_sim_ios9_dbg': 'ios',
121 'ios64_sim_ios9_dbg': 'ios', 125 'ios64_sim_ios9_dbg': 'ios',
122 'ios64_sim_ios10_dbg': 'ios', 126 'ios64_sim_ios10_dbg': 'ios',
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 460
457 'x64': { 461 'x64': {
458 'gn_args': 'target_cpu="x64"', 462 'gn_args': 'target_cpu="x64"',
459 }, 463 },
460 464
461 'x86': { 465 'x86': {
462 'gn_args': 'target_cpu="x86"', 466 'gn_args': 'target_cpu="x86"',
463 }, 467 },
464 }, 468 },
465 } 469 }
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