Revert "Temporary disable sharding on Fuchsia bots."

This reverts commit 5dbc4a45bc.

Reason for revert: Sharding should now work on fuchsia + no new generated starlark files have been uploaded since.

Original change's description:
> Temporary disable sharding on Fuchsia bots.
>
> Change-Id: I248ef19317de9a93751641e8bf0cab80a42a35f7
> Bug: b/338087169
> Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/349840
> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
> Cr-Commit-Position: refs/heads/main@{#42230}

Bug: b/338087169
Change-Id: I25f29a64a4a2ca40afb0ac9fbbc2a821c3ca4551
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/350182
Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Jeremy Leconte <jleconte@google.com>
Cr-Commit-Position: refs/heads/main@{#42282}
This commit is contained in:
Christoffer Dewerin 2024-05-08 12:26:45 +00:00 committed by WebRTC LUCI CQ
parent a656b9d781
commit 36ecffa129
3 changed files with 10 additions and 8 deletions

View file

@ -2009,7 +2009,8 @@
"dimensions": { "dimensions": {
"cpu": "x86-64", "cpu": "x86-64",
"os": "Ubuntu-22.04" "os": "Ubuntu-22.04"
} },
"shards": 4
}, },
"test": "svc_tests", "test": "svc_tests",
"test_id_prefix": "ninja://pc:svc_tests/" "test_id_prefix": "ninja://pc:svc_tests/"
@ -2057,7 +2058,8 @@
"dimensions": { "dimensions": {
"cpu": "x86-64", "cpu": "x86-64",
"os": "Ubuntu-22.04" "os": "Ubuntu-22.04"
} },
"shards": 4
}, },
"test": "video_engine_tests", "test": "video_engine_tests",
"test_id_prefix": "ninja://:video_engine_tests/" "test_id_prefix": "ninja://:video_engine_tests/"

View file

@ -119,15 +119,13 @@
# 'rtc_unittests': {}, # 'rtc_unittests': {},
'rtc_pc_unittests': {}, 'rtc_pc_unittests': {},
'svc_tests': { 'svc_tests': {
# TODO: b/338087169 - Re-enable sharding. 'mixins': ['shards-4'],
# 'mixins': ['shards-4'],
}, },
'system_wrappers_unittests': {}, 'system_wrappers_unittests': {},
# TODO(bugs.webrtc.org/14712): Enable once network issue is fixed. # TODO(bugs.webrtc.org/14712): Enable once network issue is fixed.
# 'peerconnection_unittests': {}, # 'peerconnection_unittests': {},
'video_engine_tests': { 'video_engine_tests': {
# TODO: b/338087169 - Re-enable sharding. 'mixins': ['shards-4'],
# 'mixins': ['shards-4'],
}, },
'voip_unittests': {}, 'voip_unittests': {},
'webrtc_nonparallel_tests': {}, 'webrtc_nonparallel_tests': {},

View file

@ -2207,7 +2207,8 @@
"dimensions": { "dimensions": {
"cpu": "x86-64", "cpu": "x86-64",
"os": "Ubuntu-22.04" "os": "Ubuntu-22.04"
} },
"shards": 4
}, },
"test": "svc_tests", "test": "svc_tests",
"test_id_prefix": "ninja://pc:svc_tests/" "test_id_prefix": "ninja://pc:svc_tests/"
@ -2255,7 +2256,8 @@
"dimensions": { "dimensions": {
"cpu": "x86-64", "cpu": "x86-64",
"os": "Ubuntu-22.04" "os": "Ubuntu-22.04"
} },
"shards": 4
}, },
"test": "video_engine_tests", "test": "video_engine_tests",
"test_id_prefix": "ninja://:video_engine_tests/" "test_id_prefix": "ninja://:video_engine_tests/"