forked from webrtc-sdk/webrtc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[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
Showing
5 changed files
with
19 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -303,7 +303,7 @@ | |
"os": "Android" | ||
}, | ||
"service_account": "[email protected]", | ||
"shards": 4 | ||
"shards": 8 | ||
}, | ||
"test": "svc_tests", | ||
"test_id_prefix": "ninja://pc:svc_tests/" | ||
|
@@ -756,7 +756,7 @@ | |
"os": "Android" | ||
}, | ||
"service_account": "[email protected]", | ||
"shards": 4 | ||
"shards": 8 | ||
}, | ||
"test": "svc_tests", | ||
"test_id_prefix": "ninja://pc:svc_tests/" | ||
|
@@ -1237,7 +1237,7 @@ | |
"os": "Android" | ||
}, | ||
"service_account": "[email protected]", | ||
"shards": 4 | ||
"shards": 8 | ||
}, | ||
"test": "svc_tests", | ||
"test_id_prefix": "ninja://pc:svc_tests/" | ||
|
@@ -1690,7 +1690,7 @@ | |
"os": "Android" | ||
}, | ||
"service_account": "[email protected]", | ||
"shards": 4 | ||
"shards": 8 | ||
}, | ||
"test": "svc_tests", | ||
"test_id_prefix": "ninja://pc:svc_tests/" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -303,7 +303,7 @@ | |
"os": "Android" | ||
}, | ||
"service_account": "[email protected]", | ||
"shards": 4 | ||
"shards": 8 | ||
}, | ||
"test": "svc_tests", | ||
"test_id_prefix": "ninja://pc:svc_tests/" | ||
|
@@ -780,7 +780,7 @@ | |
"os": "Android" | ||
}, | ||
"service_account": "[email protected]", | ||
"shards": 4 | ||
"shards": 8 | ||
}, | ||
"test": "svc_tests", | ||
"test_id_prefix": "ninja://pc:svc_tests/" | ||
|
@@ -1257,7 +1257,7 @@ | |
"os": "Android" | ||
}, | ||
"service_account": "[email protected]", | ||
"shards": 4 | ||
"shards": 8 | ||
}, | ||
"test": "svc_tests", | ||
"test_id_prefix": "ninja://pc:svc_tests/" | ||
|
@@ -1759,7 +1759,7 @@ | |
"os": "Android" | ||
}, | ||
"service_account": "[email protected]", | ||
"shards": 4 | ||
"shards": 8 | ||
}, | ||
"test": "svc_tests", | ||
"test_id_prefix": "ninja://pc:svc_tests/" | ||
|