Commit b30ca419 authored by John Budorick's avatar John Budorick Committed by Commit Bot

infra: add compile + luci configs for android-asan trybot.

Bug: 1030253
Change-Id: I0f06df54c45523212f7333b3f8e447cefe2ecf19
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1948514
Commit-Queue: John Budorick <jbudorick@chromium.org>
Reviewed-by: default avatarAaron Gable <agable@chromium.org>
Cr-Commit-Position: refs/heads/master@{#721583}
parent f37bd839
......@@ -91,6 +91,10 @@ def android_builder(*, name, **kwargs):
**kwargs
)
android_builder(
name = 'android-asan',
)
android_builder(
name = 'android-bfcache-debug',
)
......
luci.list_view(
name = 'tryserver.chromium.android',
entries = [
'try/android-asan',
'try/android-bfcache-debug',
'try/android-opus-kitkat-arm-rel',
'try/android_archive_rel_ng',
......
......@@ -10829,6 +10829,35 @@ buckets: <
group: "service-account-cq"
>
swarming: <
builders: <
name: "android-asan"
swarming_host: "chromium-swarm.appspot.com"
swarming_tags: "vpython:native-python-wrapper"
dimensions: "builderless:1"
dimensions: "cores:8"
dimensions: "cpu:x86-64"
dimensions: "os:Ubuntu-16.04"
dimensions: "ssd:0"
recipe: <
name: "chromium_trybot"
cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
cipd_version: "refs/heads/master"
properties_j: "$build/goma:{\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"}"
properties_j: "$kitchen:{\"devshell\":true,\"git_auth\":true}"
properties_j: "mastername:\"tryserver.chromium.android\""
>
execution_timeout_secs: 14400
expiration_secs: 7200
caches: <
name: "win_toolchain"
path: "win_toolchain"
>
build_numbers: YES
service_account: "chromium-try-builder@chops-service-accounts.iam.gserviceaccount.com"
task_template_canary_percentage: <
value: 5
>
>
builders: <
name: "android-bfcache-debug"
swarming_host: "chromium-swarm.appspot.com"
......
......@@ -11866,6 +11866,9 @@ consoles: <
consoles: <
id: "tryserver.chromium.android"
name: "tryserver.chromium.android"
builders: <
name: "buildbucket/luci.chromium.try/android-asan"
>
builders: <
name: "buildbucket/luci.chromium.try/android-bfcache-debug"
>
......
......@@ -665,6 +665,7 @@
},
'tryserver.chromium.android': {
'android-asan': 'android_clang_asan_release_trybot',
'android-bfcache-debug': 'android_debug_static_bot',
'android-opus-kitkat-arm-rel': 'android_release_trybot',
# TODO(crbug/597596): Switch this back to debug_trybot when cronet's
......@@ -1019,6 +1020,10 @@
'android', 'clang', 'asan', 'release_bot', 'strip_debug_info', 'minimal_symbols',
],
'android_clang_asan_release_trybot': [
'android', 'clang', 'asan', 'release_trybot', 'strip_debug_info', 'minimal_symbols',
],
'android_clang_tot_asan': [
'android_without_codecs', 'clang_tot', 'asan', 'shared', 'debug', 'minimal_symbols',
'strip_debug_info',
......
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