aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2022-07-06 17:02:49 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-07-15 17:39:43 +0000
commit531c63fb3eba708be776caf6101e2e4fd049afd3 (patch)
treea8b1d5e0bfecd2f3780a3779d02e0b22b21848b5
parent43cb6f9c28c632b6967f1f4920f6ff0826915cec (diff)
Use 4 CPU cores for tqtc-android-automotive test VM
The current cores count is 2 and that's leading to failures in tests execution. Change-Id: Ia442c66f0c6246114f43f812240ad469dc705424 Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io> (cherry picked from commit dcc3d699fbb0f5fdb44d197754d28459d78b52f1) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--coin/platform_configs/tqtc-android-automotive.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/platform_configs/tqtc-android-automotive.yaml b/coin/platform_configs/tqtc-android-automotive.yaml
index 6d31d375..a91f0914 100644
--- a/coin/platform_configs/tqtc-android-automotive.yaml
+++ b/coin/platform_configs/tqtc-android-automotive.yaml
@@ -51,7 +51,7 @@ Configurations:
Compiler: 'GCC'
Target compiler: 'Clang'
Platform dependency: 'RHEL-8.4-host'
- Features: ['Packaging', 'Sccache', 'AndroidTestRun', 'UseConfigure']
+ Features: ['Packaging', 'Sccache', 'AndroidTestRun', 'VMSize4', 'UseConfigure']
Environment variables: [
'TARGET_CONFIGURE_ARGS=-nomake examples -release -force-debug-info -android-ndk {{.Env.ANDROID_NDK_ROOT}} -android-sdk {{.Env.ANDROID_SDK_ROOT}} -android-abis x86',
'TARGET_CMAKE_ARGS=-DCMAKE_C_COMPILER_FRONTEND_VARIANT=GNU -DCMAKE_CXX_COMPILER_FRONTEND_VARIANT=GNU -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_ANDROID_HOME}}',