Commit f720d4eb authored by Ben Pastene's avatar Ben Pastene Committed by Commit Bot

Add build/test/LUCI configs for android-lollipop-arm-rel.

Will be release version of current Lollipop phone tester.

Bug: 1032336
Change-Id: Ib5832b91867243dddf9fae23236a483a68644453
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2012838
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#734095}
parent 9939a33b
......@@ -321,6 +321,10 @@ android_builder(
name = 'android-incremental-dbg',
)
android_builder(
name = 'android-lollipop-arm-rel',
)
android_builder(
name = 'android-pie-arm64-dbg',
)
......
......@@ -140,6 +140,10 @@ android_builder(
execution_timeout = 6 * time.hour,
)
android_builder(
name = 'android-lollipop-arm-rel',
)
android_builder(
name = 'android-marshmallow-x86-fyi-rel',
)
......
......@@ -97,6 +97,11 @@ luci.console_view(
category = 'tester|phone',
short_name = 'L',
),
luci.console_view_entry(
builder = 'ci/android-lollipop-arm-rel',
category = 'tester|phone|rel',
short_name = 'L',
),
luci.console_view_entry(
builder = 'ci/Marshmallow 64 bit Tester',
category = 'tester|phone',
......
......@@ -16,6 +16,7 @@ luci.list_view(
'try/android-cronet-arm-dbg',
'try/android_cronet_tester',
'try/android_mojo',
'try/android-lollipop-arm-rel',
'try/android-marshmallow-arm64-rel',
'try/android-marshmallow-x86-fyi-rel',
'try/android-pie-arm64-rel',
......
......@@ -78,6 +78,10 @@ config_groups: <
builders: <
name: "chromium/try/android-kitkat-arm-rel"
>
builders: <
name: "chromium/try/android-lollipop-arm-rel"
includable_only: true
>
builders: <
name: "chromium/try/android-marshmallow-arm64-rel"
>
......
......@@ -6200,6 +6200,27 @@ buckets: <
build_numbers: YES
service_account: "chromium-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
>
builders: <
name: "android-lollipop-arm-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: "ssd:0"
recipe: <
name: "chromium"
cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
cipd_version: "refs/heads/master"
properties_j: "$build/goma:{\"enable_ats\":true,\"jobs\":150,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"}"
properties_j: "$kitchen:{\"devshell\":true,\"git_auth\":true}"
properties_j: "mastername:\"chromium.android\""
>
execution_timeout_secs: 10800
build_numbers: YES
service_account: "chromium-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
>
builders: <
name: "android-marshmallow-arm64-rel"
swarming_host: "chromium-swarm.appspot.com"
......@@ -11424,6 +11445,35 @@ buckets: <
value: 5
>
>
builders: <
name: "android-lollipop-arm-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: "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:{\"enable_ats\":true,\"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-marshmallow-arm64-rel"
swarming_host: "chromium-swarm.appspot.com"
......
......@@ -721,6 +721,11 @@ consoles: <
category: "tester|phone"
short_name: "L"
>
builders: <
name: "buildbucket/luci.chromium.ci/android-lollipop-arm-rel"
category: "tester|phone|rel"
short_name: "L"
>
builders: <
name: "buildbucket/luci.chromium.ci/Marshmallow 64 bit Tester"
category: "tester|phone"
......@@ -12210,6 +12215,9 @@ consoles: <
builders: <
name: "buildbucket/luci.chromium.try/android_mojo"
>
builders: <
name: "buildbucket/luci.chromium.try/android-lollipop-arm-rel"
>
builders: <
name: "buildbucket/luci.chromium.try/android-marshmallow-arm64-rel"
>
......
This diff is collapsed.
......@@ -643,6 +643,22 @@
},
'os_type': 'android',
},
'android-lollipop-arm-rel': {
'mixins': [
# TODO(crbug.com/1032336): Pin to an exact L version.
'lollipop',
'hammerhead',
],
'additional_compile_targets': [
'cronet_test_instrumentation_apk',
'monochrome_static_initializers',
],
# TODO(crbug.com/1032336): Scale up these tests.
'test_suites': {
'gtest_tests': 'chromium_swarm_android_gtests',
},
'os_type': 'android',
},
'android-marshmallow-arm64-rel': {
'mixins': [
'code-coverage',
......
......@@ -66,6 +66,7 @@
'android-cronet-x86-rel': 'android_cronet_release_bot_minimal_symbols_x86',
'android-incremental-dbg': 'android_incremental_debug_bot',
'android-kitkat-arm-rel': 'android_release_bot_minimal_symbols_fastbuild',
'android-lollipop-arm-rel': 'android_release_bot_minimal_symbols_fastbuild',
# This bot must use the gpu_tests mixin to match 'Android FYI Release (Nexus 5X)'
# on the chromium.gpu waterfall, which it mirrors via trybots.pyl.
......@@ -675,6 +676,7 @@
# shared library loading is fixed.
'android-cronet-arm-dbg': 'android_cronet_debug_static_bot_arm_no_neon',
'android-kitkat-arm-rel': 'android_release_trybot_fastbuild',
'android-lollipop-arm-rel': 'android_release_trybot_fastbuild',
'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',
'android-oreo-arm64-cts-networkservice-dbg': 'android_debug_trybot_arm64',
......
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