Commit f08500ae authored by Andrew Luo's avatar Andrew Luo Committed by Commit Bot

Run disabled WebView Instrumentation tests on FYI bot.

Change-Id: Ibf0112584da9a0fec80498d89a4e6c11a3711e3d
Bug: 1040667
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1986062
Commit-Queue: Andrew Luo <aluo@chromium.org>
Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#730017}
parent 3f7830ba
......@@ -373,6 +373,57 @@
]
},
"Android WebView P FYI (rel)": {
"gtest_tests": [
{
"args": [
"--gs-results-bucket=chromium-result-details",
"--recover-devices",
"--annotation",
"DisabledTest,FlakyTest"
],
"merge": {
"args": [
"--bucket",
"chromium-result-details",
"--test-name",
"webview_instrumentation_test_apk"
],
"script": "//build/android/pylib/results/presentation/test_results_presentation.py"
},
"swarming": {
"can_use_on_swarming_builders": true,
"cipd_packages": [
{
"cipd_package": "infra/tools/luci/logdog/butler/${platform}",
"location": "bin",
"revision": "git_revision:ff387eadf445b24c935f1cf7d6ddd279f8a6b04c"
}
],
"dimension_sets": [
{
"device_os": "PQ3A.190801.002",
"device_os_flavor": "google",
"device_os_type": "userdebug",
"device_type": "walleye",
"os": "Android"
}
],
"output_links": [
{
"link": [
"https://luci-logdog.appspot.com/v/?s",
"=android%2Fswarming%2Flogcats%2F",
"${TASK_ID}%2F%2B%2Funified_logcats"
],
"name": "shard #${SHARD_INDEX} logcats"
}
],
"shards": 12
},
"test": "webview_instrumentation_test_apk",
"test_target": "//android_webview/test:webview_instrumentation_test_apk"
}
],
"isolated_scripts": [
{
"isolate_name": "chrome_public_wpt",
......
......@@ -2134,6 +2134,13 @@
'android-code-coverage-native', # https://crbug.com/1018431
],
'modifications': {
# chromium.android.fyi
'Android WebView P FYI (rel)': {
'args': [
'--annotation',
'DisabledTest,FlakyTest' # Monitor status of disabled tests.
],
},
'Oreo Phone Tester': {
# TODO(crbug.com/997362): Enable this once it's passing.
# TODO(https://crbug.com/884413): Re-enable this once the tests are
......
......@@ -695,6 +695,7 @@
'walleye',
],
'test_suites': {
'gtest_tests': 'webview_bot_instrumentation_test_apk_gtest',
'isolated_scripts': 'android_wpt_scripts',
},
'use_swarming': True,
......
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