Commit 53a336c9 authored by John Chen's avatar John Chen Committed by Commit Bot

[Perf] Change android-pixel2-perf to 28 shards

This bot frequently fails due to insufficient capacity. Reducing
number of shards from 35 to 28.

Bug: 1114129
Change-Id: Id7a4fdb96725b815db009cd77bb01a4bf61c2c3e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2364515
Commit-Queue: John Chen <johnchen@chromium.org>
Commit-Queue: Wenbin Zhang <wenbinzhang@google.com>
Auto-Submit: John Chen <johnchen@chromium.org>
Reviewed-by: default avatarWenbin Zhang <wenbinzhang@google.com>
Cr-Commit-Position: refs/heads/master@{#799708}
parent 637bb277
...@@ -523,7 +523,7 @@ ...@@ -523,7 +523,7 @@
"ignore_task_failure": false, "ignore_task_failure": false,
"io_timeout": 21600, "io_timeout": 21600,
"service_account": "chrome-tester@chops-service-accounts.iam.gserviceaccount.com", "service_account": "chrome-tester@chops-service-accounts.iam.gserviceaccount.com",
"shards": 35 "shards": 28
}, },
"trigger_script": { "trigger_script": {
"args": [ "args": [
......
...@@ -469,7 +469,7 @@ ANDROID_NEXUS_5X_WEBVIEW = PerfPlatform( ...@@ -469,7 +469,7 @@ ANDROID_NEXUS_5X_WEBVIEW = PerfPlatform(
ANDROID_PIXEL2 = PerfPlatform('android-pixel2-perf', ANDROID_PIXEL2 = PerfPlatform('android-pixel2-perf',
'Android OPM1.171019.021', 'Android OPM1.171019.021',
_ANDROID_PIXEL2_BENCHMARK_CONFIGS, _ANDROID_PIXEL2_BENCHMARK_CONFIGS,
35, 28,
'android', 'android',
executables=_ANDROID_PIXEL2_EXECUTABLE_CONFIGS, executables=_ANDROID_PIXEL2_EXECUTABLE_CONFIGS,
run_reference_build=False) run_reference_build=False)
......
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