Skip to content

Commit

Permalink
Use 8 shards for svc tests on android
Browse files Browse the repository at this point in the history
Bug: webrtc:15538
Change-Id: Ib794bd6e0c8b43636da47bd662cf47ba40bd7576
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/322701
Commit-Queue: Christoffer Jansson <[email protected]>
Reviewed-by: Jeremy Leconte <[email protected]>
Auto-Submit: Christoffer Jansson <[email protected]>
Commit-Queue: Jeremy Leconte <[email protected]>
Cr-Commit-Position: refs/heads/main@{#40890}
  • Loading branch information
Christoffer Jansson authored and WebRTC LUCI CQ committed Oct 9, 2023
1 parent b847a43 commit d63cd63
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 9 deletions.
8 changes: 4 additions & 4 deletions infra/specs/client.webrtc.json
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
"os": "Android"
},
"service_account": "[email protected]",
"shards": 4
"shards": 8
},
"test": "svc_tests",
"test_id_prefix": "ninja://pc:svc_tests/"
Expand Down Expand Up @@ -756,7 +756,7 @@
"os": "Android"
},
"service_account": "[email protected]",
"shards": 4
"shards": 8
},
"test": "svc_tests",
"test_id_prefix": "ninja://pc:svc_tests/"
Expand Down Expand Up @@ -1237,7 +1237,7 @@
"os": "Android"
},
"service_account": "[email protected]",
"shards": 4
"shards": 8
},
"test": "svc_tests",
"test_id_prefix": "ninja://pc:svc_tests/"
Expand Down Expand Up @@ -1690,7 +1690,7 @@
"os": "Android"
},
"service_account": "[email protected]",
"shards": 4
"shards": 8
},
"test": "svc_tests",
"test_id_prefix": "ninja://pc:svc_tests/"
Expand Down
5 changes: 5 additions & 0 deletions infra/specs/mixins.pyl
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,11 @@
'shards': 6
}
},
'shards-8': {
'swarming': {
'shards': 8
}
},
'timeout-2h': {
'swarming': {
'hard_timeout': 7200,
Expand Down
5 changes: 5 additions & 0 deletions infra/specs/mixins_webrtc.pyl
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,11 @@
'shards': 6,
},
},
'shards-8': {
'swarming': {
'shards': 8,
},
},
'timeout-2h': {
'swarming': {
'hard_timeout': 7200,
Expand Down
2 changes: 1 addition & 1 deletion infra/specs/test_suites.pyl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
'slow_peer_connection_unittests': {},
'svc_tests': {
'mixins': ['shards-4', 'crosshatch'],
'mixins': ['shards-8', 'crosshatch'],
},
'system_wrappers_unittests': {},
'test_support_unittests': {},
Expand Down
8 changes: 4 additions & 4 deletions infra/specs/tryserver.webrtc.json
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
"os": "Android"
},
"service_account": "[email protected]",
"shards": 4
"shards": 8
},
"test": "svc_tests",
"test_id_prefix": "ninja://pc:svc_tests/"
Expand Down Expand Up @@ -780,7 +780,7 @@
"os": "Android"
},
"service_account": "[email protected]",
"shards": 4
"shards": 8
},
"test": "svc_tests",
"test_id_prefix": "ninja://pc:svc_tests/"
Expand Down Expand Up @@ -1257,7 +1257,7 @@
"os": "Android"
},
"service_account": "[email protected]",
"shards": 4
"shards": 8
},
"test": "svc_tests",
"test_id_prefix": "ninja://pc:svc_tests/"
Expand Down Expand Up @@ -1759,7 +1759,7 @@
"os": "Android"
},
"service_account": "[email protected]",
"shards": 4
"shards": 8
},
"test": "svc_tests",
"test_id_prefix": "ninja://pc:svc_tests/"
Expand Down

0 comments on commit d63cd63

Please sign in to comment.