aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2022-02-18 15:44:51 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-02-21 09:48:16 +0000
commit3ed9fa8a373b2c0ae8987599f6cc62d2e3e5052a (patch)
treee72abd0392aa444601371355170f5c2ce8ff8c37
parent7c0540fc10a02a48398d87b84cbbacef04bf79ce (diff)
Mark QtAA Android test as insignificant until proven to work
Make sure this doesn't block the repo, untill we have the whole Android Automotive pipeline working. Change-Id: I1aaef98cb724c8e299b2adacce36d8e3f786b432 Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io> (cherry picked from commit 2fd91cfe5d5e80491a4872f2abcbf8ffb254da9e) 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 557071c3..99f6dc99 100644
--- a/coin/platform_configs/tqtc-android-automotive.yaml
+++ b/coin/platform_configs/tqtc-android-automotive.yaml
@@ -45,7 +45,7 @@ Configurations:
Compiler: 'GCC'
Target compiler: 'Clang'
Platform dependency: 'RHEL-8.4-host'
- Features: ['Packaging', 'Sccache', 'AndroidTestRun']
+ Features: ['Packaging', 'Sccache', 'AndroidTestRun', 'Insignificant']
Environment variables: [
'TARGET_CONFIGURE_ARGS=-DQT_BUILD_EXAMPLES=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_TOOLCHAIN_FILE={{.Env.ANDROID_NDK_ROOT}}/build/cmake/android.toolchain.cmake -DANDROID_SDK_ROOT={{.Env.ANDROID_SDK_ROOT}} -DANDROID_ABI=x86 -DCMAKE_C_COMPILER_FRONTEND_VARIANT=GNU -DCMAKE_CXX_COMPILER_FRONTEND_VARIANT=GNU -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_ANDROID_HOME}}',
'CONAN_HOST_PROFILE=coin/conan/profiles/linux-x86_64-gcc',