From 5dbc4a45bc3f8b6eee99426fb7ebfb76c861e8c2 Mon Sep 17 00:00:00 2001 From: Jeremy Leconte Date: Mon, 6 May 2024 08:16:40 +0200 Subject: [PATCH] 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 Reviewed-by: Mirko Bonadei Cr-Commit-Position: refs/heads/main@{#42230} --- infra/specs/client.webrtc.json | 6 ++---- infra/specs/test_suites.pyl | 6 ++++-- infra/specs/tryserver.webrtc.json | 6 ++---- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/infra/specs/client.webrtc.json b/infra/specs/client.webrtc.json index c38b68b0d3..9822358da2 100644 --- a/infra/specs/client.webrtc.json +++ b/infra/specs/client.webrtc.json @@ -2009,8 +2009,7 @@ "dimensions": { "cpu": "x86-64", "os": "Ubuntu-22.04" - }, - "shards": 4 + } }, "test": "svc_tests", "test_id_prefix": "ninja://pc:svc_tests/" @@ -2058,8 +2057,7 @@ "dimensions": { "cpu": "x86-64", "os": "Ubuntu-22.04" - }, - "shards": 4 + } }, "test": "video_engine_tests", "test_id_prefix": "ninja://:video_engine_tests/" diff --git a/infra/specs/test_suites.pyl b/infra/specs/test_suites.pyl index b292fc11fe..0226a646ea 100644 --- a/infra/specs/test_suites.pyl +++ b/infra/specs/test_suites.pyl @@ -116,13 +116,15 @@ # 'rtc_unittests': {}, 'rtc_pc_unittests': {}, 'svc_tests': { - 'mixins': ['shards-4'], + # TODO: b/338087169 - Re-enable sharding. + # 'mixins': ['shards-4'], }, 'system_wrappers_unittests': {}, # TODO(bugs.webrtc.org/14712): Enable once network issue is fixed. # 'peerconnection_unittests': {}, 'video_engine_tests': { - 'mixins': ['shards-4'], + # TODO: b/338087169 - Re-enable sharding. + # 'mixins': ['shards-4'], }, 'voip_unittests': {}, 'webrtc_nonparallel_tests': {}, diff --git a/infra/specs/tryserver.webrtc.json b/infra/specs/tryserver.webrtc.json index 41af426aeb..5391a84da8 100644 --- a/infra/specs/tryserver.webrtc.json +++ b/infra/specs/tryserver.webrtc.json @@ -2207,8 +2207,7 @@ "dimensions": { "cpu": "x86-64", "os": "Ubuntu-22.04" - }, - "shards": 4 + } }, "test": "svc_tests", "test_id_prefix": "ninja://pc:svc_tests/" @@ -2256,8 +2255,7 @@ "dimensions": { "cpu": "x86-64", "os": "Ubuntu-22.04" - }, - "shards": 4 + } }, "test": "video_engine_tests", "test_id_prefix": "ninja://:video_engine_tests/"