From d63cd63819703dffd7d6ff04cbf11763e3eeddf7 Mon Sep 17 00:00:00 2001 From: Christoffer Jansson Date: Mon, 9 Oct 2023 11:03:31 +0200 Subject: [PATCH] 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 Reviewed-by: Jeremy Leconte Auto-Submit: Christoffer Jansson Commit-Queue: Jeremy Leconte Cr-Commit-Position: refs/heads/main@{#40890} --- infra/specs/client.webrtc.json | 8 ++++---- infra/specs/mixins.pyl | 5 +++++ infra/specs/mixins_webrtc.pyl | 5 +++++ infra/specs/test_suites.pyl | 2 +- infra/specs/tryserver.webrtc.json | 8 ++++---- 5 files changed, 19 insertions(+), 9 deletions(-) diff --git a/infra/specs/client.webrtc.json b/infra/specs/client.webrtc.json index 8778275f15..5f8adfc40e 100644 --- a/infra/specs/client.webrtc.json +++ b/infra/specs/client.webrtc.json @@ -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/" diff --git a/infra/specs/mixins.pyl b/infra/specs/mixins.pyl index e3fd2f6224..f5a015615a 100644 --- a/infra/specs/mixins.pyl +++ b/infra/specs/mixins.pyl @@ -257,6 +257,11 @@ 'shards': 6 } }, + 'shards-8': { + 'swarming': { + 'shards': 8 + } + }, 'timeout-2h': { 'swarming': { 'hard_timeout': 7200, diff --git a/infra/specs/mixins_webrtc.pyl b/infra/specs/mixins_webrtc.pyl index b897284413..70e13f6b66 100644 --- a/infra/specs/mixins_webrtc.pyl +++ b/infra/specs/mixins_webrtc.pyl @@ -199,6 +199,11 @@ 'shards': 6, }, }, + 'shards-8': { + 'swarming': { + 'shards': 8, + }, + }, 'timeout-2h': { 'swarming': { 'hard_timeout': 7200, diff --git a/infra/specs/test_suites.pyl b/infra/specs/test_suites.pyl index d898c51d7d..570314c9bd 100644 --- a/infra/specs/test_suites.pyl +++ b/infra/specs/test_suites.pyl @@ -42,7 +42,7 @@ }, 'slow_peer_connection_unittests': {}, 'svc_tests': { - 'mixins': ['shards-4', 'crosshatch'], + 'mixins': ['shards-8', 'crosshatch'], }, 'system_wrappers_unittests': {}, 'test_support_unittests': {}, diff --git a/infra/specs/tryserver.webrtc.json b/infra/specs/tryserver.webrtc.json index c7771aec61..6035a6c9ff 100644 --- a/infra/specs/tryserver.webrtc.json +++ b/infra/specs/tryserver.webrtc.json @@ -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/"