Commit 47a2d801 authored by Garrett Beaty's avatar Garrett Beaty Committed by Commit Bot

Reduce testing on android-marshmallow-arm64-rel.

The CQ testing capacity for marshmallow is oversubscribed, so removing
an experimental test and a test that is run against another android
version will free up some capacity.

Skipping try so that CQ builds will not launch the removed tests.

Bug: 1147531
Change-Id: I4a45092226bc5a51c2452540b3747f4f641feb43
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2530256
Commit-Queue: Garrett Beaty <gbeaty@chromium.org>
Reviewed-by: default avatarHaiyang Pan <hypan@google.com>
Cr-Commit-Position: refs/heads/master@{#825940}
parent d6e3040b
......@@ -27330,54 +27330,6 @@
"test": "components_browsertests",
"test_id_prefix": "ninja://components:components_browsertests/"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
"--recover-devices"
],
"isolate_profile_data": true,
"merge": {
"args": [
"--bucket",
"chromium-result-details",
"--test-name",
"components_unittests"
],
"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": "MMB29Q",
"device_os_type": "userdebug",
"device_type": "bullhead",
"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": 4
},
"test": "components_unittests",
"test_id_prefix": "ninja://components:components_unittests/"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
......@@ -29451,54 +29403,6 @@
"test": "weblayer_unittests",
"test_id_prefix": "ninja://weblayer/test:weblayer_unittests/"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
"--recover-devices"
],
"isolate_profile_data": true,
"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": "MMB29Q",
"device_os_type": "userdebug",
"device_type": "bullhead",
"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": 7
},
"test": "webview_instrumentation_test_apk",
"test_id_prefix": "ninja://android_webview/test:webview_instrumentation_test_apk/"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
......@@ -872,6 +872,8 @@
},
'components_unittests': {
'remove_from': [
# https://crbug.com/1147531 - covered on lollipop
'android-marshmallow-arm64-rel',
'Fuchsia ARM64', # https://crbug.com/961457
'Fuchsia x64', # https://crbug.com/961457
'android-code-coverage-native', # crbug/1018431
......@@ -2996,6 +2998,8 @@
# from android-marshmallow-arm64-rel-swarming).
'android-lollipop-arm-rel-swarming',
'android-code-coverage-native', # https://crbug.com/1018431
# https://crbug.com/1147531 - covered on pie
'android-marshmallow-arm64-rel',
],
'modifications': {
# chromium.android.fyi
......
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