From dcc3d699fbb0f5fdb44d197754d28459d78b52f1 Mon Sep 17 00:00:00 2001 From: Assam Boudjelthia Date: Wed, 6 Jul 2022 17:02:49 +0300 Subject: [PATCH] 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. Pick-to: 6.4 6.3 6.2 Change-Id: Ia442c66f0c6246114f43f812240ad469dc705424 Reviewed-by: Jukka Jokiniva --- coin/platform_configs/tqtc-android-automotive.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/platform_configs/tqtc-android-automotive.yaml b/coin/platform_configs/tqtc-android-automotive.yaml index cf561270..cc0551a0 100644 --- a/coin/platform_configs/tqtc-android-automotive.yaml +++ b/coin/platform_configs/tqtc-android-automotive.yaml @@ -52,7 +52,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}}',