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:

committed by
Chromium LUCI CQ

parent
f6fdd65abe
commit
381bf5a8a9
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
chromium
@ -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/"
|
||||
|
2
infra/config/generated/builders/try/android-desktop-15-x64-rel/targets/chromium.android.desktop.json
2
infra/config/generated/builders/try/android-desktop-15-x64-rel/targets/chromium.android.desktop.json
@ -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
|
||||
|
Reference in New Issue
Block a user