0

Increase the shard number for android_browsertests on Android 15 Desktop

Currently the suite times out often with 5 shards. While the slowness
will be investigated, increase to 10 shards to mitigate the issue.

Bug: 392655655
Change-Id: I2c1a85ac8d90953e00b3184220d3a527a88a566f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6203668
Auto-Submit: Haiyang Pan <hypan@google.com>
Commit-Queue: Haiyang Pan <hypan@google.com>
Reviewed-by: Renuga Nanjappan <rnanjappan@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1411888}
This commit is contained in:
Haiyang Pan
2025-01-27 14:04:30 -08:00
committed by Chromium LUCI CQ
parent f6fdd65abe
commit 381bf5a8a9
5 changed files with 9 additions and 4 deletions
infra/config
generated
builders
ci
android-desktop-x64-compile-rel
android-desktop-x64-rel-15-tests
try
android-desktop-15-x64-rel
android-desktop-x64-compile-rel
subprojects

@ -324,7 +324,7 @@
}
},
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
"shards": 5
"shards": 10
},
"test": "android_browsertests",
"test_id_prefix": "ninja://chrome/test:android_browsertests/"

@ -43,7 +43,7 @@
}
},
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
"shards": 5
"shards": 10
},
"test": "android_browsertests",
"test_id_prefix": "ninja://chrome/test:android_browsertests/"

@ -48,7 +48,7 @@
}
},
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
"shards": 5
"shards": 10
},
"test": "android_browsertests",
"test_id_prefix": "ninja://chrome/test:android_browsertests/"

@ -324,7 +324,7 @@
}
},
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
"shards": 5
"shards": 10
},
"test": "android_browsertests",
"test_id_prefix": "ninja://chrome/test:android_browsertests/"

@ -319,6 +319,11 @@ ci.thin_tester(
),
],
per_test_modifications = {
"android_browsertests": targets.mixin(
swarming = targets.swarming(
shards = 10,
),
),
"chrome_public_unit_test_apk": targets.mixin(
args = [
# https://crbug.com/392649074