Use 8 shards for svc tests on android
Bug: webrtc:15538 Change-Id: Ib794bd6e0c8b43636da47bd662cf47ba40bd7576 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/322701 Commit-Queue: Christoffer Jansson <jansson@webrtc.org> Reviewed-by: Jeremy Leconte <jleconte@google.com> Auto-Submit: Christoffer Jansson <jansson@webrtc.org> Commit-Queue: Jeremy Leconte <jleconte@google.com> Cr-Commit-Position: refs/heads/main@{#40890}
This commit is contained in:
parent
b847a43488
commit
d63cd63819
@ -303,7 +303,7 @@
|
||||
"os": "Android"
|
||||
},
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
||||
"shards": 4
|
||||
"shards": 8
|
||||
},
|
||||
"test": "svc_tests",
|
||||
"test_id_prefix": "ninja://pc:svc_tests/"
|
||||
@ -756,7 +756,7 @@
|
||||
"os": "Android"
|
||||
},
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
||||
"shards": 4
|
||||
"shards": 8
|
||||
},
|
||||
"test": "svc_tests",
|
||||
"test_id_prefix": "ninja://pc:svc_tests/"
|
||||
@ -1237,7 +1237,7 @@
|
||||
"os": "Android"
|
||||
},
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
||||
"shards": 4
|
||||
"shards": 8
|
||||
},
|
||||
"test": "svc_tests",
|
||||
"test_id_prefix": "ninja://pc:svc_tests/"
|
||||
@ -1690,7 +1690,7 @@
|
||||
"os": "Android"
|
||||
},
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
||||
"shards": 4
|
||||
"shards": 8
|
||||
},
|
||||
"test": "svc_tests",
|
||||
"test_id_prefix": "ninja://pc:svc_tests/"
|
||||
|
||||
@ -257,6 +257,11 @@
|
||||
'shards': 6
|
||||
}
|
||||
},
|
||||
'shards-8': {
|
||||
'swarming': {
|
||||
'shards': 8
|
||||
}
|
||||
},
|
||||
'timeout-2h': {
|
||||
'swarming': {
|
||||
'hard_timeout': 7200,
|
||||
|
||||
@ -199,6 +199,11 @@
|
||||
'shards': 6,
|
||||
},
|
||||
},
|
||||
'shards-8': {
|
||||
'swarming': {
|
||||
'shards': 8,
|
||||
},
|
||||
},
|
||||
'timeout-2h': {
|
||||
'swarming': {
|
||||
'hard_timeout': 7200,
|
||||
|
||||
@ -42,7 +42,7 @@
|
||||
},
|
||||
'slow_peer_connection_unittests': {},
|
||||
'svc_tests': {
|
||||
'mixins': ['shards-4', 'crosshatch'],
|
||||
'mixins': ['shards-8', 'crosshatch'],
|
||||
},
|
||||
'system_wrappers_unittests': {},
|
||||
'test_support_unittests': {},
|
||||
|
||||
@ -303,7 +303,7 @@
|
||||
"os": "Android"
|
||||
},
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
||||
"shards": 4
|
||||
"shards": 8
|
||||
},
|
||||
"test": "svc_tests",
|
||||
"test_id_prefix": "ninja://pc:svc_tests/"
|
||||
@ -780,7 +780,7 @@
|
||||
"os": "Android"
|
||||
},
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
||||
"shards": 4
|
||||
"shards": 8
|
||||
},
|
||||
"test": "svc_tests",
|
||||
"test_id_prefix": "ninja://pc:svc_tests/"
|
||||
@ -1257,7 +1257,7 @@
|
||||
"os": "Android"
|
||||
},
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
||||
"shards": 4
|
||||
"shards": 8
|
||||
},
|
||||
"test": "svc_tests",
|
||||
"test_id_prefix": "ninja://pc:svc_tests/"
|
||||
@ -1759,7 +1759,7 @@
|
||||
"os": "Android"
|
||||
},
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
||||
"shards": 4
|
||||
"shards": 8
|
||||
},
|
||||
"test": "svc_tests",
|
||||
"test_id_prefix": "ninja://pc:svc_tests/"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user