Commit 98040282 authored by Haiyang Pan's avatar Haiyang Pan Committed by Commit Bot

emulator: Have the test suites on Pie builder running on 4-core GCE

chrome_public_test_apk still runs on 8-core, to shorten test runtime.
Also increase the shards to 20 for content_browsertests to avoid timeout.

Bug: 922145
Change-Id: I82cf32c7afd7403f0ad7243ed29afdbb9688fa4e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332444Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Commit-Queue: Haiyang Pan <hypan@google.com>
Cr-Commit-Position: refs/heads/master@{#814938}
parent 685145d6
This diff is collapsed.
...@@ -251,16 +251,6 @@ ...@@ -251,16 +251,6 @@
}, },
}, },
}, },
'emulator-8-cores': {
'swarming': {
'dimensions': {
'device_os': None,
'device_type': None,
'pool': 'chromium.tests.avd',
'machine_type': 'n1-standard-8',
},
},
},
'flounder': { 'flounder': {
# Nexus 9 # Nexus 9
'swarming': { 'swarming': {
......
...@@ -771,7 +771,12 @@ ...@@ -771,7 +771,12 @@
'name': 'system_images_android_28_google_apis_playstore_x86', 'name': 'system_images_android_28_google_apis_playstore_x86',
'path': '.emulator_sdk', 'path': '.emulator_sdk',
}, },
] ],
'dimension_sets': [
{
'machine_type': 'n1-standard-8', # use 8-core to shorten runtime
},
],
}, },
}, },
}, },
...@@ -981,7 +986,7 @@ ...@@ -981,7 +986,7 @@
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_p.content_browsertests.filter', '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_p.content_browsertests.filter',
], ],
'swarming': { 'swarming': {
'shards': 15, 'shards': 20,
}, },
}, },
'linux-blink-heap-concurrent-marking-tsan-rel': { 'linux-blink-heap-concurrent-marking-tsan-rel': {
...@@ -2001,7 +2006,12 @@ ...@@ -2001,7 +2006,12 @@
'name': 'system_images_android_28_google_apis_playstore_x86', 'name': 'system_images_android_28_google_apis_playstore_x86',
'path': '.emulator_sdk', 'path': '.emulator_sdk',
}, },
] ],
'dimension_sets': [
{
'machine_type': 'n1-standard-8', # use 8-core to shorten runtime
},
],
}, },
}, },
}, },
...@@ -2058,7 +2068,7 @@ ...@@ -2058,7 +2068,7 @@
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_p.content_browsertests.filter', '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_p.content_browsertests.filter',
], ],
'swarming': { 'swarming': {
'shards': 15, 'shards': 20,
}, },
}, },
}, },
......
...@@ -1028,7 +1028,7 @@ ...@@ -1028,7 +1028,7 @@
'android-pie-x86-rel': { 'android-pie-x86-rel': {
'mixins': [ 'mixins': [
'pie-x86-emulator', 'pie-x86-emulator',
'emulator-8-cores', 'emulator-4-cores',
'linux-xenial', 'linux-xenial',
'x86-64', 'x86-64',
], ],
......
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