From 3b049fd6db80b0bdfdfc5d2ab4cbf6be56c358b0 Mon Sep 17 00:00:00 2001 From: Toni Saario Date: Wed, 18 Jan 2023 10:29:27 +0200 Subject: [PATCH] Coin: Increase CPU core count to 8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit More cores allow faster building and reduces variance when cache is cold. Task-number: COIN-1001 Change-Id: Idc08f19b788dcf2483342b8ae2c76b663eba537b Reviewed-by: Simo Fält --- coin/module_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/module_config.yaml b/coin/module_config.yaml index 619122a26c3..118881159bd 100644 --- a/coin/module_config.yaml +++ b/coin/module_config.yaml @@ -6,7 +6,7 @@ accept_configuration: machine_type: Build: - cores: 4 + cores: 8 Test: cores: 4