Commit 7f9bf64f authored by Yun Liu's avatar Yun Liu Committed by Commit Bot

Add more tests for android-code-coverage

Also change to use mixin for existing bots.


Bug: 967011,961808
Change-Id: I68334b0c223a12ee0e0db48a86256ff20fbe0058
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1649057Reviewed-by: default avatarStephen Martinis <martiniss@chromium.org>
Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Commit-Queue: Yun Liu <yliuyliu@google.com>
Cr-Commit-Position: refs/heads/master@{#667262}
parent 454fdc50
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -210,6 +210,13 @@
},
},
'kitkat': {
'swarming': {
'dimensions': {
'device_os': 'KTU84P',
},
},
},
'kitkat_generic': {
'swarming': {
'dimensions': {
'device_os': 'K',
......
......@@ -24,10 +24,6 @@
'monochrome_public_test_ar_apk': {},
},
'android_code_coverage_junit_tests': {
'base_junit_tests': {},
},
'android_ddready_vr_gtests': {
'chrome_public_test_vr_apk-ddready-cardboard': {
'args': [
......
......@@ -196,18 +196,13 @@
},
},
'KitKat Phone Tester (dbg)': {
'mixins': [
'kitkat',
'hammerhead',
],
'test_suites': {
'gtest_tests': 'chromium_android_gtests',
},
'swarming': {
'dimension_sets': [
{
'device_os': 'KTU84P',
'device_type': 'hammerhead',
'os': 'Android',
},
],
},
'os_type': 'android',
},
'KitKat Tablet Tester': {
......@@ -322,6 +317,10 @@
},
},
'android-cronet-arm-dbg': {
'mixins': [
'kitkat',
'hammerhead',
],
'additional_compile_targets': [
'cronet_package',
'cronet_perf_test_apk',
......@@ -330,15 +329,6 @@
'gtest_tests': 'cronet_gtests',
'isolated_scripts': 'cronet_dbg_isolated_scripts',
},
'swarming': {
'dimension_sets': [
{
'device_os': 'KTU84P',
'device_type': 'hammerhead',
'os': 'Android',
},
],
},
'os_type': 'android',
},
'android-cronet-arm-rel': {
......@@ -382,6 +372,10 @@
},
},
'android-cronet-asan-arm-rel': {
'mixins': [
'kitkat',
'hammerhead',
],
'additional_compile_targets': [
'cronet_package',
'cronet_perf_test_apk',
......@@ -389,30 +383,16 @@
'test_suites': {
'gtest_tests': 'cronet_gtests',
},
'swarming': {
'dimension_sets': [
{
'device_os': 'KTU84P',
'device_type': 'hammerhead',
'os': 'Android',
},
],
},
'os_type': 'android',
},
'android-cronet-kitkat-arm-rel': {
'mixins': [
'kitkat',
'hammerhead',
],
'test_suites': {
'gtest_tests': 'cronet_gtests',
},
'swarming': {
'dimension_sets': [
{
'device_os': 'KTU84P',
'device_type': 'hammerhead',
'os': 'Android',
},
],
},
'os_type': 'android',
},
'android-cronet-lollipop-arm-rel': {},
......@@ -484,6 +464,10 @@
]
},
'android-kitkat-arm-rel': {
'mixins': [
'kitkat',
'hammerhead',
],
'additional_compile_targets': [
'cronet_test_instrumentation_apk',
'monochrome_static_initializers',
......@@ -493,15 +477,6 @@
'junit_tests': 'chromium_junit_tests',
'isolated_scripts': 'monochrome_apk_checker_isolated_script',
},
'swarming': {
'dimension_sets': [
{
'device_os': 'KTU84P',
'device_type': 'hammerhead',
'os': 'Android',
},
],
},
'os_type': 'android',
},
'android-marshmallow-arm64-rel': {
......@@ -566,14 +541,11 @@
'os_type': 'android',
},
'Memory Infra Tester': {
'mixins': [
'kitkat',
'hammerhead',
],
'swarming': {
'dimension_sets': [
{
'device_os': 'KTU84P',
'device_type': 'hammerhead',
'os': 'Android',
},
],
'expiration': 36000,
'hard_timeout': 10800,
'ignore_task_failure': False,
......@@ -755,6 +727,10 @@
},
},
'ToTAndroid': {
'mixins': [
'kitkat',
'hammerhead',
],
'additional_compile_targets': [
'all',
],
......@@ -764,15 +740,6 @@
'junit_tests': 'chromium_junit_tests',
'isolated_scripts': 'monochrome_apk_checker_isolated_script',
},
'swarming': {
'dimension_sets': [
{
'device_os': 'KTU84P',
'device_type': 'hammerhead',
'os': 'Android',
},
],
},
'os_type': 'android',
},
'ToTAndroid x64': {
......@@ -1601,10 +1568,14 @@
'android-code-coverage': {
'mixins': [
'code-coverage',
'kitkat',
'hammerhead',
],
'test_suites': {
'junit_tests': 'android_code_coverage_junit_tests',
}
'gtest_tests': 'chromium_android_gtests',
'junit_tests': 'chromium_junit_tests',
},
'os_type': 'android',
},
'android-mojo-webview-rel': {
'swarming': {
......@@ -3843,17 +3814,14 @@
'name': 'chromium.swarm',
'machines': {
'Android N5 Swarm': {
'mixins': [
'kitkat',
'hammerhead',
],
'test_suites': {
'gtest_tests': 'chromium_swarm_android_gtests',
},
'swarming': {
'dimension_sets': [
{
'device_os': 'KTU84P',
'device_type': 'hammerhead',
'os': 'Android',
},
],
'expiration': 10800,
},
'os_type': 'android',
......@@ -4029,7 +3997,7 @@
'WebRTC Chromium FYI Android Tests (dbg) (K Nexus5)': {
'os_type': 'android',
'mixins': [
'kitkat',
'kitkat_generic',
'hammerhead',
],
'test_suites': {
......@@ -4374,19 +4342,14 @@
'name': 'tryserver.chromium.android',
'machines': {
'android_blink_rel': {
'mixins': [
'kitkat',
'hammerhead',
],
'test_suites': {
'gtest_tests': 'chromium_android_webkit_gtests',
'isolated_scripts': 'chromium_webkit_isolated_scripts',
},
'swarming': {
'dimension_sets': [
{
'device_os': 'KTU84P',
'device_type': 'hammerhead',
'os': 'Android',
},
],
},
'os_type': 'android',
},
},
......
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