0

Reduce android_browsertests sharding on Android Desktop.

With the cache hit issue fixed, the current 114 shard number looks
more than needed. Reduced to 50 which should bring the average shard
runtime to 6 mins

Change-Id: I11f09a337afecaaa5b8473b4d787caf44b094bf0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6571113
Commit-Queue: Haiyang Pan <hypan@google.com>
Reviewed-by: Ben Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1463512}
This commit is contained in:
Haiyang Pan
2025-05-21 09:39:21 -07:00
committed by Chromium LUCI CQ
parent 911fc4efae
commit cdbb833545
5 changed files with 6 additions and 6 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-rel
targets

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

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

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

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

@ -46,7 +46,7 @@
"chromium.android.desktop": {
"android-desktop-x64-rel-15-tests": {
"android_browsertests": {
"shards": 114,
"shards": 50,
"try_builder": "android-desktop-x64-rel"
},
"unit_tests": {
@ -247,4 +247,4 @@
}
}
}
}
}