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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools_webrtc/mb/mb_config.pyl
diff --git a/tools_webrtc/mb/mb_config.pyl b/tools_webrtc/mb/mb_config.pyl
index c937e9078dbf13f279973c323b318fae25e3d7c1..7d5afaed4d5b142e60f5fa800df54587da54c9fc 100644
--- a/tools_webrtc/mb/mb_config.pyl
+++ b/tools_webrtc/mb/mb_config.pyl
@@ -108,8 +108,12 @@
'Win64 Debug (Win10)': 'debug_bot_x64',
},
'chromium.infra.codesearch': {
- 'codesearch-gen-webrtc-android': 'android_debug_static_bot_arm',
- 'codesearch-gen-webrtc-linux': 'codesearch_gen_linux_bot',
+ 'codesearch-gen-webrtc-android': {
+ 'android': 'android_debug_static_bot_arm',
+ },
+ 'codesearch-gen-webrtc-linux': {
+ 'linux': 'codesearch_gen_linux_bot',
+ }
},
'tryserver.webrtc': {
# iOS
« 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