[WebRTC] Run content_browsertests on 4 shards on Android.
Bug: chromium:418717425 Change-Id: Ib924aaaeb47778f3c8d5fdb180ceed38ba1d4c8b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6563545 Reviewed-by: Ilya Nikolaevskiy <ilnik@chromium.org> Commit-Queue: Jeremy Leconte <jleconte@google.com> Cr-Commit-Position: refs/heads/main@{#1462110}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
ac9473eaac
commit
2f0207678d
infra/config
generated
builders
webrtc.fyi
WebRTC Chromium FYI Android Builder (dbg)
targets
WebRTC Chromium FYI Android Builder ARM64 (dbg)
targets
WebRTC Chromium FYI Android Tests (dbg)
targets
WebRTC Chromium FYI Android Tests ARM64 (dbg)
targets
subprojects
webrtc
@ -25,7 +25,8 @@
|
||||
"device_type": "walleye",
|
||||
"os": "Android"
|
||||
},
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
||||
"shards": 4
|
||||
},
|
||||
"test": "content_browsertests",
|
||||
"test_id_prefix": "ninja://content/test:content_browsertests/"
|
||||
|
@ -25,7 +25,8 @@
|
||||
"device_type": "walleye",
|
||||
"os": "Android"
|
||||
},
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
||||
"shards": 4
|
||||
},
|
||||
"test": "content_browsertests",
|
||||
"test_id_prefix": "ninja://content/test:content_browsertests/"
|
||||
|
@ -24,7 +24,8 @@
|
||||
"device_type": "walleye",
|
||||
"os": "Android"
|
||||
},
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
||||
"shards": 4
|
||||
},
|
||||
"test": "content_browsertests",
|
||||
"test_id_prefix": "ninja://content/test:content_browsertests/"
|
||||
|
@ -24,7 +24,8 @@
|
||||
"device_type": "walleye",
|
||||
"os": "Android"
|
||||
},
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
||||
"shards": 4
|
||||
},
|
||||
"test": "content_browsertests",
|
||||
"test_id_prefix": "ninja://content/test:content_browsertests/"
|
||||
|
@ -213,6 +213,9 @@ builder(
|
||||
args = [
|
||||
"--test-launcher-filter-file=../../testing/buildbot/filters/chromium.webrtc.fyi.android.tests.dbg.content_browsertests.filter",
|
||||
],
|
||||
swarming = targets.swarming(
|
||||
shards = 4,
|
||||
),
|
||||
),
|
||||
},
|
||||
),
|
||||
@ -257,6 +260,9 @@ builder(
|
||||
args = [
|
||||
"--test-launcher-filter-file=../../testing/buildbot/filters/chromium.webrtc.fyi.android.tests.dbg.content_browsertests.filter",
|
||||
],
|
||||
swarming = targets.swarming(
|
||||
shards = 4,
|
||||
),
|
||||
),
|
||||
},
|
||||
),
|
||||
|
Reference in New Issue
Block a user