Commit c1117ae8 authored by Yuly Novikov's avatar Yuly Novikov Committed by Chromium LUCI CQ

Don't run angle_unittests on android-asan

Times out listing tests. Remove from the bot while investigating.

Bug: 1167314
Change-Id: Idf85933ff83ef8a954e98ae2d403bb18d41b99b1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2633373Reviewed-by: default avatarBrian Sheedy <bsheedy@chromium.org>
Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
Cr-Commit-Position: refs/heads/master@{#844263}
parent eb250362
...@@ -15942,34 +15942,6 @@ ...@@ -15942,34 +15942,6 @@
"test": "android_webview_unittests", "test": "android_webview_unittests",
"test_id_prefix": "ninja://android_webview/test:android_webview_unittests/" "test_id_prefix": "ninja://android_webview/test:android_webview_unittests/"
}, },
{
"args": [
"angle_unittests",
"-v"
],
"merge": {
"args": [],
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
},
"resultdb": {
"enable": true
},
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"device_os": "MMB29Q",
"device_os_type": "userdebug",
"device_type": "bullhead",
"os": "Android"
}
],
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
},
"test": "angle_unittests",
"test_id_prefix": "ninja://third_party/angle/src/tests:angle_unittests/",
"use_isolated_scripts_api": true
},
{ {
"args": [ "args": [
"--gs-results-bucket=chromium-result-details", "--gs-results-bucket=chromium-result-details",
......
...@@ -115,6 +115,8 @@ ...@@ -115,6 +115,8 @@
'remove_from': [ 'remove_from': [
# On Android, these are already run on the main waterfall. # On Android, these are already run on the main waterfall.
'Android FYI Release (Nexus 5X)', 'Android FYI Release (Nexus 5X)',
# Times out listing tests crbug.com/1167314
'android-asan',
# Does not currently work on Lacros configurations. # Does not currently work on Lacros configurations.
'linux-lacros-tester-rel', 'linux-lacros-tester-rel',
'linux-lacros-tester-fyi-rel', 'linux-lacros-tester-fyi-rel',
......
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