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

Unified Diff: tools/mb/mb_config.pyl

Issue 2865593002: [codesearch] Add codesearch chromium gen args to mb_config (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/mb/mb_config.pyl
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index aa5ff3d4ded328fb7a4225e4601312a4054e0e0d..ca82f3023d151eefa14992db1456356629e32467 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -256,6 +256,12 @@
'Mac GPU ASAN Release': 'gpu_fyi_tests_release_trybot_asan',
},
+ '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',
+ },
+
'chromium.linux': {
'Android Arm64 Builder (dbg)': 'android_debug_static_bot_arm64',
'Android Builder (dbg)': 'android_debug_static_bot',
@@ -1155,6 +1161,18 @@
'error',
],
+ 'codesearch_gen_chromium_android_bot': [
jbudorick 2017/05/05 00:36:33 All three of these should also use goma.
shenghuazhang 2017/05/05 00:52:34 Done.
+ 'clang', 'shared', 'debug', 'minimal_symbols', 'arm', 'android_without_codecs',
+ ],
+
+ 'codesearch_gen_chromium_chromiumos_bot': [
+ 'clang', 'shared', 'debug', 'minimal_symbols', 'x64', 'chromeos', 'gn_linux_upload',
jbudorick 2017/05/05 00:36:33 I think it'd be better to use 'ozone' directly rat
shenghuazhang 2017/05/05 00:52:34 Done. Yeah it seems to be, though probably should
jbudorick 2017/05/05 00:58:22 I don't think the ozone part is a hack, I think gn
shenghuazhang 2017/05/05 00:59:22 Acknowledged.
+ ],
+
+ 'codesearch_gen_chromium_linux_bot': [
+ 'clang', 'shared', 'debug', 'minimal_symbols', 'x64',
+ ],
+
# The 'cros_chrome_sdk_* configs are placeholders that indicate
# that the GN args are set by the `cros chrome-sdk`
# wrapper and need to be looked at specially.
« 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