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

Unified Diff: tools/mb/mb_config.pyl

Issue 2871673005: [codesearch] Add phase to builders in 'chromium.infra.codesearch' (Closed)
Patch Set: chromeos instead of chromiumos 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/mb/mb_config.pyl
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index eaf175f6f90ca242f4354974e771b5adf6131232..a238c14babcd1ba94268967a494daddcb0b914c4 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -257,9 +257,16 @@
},
'chromium.infra.codesearch': {
- 'codesearch-gen-chromium-android': 'codesearch_gen_chromium_android_bot',
- 'codesearch-gen-chromium-chromiumos': 'codesearch_gen_chromium_chromiumos_bot',
- 'codesearch-gen-chromium-linux': 'codesearch_gen_chromium_linux_bot',
+ 'codesearch-gen-chromium-android': {
+ 'android': 'codesearch_gen_chromium_android_bot',
+ },
+ 'codesearch-gen-chromium-chromiumos': {
+ 'chromeos': 'codesearch_gen_chromium_chromiumos_bot',
+ 'linux': 'codesearch_gen_chromium_linux_bot',
+ },
+ 'codesearch-gen-chromium-linux': {
+ 'linux': 'codesearch_gen_chromium_linux_bot',
+ },
},
'chromium.linux': {
« 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