From 6419537b3b05d60adf87576f2cd732456321bc1b Mon Sep 17 00:00:00 2001 From: Jeremy Leconte Date: Thu, 8 Dec 2022 14:05:08 +0100 Subject: [PATCH] [iOS sim] Run modules_unittests on 12 cores. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If85ff709a55920cc914213edad5ed63826f6c5f3 Bug: None Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/287121 Reviewed-by: Björn Terelius Commit-Queue: Jeremy Leconte Cr-Commit-Position: refs/heads/main@{#38849} --- infra/specs/client.webrtc.json | 3 +++ infra/specs/test_suites.pyl | 2 +- infra/specs/tryserver.webrtc.json | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/infra/specs/client.webrtc.json b/infra/specs/client.webrtc.json index d8469a317d..459d98f88a 100644 --- a/infra/specs/client.webrtc.json +++ b/infra/specs/client.webrtc.json @@ -10294,6 +10294,7 @@ ], "dimension_sets": [ { + "cores": "12", "cpu": "x86-64", "os": "Mac-12" } @@ -11273,6 +11274,7 @@ ], "dimension_sets": [ { + "cores": "12", "cpu": "x86-64", "os": "Mac-12" } @@ -12252,6 +12254,7 @@ ], "dimension_sets": [ { + "cores": "12", "cpu": "x86-64", "os": "Mac-12" } diff --git a/infra/specs/test_suites.pyl b/infra/specs/test_suites.pyl index ece0551f69..1706f6d94d 100644 --- a/infra/specs/test_suites.pyl +++ b/infra/specs/test_suites.pyl @@ -190,7 +190,7 @@ 'mixins': ['shards-2'], }, 'modules_unittests': { - 'mixins': ['shards-6'], + 'mixins': ['shards-6', 'cores-12'], }, 'rtc_media_unittests': {}, 'rtc_pc_unittests': {}, diff --git a/infra/specs/tryserver.webrtc.json b/infra/specs/tryserver.webrtc.json index 29d4fa1d63..5b84cc5762 100644 --- a/infra/specs/tryserver.webrtc.json +++ b/infra/specs/tryserver.webrtc.json @@ -2770,6 +2770,7 @@ ], "dimension_sets": [ { + "cores": "12", "cpu": "x86-64", "os": "Mac-12" } @@ -3749,6 +3750,7 @@ ], "dimension_sets": [ { + "cores": "12", "cpu": "x86-64", "os": "Mac-12" } @@ -4728,6 +4730,7 @@ ], "dimension_sets": [ { + "cores": "12", "cpu": "x86-64", "os": "Mac-12" }