Add test configs for android-12-x64-fyi-rel
Bug: 1225851 Change-Id: Ib0e632c5447d8050f762773c5f5b9a8e9def5e60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3017395 Reviewed-by: Yuke Liao <liaoyuke@chromium.org> Commit-Queue: Haiyang Pan <hypan@google.com> Cr-Commit-Position: refs/heads/master@{#900146}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
8f1516084e
commit
0fa5dc8da1
testing/buildbot
File diff suppressed because it is too large
Load Diff
@ -180,6 +180,34 @@
|
||||
]
|
||||
},
|
||||
},
|
||||
# TODO(crbug.com/1225851): Update "S" to the right value once S is released.
|
||||
'12-x64-emulator': {
|
||||
'$mixin_append': {
|
||||
'args': [
|
||||
'--avd-config=../../tools/android/avd/proto/generic_androidS.textpb',
|
||||
],
|
||||
},
|
||||
'swarming': {
|
||||
# soft affinity so that bots with caches will be picked first
|
||||
'optional_dimensions': {
|
||||
'60': [
|
||||
{
|
||||
'caches': 'avd_generic_androidS',
|
||||
}
|
||||
],
|
||||
},
|
||||
'named_caches': [
|
||||
{
|
||||
'name': 'avd_generic_androidS',
|
||||
'path': '.android',
|
||||
},
|
||||
{
|
||||
'name': 'system_images_android_S_google_apis_x64',
|
||||
'path': '.emulator_sdk',
|
||||
},
|
||||
]
|
||||
},
|
||||
},
|
||||
'android_r': {
|
||||
'swarming': {
|
||||
'dimensions': {
|
||||
@ -335,6 +363,16 @@
|
||||
},
|
||||
},
|
||||
},
|
||||
'emulator-e2-4-cores': {
|
||||
'swarming': {
|
||||
'dimensions': {
|
||||
'device_os': None,
|
||||
'device_type': None,
|
||||
'pool': 'chromium.tests.avd',
|
||||
'machine_type': 'e2-standard-4',
|
||||
},
|
||||
},
|
||||
},
|
||||
'enable_resultdb': {
|
||||
'resultdb': {
|
||||
'enable': True,
|
||||
|
@ -5554,6 +5554,20 @@
|
||||
'webview_ui_instrumentation_tests',
|
||||
],
|
||||
|
||||
'android_12_emulator_gtests': [
|
||||
'android_monochrome_smoke_tests',
|
||||
'android_smoke_tests',
|
||||
'android_specific_chromium_gtests', # Already includes gl_gtests.
|
||||
'chromium_gtests',
|
||||
'chromium_gtests_for_devices_with_graphical_output',
|
||||
'linux_flavor_specific_chromium_gtests',
|
||||
'system_webview_shell_instrumentation_tests', # Not an experimental test
|
||||
'weblayer_android_gtests',
|
||||
'weblayer_gtests',
|
||||
'webview_cts_tests_gtest',
|
||||
'webview_ui_instrumentation_tests',
|
||||
],
|
||||
|
||||
# This is the same as 'android_lollipop_marshmallow_gtests'
|
||||
# with the addition of 'webview_cts_tests_gtest' and
|
||||
# 'webview_ui_instrumentation_tests'
|
||||
|
@ -1070,6 +1070,19 @@
|
||||
'gtest_tests': 'android_11_emulator_gtests',
|
||||
}
|
||||
},
|
||||
'android-12-x64-fyi-rel': {
|
||||
'mixins': [
|
||||
'12-x64-emulator',
|
||||
'emulator-e2-4-cores',
|
||||
'enable_resultdb',
|
||||
'linux-xenial-or-bionic',
|
||||
'x86-64',
|
||||
],
|
||||
'os_type': 'android',
|
||||
'test_suites': {
|
||||
'gtest_tests': 'android_12_emulator_gtests',
|
||||
}
|
||||
},
|
||||
'android-pie-arm64-wpt-rel-non-cq': {
|
||||
'mixins': [
|
||||
'enable_resultdb',
|
||||
|
Reference in New Issue
Block a user