Commit 38b311f5 authored by Andrew Luo's avatar Andrew Luo Committed by Commit Bot

Run current CQ tests on android-pie-arm64-rel.

Change-Id: I7a84805a01edad11df3ba65762aec013bdf2488a
Bug: 1010211
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832482Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Reviewed-by: default avatarAaron Gable <agable@chromium.org>
Commit-Queue: Andrew Luo <aluo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#702717}
parent 0a7fe512
This diff is collapsed.
......@@ -16,6 +16,13 @@
# The goal is to drive the number of exceptions to zero, to make all
# the bots behave similarly.
{
'android_browsertests': {
'modifications': {
'android-pie-arm64-rel': {
'experiment_percentage': 100, # https://crbug.com/1010211
},
},
},
'android_webview_unittests': {
'remove_from': [
# On chromium.android, these do not need to run prior to M.
......@@ -281,6 +288,9 @@
],
'modifications': {
# chromium.android
'android-pie-arm64-rel': {
'experiment_percentage': 100, # https://crbug.com/1010211
},
'KitKat Phone Tester (dbg)': {
'swarming': {
'shards': 20,
......@@ -313,6 +323,7 @@
# chromium.android.fyi
'android-marshmallow-x86-fyi-rel',
'android-pie-x86-fyi-rel',
'android-pie-arm64-rel', # https://crbug.com/1010211
# chromium.clang
'ToTAndroid',
'ToTAndroidCFI',
......@@ -344,6 +355,9 @@
},
'components_unittests': {
'modifications': {
'android-pie-arm64-rel': {
'experiment_percentage': 100, # https://crbug.com/1010211
},
# chromium.memory
'Linux ASan LSan Tests (1)': {
# These are very slow on the ASAN trybot for some reason.
......@@ -436,6 +450,11 @@
# chromium.memory
'android-asan', # https://crbug.com/964562
],
'modifications': {
'android-pie-arm64-rel': {
'experiment_percentage': 100, # https://crbug.com/1010211
},
},
},
'content_unittests': {
'modifications': {
......@@ -611,6 +630,9 @@
},
'use_xvfb': False,
},
'android-pie-arm64-rel': {
'experiment_percentage': 100, # https://crbug.com/1010211
},
},
},
'gl_unittests': {
......@@ -809,6 +831,13 @@
},
},
},
'media_unittests': {
'modifications': {
'android-pie-arm64-rel': {
'experiment_percentage': 100, # https://crbug.com/1010211
},
},
},
'mojo_unittests': {
'modifications': {
'android-asan': {
......@@ -1062,6 +1091,7 @@
'android-kitkat-arm-rel',
'android-marshmallow-arm64-coverage-rel',
'android-marshmallow-arm64-rel',
'android-pie-arm64-rel',
# No capacity for tablet testers.
'KitKat Tablet Tester',
'Lollipop Tablet Tester',
......@@ -1076,6 +1106,7 @@
'android-kitkat-arm-rel',
'android-marshmallow-arm64-coverage-rel',
'android-marshmallow-arm64-rel',
'android-pie-arm64-rel',
# No capacity for tablet testers.
'KitKat Tablet Tester',
'Lollipop Tablet Tester',
......@@ -1090,6 +1121,7 @@
'android-kitkat-arm-rel',
'android-marshmallow-arm64-coverage-rel',
'android-marshmallow-arm64-rel',
'android-pie-arm64-rel',
# No capacity for tablet testers.
'KitKat Tablet Tester',
'Lollipop Tablet Tester',
......@@ -1111,6 +1143,7 @@
'android-kitkat-arm-rel',
'android-marshmallow-arm64-coverage-rel',
'android-marshmallow-arm64-rel',
'android-pie-arm64-rel',
# No capacity for tablet testers.
'KitKat Tablet Tester',
'Lollipop Tablet Tester',
......@@ -1124,6 +1157,7 @@
'android-kitkat-arm-rel',
'android-marshmallow-arm64-coverage-rel',
'android-marshmallow-arm64-rel',
'android-pie-arm64-rel',
'KitKat Tablet Tester',
'Lollipop Tablet Tester',
'Marshmallow Tablet Tester',
......@@ -1254,6 +1288,7 @@
'android-kitkat-arm-rel',
'android-marshmallow-arm64-coverage-rel',
'android-marshmallow-arm64-rel',
'android-pie-arm64-rel',
'Android CFI',
'KitKat Phone Tester (dbg)',
'KitKat Tablet Tester',
......@@ -1490,6 +1525,13 @@
'shards': 15,
},
},
'android-pie-arm64-rel': {
'args': [
'--browser=android-chromium',
'--device=android',
],
'experiment_percentage': 100, # https://crbug.com/1010211
},
# chromium.fyi
'linux-chromium-tests-staging-tests': {
'args': [
......@@ -1621,6 +1663,9 @@
'--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.unit_tests.filter',
],
},
'android-pie-arm64-rel': {
'experiment_percentage': 100, # https://crbug.com/1010211
},
},
},
'video_decode_accelerator_gl_unittest': {
......
......@@ -5175,6 +5175,13 @@
'system_webview_shell_instrumentation_tests',
'webview_cts_tests_gtest',
'webview_ui_instrumentation_tests',
# TODO: Following tests are experimental (crbug/1010211).
'android_specific_chromium_gtests', # Already includes gl_gtests.
'chromium_gtests',
'chromium_gtests_for_devices_with_graphical_output',
'linux_flavor_specific_chromium_gtests',
'vr_platform_specific_chromium_gtests',
'network_service_android_gtests',
],
'bfcache_android_gtests': [
......@@ -5817,7 +5824,7 @@
'skia_renderer_fyi_gtests',
],
'marshmallow_isolated_scripts': [
'marshmallow_pie_isolated_scripts': [
'android_isolated_scripts',
'components_perftests_isolated_scripts',
'monochrome_apk_checker_isolated_script',
......
......@@ -624,7 +624,7 @@
'test_suites': {
'gtest_tests': 'android_lollipop_marshmallow_gtests',
'junit_tests': 'chromium_junit_tests',
'isolated_scripts': 'marshmallow_isolated_scripts',
'isolated_scripts': 'marshmallow_pie_isolated_scripts',
},
'os_type': 'android',
},
......@@ -648,8 +648,13 @@
'pie_fleet',
'walleye',
],
'additional_compile_targets': [
'monochrome_static_initializers',
'weblayer_shell',
],
'test_suites': {
'gtest_tests': 'android_pie_rel_gtests',
'isolated_scripts': 'marshmallow_pie_isolated_scripts',
},
'use_swarming': True,
'os_type': 'android',
......@@ -704,7 +709,7 @@
'os_type': 'android',
'test_suites': {
'gtest_tests': 'android_lollipop_marshmallow_gtests',
'isolated_scripts': 'marshmallow_isolated_scripts',
'isolated_scripts': 'marshmallow_pie_isolated_scripts',
}
},
'android-pie-x86-fyi-rel': {
......@@ -4404,7 +4409,7 @@
'test_suites': {
'gtest_tests': 'android_lollipop_marshmallow_gtests',
'junit_tests': 'chromium_junit_tests',
'isolated_scripts': 'marshmallow_isolated_scripts',
'isolated_scripts': 'marshmallow_pie_isolated_scripts',
},
'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