Commit 6bd1fc8a authored by shenghuazhang's avatar shenghuazhang Committed by Commit bot

[codesearch] Add codesearch chromium gen args to mb_config

Will use mb for gn args of chromium_codesearch.py. Add gn configs in
mb_config.pyl
(https://chromium.googlesource.com/chromium/tools/build/+/master/scripts/slave/recipes/chromium_codesearch.py#49)

BUG=718658

Review-Url: https://codereview.chromium.org/2865593002
Cr-Commit-Position: refs/heads/master@{#469577}
parent f197d9b5
......@@ -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': [
'goma', 'clang', 'shared', 'debug', 'minimal_symbols', 'arm', 'android_without_codecs',
],
'codesearch_gen_chromium_chromiumos_bot': [
'goma', 'clang', 'shared', 'debug', 'minimal_symbols', 'x64', 'chromeos', 'ozone',
],
'codesearch_gen_chromium_linux_bot': [
'goma', '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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment