Commit 2dcbdd12 authored by Haiyang Pan's avatar Haiyang Pan Committed by Commit Bot

android: Add LUCI/mb config for trybot android-cronet-marshmallow-arm64-rel

This trybot mirrors the existing waterfall builder of the same name.

Bug: 1115229
Change-Id: I5355e563437846b0f1ec310f2487f243aee20c83
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376876
Commit-Queue: Haiyang Pan <hypan@google.com>
Reviewed-by: default avatarErik Staab <estaab@chromium.org>
Cr-Commit-Position: refs/heads/master@{#801905}
parent 3e439cac
......@@ -201,6 +201,10 @@ config_groups {
location_regexp_exclude: ".+/[+]/infra/config/.+"
location_regexp_exclude: ".+/[+]/components/cronet/ios/.+"
}
builders {
name: "chromium/try/android-cronet-marshmallow-arm64-rel"
includable_only: true
}
builders {
name: "chromium/try/android-deterministic-dbg"
includable_only: true
......
......@@ -17018,6 +17018,43 @@ buckets {
}
}
}
builders {
name: "android-cronet-marshmallow-arm64-rel"
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: "pool:luci.chromium.try"
dimensions: "ssd:0"
exe {
cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
cipd_version: "refs/heads/master"
cmd: "recipes"
}
properties: "{\"$build/goma\":{\"enable_ats\":true,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"},\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"mastername\":\"tryserver.chromium.android\",\"recipe\":\"chromium_trybot\"}"
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
}
resultdb {
enable: true
bq_exports {
project: "luci-resultdb"
dataset: "chromium"
table: "try_test_results"
test_results {}
}
}
}
builders {
name: "android-deterministic-dbg"
swarming_host: "chromium-swarm.appspot.com"
......@@ -13537,6 +13537,9 @@ consoles {
builders {
name: "buildbucket/luci.chromium.try/android-cronet-arm-dbg"
}
builders {
name: "buildbucket/luci.chromium.try/android-cronet-marshmallow-arm64-rel"
}
builders {
name: "buildbucket/luci.chromium.try/android-lollipop-arm-rel"
}
......@@ -14162,6 +14165,9 @@ consoles {
builders {
name: "buildbucket/luci.chromium.try/android-cronet-arm-dbg"
}
builders {
name: "buildbucket/luci.chromium.try/android-cronet-marshmallow-arm64-rel"
}
builders {
name: "buildbucket/luci.chromium.try/android-deterministic-dbg"
}
......
......@@ -6,6 +6,7 @@ luci.list_view(
name = "luci.chromium.try",
entries = [
"try/android-cronet-arm-dbg",
"try/android-cronet-marshmallow-arm64-rel",
"try/android-lollipop-arm-rel",
"try/android-marshmallow-arm64-rel",
"try/android-marshmallow-x86-rel",
......
......@@ -68,6 +68,10 @@ try_.chromium_android_builder(
name = "android-bfcache-rel",
)
try_.chromium_android_builder(
name = "android-cronet-marshmallow-arm64-rel",
)
try_.chromium_android_builder(
name = "android-deterministic-dbg",
executable = "recipe:swarming/deterministic_build",
......
......@@ -712,6 +712,7 @@
# TODO(crbug/597596): Switch this back to debug_trybot when cronet's
# shared library loading is fixed.
'android-cronet-arm-dbg': 'android_cronet_debug_static_bot_arm_no_neon',
'android-cronet-marshmallow-arm64-rel': 'android_cronet_release_trybot_arm64',
'android-lollipop-arm-rel': 'android_release_trybot_webview_google',
'android-marshmallow-arm64-rel': 'gpu_tests_android_release_trybot_arm64_resource_whitelisting_fastbuild_java_coverage',
'android-marshmallow-x86-fyi-rel': 'android_release_trybot_x86_fastbuild_resource_whitelisting_webview_google',
......@@ -1186,6 +1187,10 @@
'android', 'cronet_android', 'release_trybot', 'arm_no_neon',
],
'android_cronet_release_trybot_arm64': [
'android', 'cronet_android', 'release_trybot', 'arm64', 'strip_debug_info',
],
'android_debug_bot': [
'android', 'debug_bot',
],
......
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