Commit 29ac5699 authored by Brian Sheedy's avatar Brian Sheedy Committed by Chromium LUCI CQ

Remove VR instrumentation tests from L

Removes chrome_public_test_vr_apk from the two Android L-based builders
it was being run on, as we have decided that it's no longer worth the
effort to try to keep the tests running on that version of Android.

Bug: 1159619
Change-Id: I22722da53fbb288e7ab90f34afffcbe8f463eddb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2611900
Auto-Submit: Brian Sheedy <bsheedy@chromium.org>
Commit-Queue: Alexander Cooper <alcooper@chromium.org>
Reviewed-by: default avatarAlexander Cooper <alcooper@chromium.org>
Cr-Commit-Position: refs/heads/master@{#840656}
parent eae6aa7e
...@@ -3110,59 +3110,6 @@ ...@@ -3110,59 +3110,6 @@
"test": "chrome_public_test_apk", "test": "chrome_public_test_apk",
"test_id_prefix": "ninja://chrome/android:chrome_public_test_apk/" "test_id_prefix": "ninja://chrome/android:chrome_public_test_apk/"
}, },
{
"args": [
"--shared-prefs-file=//chrome/android/shared_preference_files/test/vr_cardboard_skipdon_setupcomplete.json",
"--additional-apk=//third_party/gvr-android-sdk/test-apks/vr_services/vr_services_current.apk",
"--gs-results-bucket=chromium-result-details",
"--recover-devices"
],
"merge": {
"args": [
"--bucket",
"chromium-result-details",
"--test-name",
"chrome_public_test_vr_apk"
],
"script": "//build/android/pylib/results/presentation/test_results_presentation.py"
},
"resultdb": {
"enable": true
},
"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": "LMY48M|LMY48I",
"device_os_type": "userdebug",
"device_type": "hammerhead",
"os": "Android"
}
],
"expiration": 10800,
"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"
}
],
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
"shards": 2
},
"test": "chrome_public_test_vr_apk",
"test_id_prefix": "ninja://chrome/android:chrome_public_test_vr_apk/"
},
{ {
"args": [ "args": [
"--gs-results-bucket=chromium-result-details", "--gs-results-bucket=chromium-result-details",
...@@ -25972,59 +25919,6 @@ ...@@ -25972,59 +25919,6 @@
"test": "chrome_public_smoke_test", "test": "chrome_public_smoke_test",
"test_id_prefix": "ninja://chrome/android:chrome_public_smoke_test/" "test_id_prefix": "ninja://chrome/android:chrome_public_smoke_test/"
}, },
{
"args": [
"--shared-prefs-file=//chrome/android/shared_preference_files/test/vr_cardboard_skipdon_setupcomplete.json",
"--additional-apk=//third_party/gvr-android-sdk/test-apks/vr_services/vr_services_current.apk",
"--gs-results-bucket=chromium-result-details",
"--recover-devices",
"--vmodule=*xr_frame*=0,*xr_session*=1,*vr*=1,*xr*=2"
],
"merge": {
"args": [
"--bucket",
"chromium-result-details",
"--test-name",
"chrome_public_test_vr_apk"
],
"script": "//build/android/pylib/results/presentation/test_results_presentation.py"
},
"resultdb": {
"enable": true
},
"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": "LMY48M",
"device_os_type": "userdebug",
"device_type": "hammerhead",
"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"
}
],
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
"shards": 2
},
"test": "chrome_public_test_vr_apk",
"test_id_prefix": "ninja://chrome/android:chrome_public_test_vr_apk/"
},
{ {
"args": [ "args": [
"--gs-results-bucket=chromium-result-details", "--gs-results-bucket=chromium-result-details",
...@@ -813,8 +813,11 @@ ...@@ -813,8 +813,11 @@
}, },
'chrome_public_test_vr_apk': { 'chrome_public_test_vr_apk': {
'remove_from': [ 'remove_from': [
# Decided to no longer run VR tests on L, crbug.com/1159619.
'Lollipop Phone Tester',
'Lollipop Tablet Tester', 'Lollipop Tablet Tester',
'Marshmallow Tablet Tester', 'Marshmallow Tablet Tester',
'android-lollipop-arm-rel',
'android-marshmallow-x86-rel-non-cq', 'android-marshmallow-x86-rel-non-cq',
'android-pie-x86-rel', 'android-pie-x86-rel',
'android-pie-arm64-rel', # https://crbug.com/1010211 'android-pie-arm64-rel', # https://crbug.com/1010211
...@@ -824,13 +827,6 @@ ...@@ -824,13 +827,6 @@
'android-code-coverage-native', # https://crbug.com/1018780 'android-code-coverage-native', # https://crbug.com/1018780
], ],
'modifications': { 'modifications': {
'android-lollipop-arm-rel': {
'args': [
# TODO(crbug.com/1159619): Remove once the cause of the flakes is
# determined with the extra logging.
'--vmodule=*xr_frame*=0,*xr_session*=1,*vr*=1,*xr*=2',
],
},
# Use "--remove-system-package" according to crbug.com/931947#c1 # Use "--remove-system-package" according to crbug.com/931947#c1
'android-nougat-arm64-rel': { 'android-nougat-arm64-rel': {
'args': [ 'args': [
......
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