Commit 8ccbe3e4 authored by Ben Pastene's avatar Ben Pastene Committed by Commit Bot

Remove all experimental test suites from android-marshmallow-arm64-rel.

We're low on capacity. Will re-enable the tests when we've refreshed
the pool.

NOTRY=true

Bug: 877280
Change-Id: Ibfe66c0e0a6cdbf7c7c954b2f636fee1f970d0c4
Reviewed-on: https://chromium-review.googlesource.com/1187678
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#585676}
parent afdb0295
...@@ -21691,51 +21691,6 @@ ...@@ -21691,51 +21691,6 @@
}, },
"test": "cc_unittests" "test": "cc_unittests"
}, },
{
"args": [
"--gs-results-bucket=chromium-result-details",
"--recover-devices"
],
"experiment_percentage": 100,
"merge": {
"args": [
"--bucket",
"chromium-result-details",
"--test-name",
"chrome_public_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_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"
}
],
"shards": 20
},
"test": "chrome_public_test_apk"
},
{ {
"args": [ "args": [
"--gs-results-bucket=chromium-result-details", "--gs-results-bucket=chromium-result-details",
...@@ -22002,100 +21957,6 @@ ...@@ -22002,100 +21957,6 @@
}, },
"test": "content_browsertests" "test": "content_browsertests"
}, },
{
"args": [
"--enable-surface-synchronization",
"--gs-results-bucket=chromium-result-details",
"--recover-devices"
],
"experiment_percentage": 100,
"merge": {
"args": [
"--bucket",
"chromium-result-details",
"--test-name",
"surface_sync_content_browsertests"
],
"script": "//build/android/pylib/results/presentation/test_results_presentation.py"
},
"name": "surface_sync_content_browsertests",
"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_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"
}
],
"shards": 9
},
"test": "content_browsertests"
},
{
"args": [
"--enable-features=VizDisplayCompositor",
"--gs-results-bucket=chromium-result-details",
"--recover-devices"
],
"experiment_percentage": 100,
"merge": {
"args": [
"--bucket",
"chromium-result-details",
"--test-name",
"viz_content_browsertests"
],
"script": "//build/android/pylib/results/presentation/test_results_presentation.py"
},
"name": "viz_content_browsertests",
"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_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"
}
],
"shards": 10
},
"test": "content_browsertests"
},
{ {
"args": [ "args": [
"--gs-results-bucket=chromium-result-details", "--gs-results-bucket=chromium-result-details",
......
...@@ -262,6 +262,10 @@ ...@@ -262,6 +262,10 @@
], ],
}, },
'chrome_public_test_apk': { 'chrome_public_test_apk': {
'remove_from': [
# TODO(crbug.com/877280): Add it back when we have the capacity.
'android-marshmallow-arm64-rel',
],
'modifications': { 'modifications': {
# chromium.android # chromium.android
'android-kitkat-arm-rel': { 'android-kitkat-arm-rel': {
...@@ -269,11 +273,6 @@ ...@@ -269,11 +273,6 @@
'shards': 12, 'shards': 12,
}, },
}, },
'android-marshmallow-arm64-rel': {
# TODO(crbug.com/731759): Enable this once we're confident that it
# passes.
'experiment_percentage': 100,
},
'KitKat Phone Tester (dbg)': { 'KitKat Phone Tester (dbg)': {
'swarming': { 'swarming': {
'shards': 20, 'shards': 20,
...@@ -1031,14 +1030,15 @@ ...@@ -1031,14 +1030,15 @@
}, },
}, },
'surface_sync_content_browsertests': { 'surface_sync_content_browsertests': {
'remove_from': [
# TODO(crbug.com/877280): Add it back when we have the capacity.
'android-marshmallow-arm64-rel',
],
'modifications': { 'modifications': {
# chromium.android # chromium.android
'android-kitkat-arm-rel': { 'android-kitkat-arm-rel': {
'experiment_percentage': 100, 'experiment_percentage': 100,
}, },
'android-marshmallow-arm64-rel': {
'experiment_percentage': 100,
},
}, },
}, },
'sync_integration_tests': { 'sync_integration_tests': {
...@@ -1261,15 +1261,14 @@ ...@@ -1261,15 +1261,14 @@
'KitKat Phone Tester (dbg)', 'KitKat Phone Tester (dbg)',
# Currently flaky timeouts on Windows 10. crbug.com/839824 # Currently flaky timeouts on Windows 10. crbug.com/839824
'Win10 Tests x64 (dbg)', 'Win10 Tests x64 (dbg)',
# TODO(crbug.com/877280): Add it back when we have the capacity.
'android-marshmallow-arm64-rel',
], ],
'modifications': { 'modifications': {
# chromium.android # chromium.android
'android-kitkat-arm-rel': { 'android-kitkat-arm-rel': {
'experiment_percentage': 100, 'experiment_percentage': 100,
}, },
'android-marshmallow-arm64-rel': {
'experiment_percentage': 100,
},
# chromium.clang # chromium.clang
'ToTLinuxUBSanVptr': { 'ToTLinuxUBSanVptr': {
'swarming': { 'swarming': {
......
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