diff options
author | Toni Saario <toni.saario@qt.io> | 2022-06-01 14:39:42 +0300 |
---|---|---|
committer | Toni Saario <toni.saario@qt.io> | 2022-09-13 10:45:26 +0000 |
commit | e55fc5c7e23663e057408a587df2d9d0d5b99c68 (patch) | |
tree | d80bde854823dd21565a3d126c1d4114ae80d273 /coin/module_config.yaml | |
parent | aefd389bfdf7efcaf787d2cfb4683d7018cb377c (diff) | |
download | qtwebengine-e55fc5c7e23663e057408a587df2d9d0d5b99c68.tar.gz |
Coin: Add core count config
Reflects what has been configured in the Coin. Allows removing
the rules from Coin and brings them visible.
Pick-to: 6.3 6.4
Change-Id: I377333a4615af0844dc70eeccb7f2ed79fb30103
Reviewed-by: Simo Fält <simo.falt@qt.io>
Diffstat (limited to 'coin/module_config.yaml')
-rw-r--r-- | coin/module_config.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml index 01da49996..f1d69a277 100644 --- a/coin/module_config.yaml +++ b/coin/module_config.yaml @@ -4,6 +4,12 @@ accept_configuration: property: features not_contains_value: Disable +machine_type: + Build: + cores: 8 + Test: + cores: 4 + instructions: Build: - type: EnvironmentVariable |