From 348bd5969382d654eaea6d01be831dcdea02369b Mon Sep 17 00:00:00 2001 From: Tero Heikkinen Date: Tue, 12 Sep 2023 15:05:38 +0300 Subject: [PATCH] Remove InsignificantTests from RHEL 8.8 before removing 8.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Before RHEL 8.6 can be removed, newer RHEL 8.8 needs to be monitored that there is no flakiness and cleared from all InsignificantTests flags after that. This is following the new CI process to introduce new platforms. No flakiness visible, therefore removing Insignificant flag. Task-number: QTQAINFRA-5768 Change-Id: Iec4b741cd896ce73ba3804c2a971e36eef93b966 Reviewed-by: Heikki Halmet Reviewed-by: Simo Fält Reviewed-by: Qt CI Bot --- coin/platform_configs/cmake_platforms_target_android.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/platform_configs/cmake_platforms_target_android.yaml b/coin/platform_configs/cmake_platforms_target_android.yaml index cfae7963..1ea1c259 100644 --- a/coin/platform_configs/cmake_platforms_target_android.yaml +++ b/coin/platform_configs/cmake_platforms_target_android.yaml @@ -87,7 +87,7 @@ Configurations: Compiler: 'GCC' Target compiler: 'Clang' Platform dependency: 'rhel-8.8' - Features: ['Packaging', 'Sccache', 'WarningsAreErrors', 'AndroidTestRun', 'VMSize8', 'UseConfigure', 'InsignificantTests'] + Features: ['Packaging', 'Sccache', 'WarningsAreErrors', 'AndroidTestRun', 'VMSize8', 'UseConfigure'] Environment variables: [ 'TARGET_CONFIGURE_ARGS=-nomake examples -release -force-debug-info -android-ndk {{.Env.ANDROID_NDK_ROOT_DEFAULT}} -android-sdk {{.Env.ANDROID_SDK_ROOT}} -android-abis x86_64', 'TARGET_CMAKE_ARGS=-DCMAKE_C_COMPILER_FRONTEND_VARIANT=GNU -DCMAKE_CXX_COMPILER_FRONTEND_VARIANT=GNU -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_ANDROID_HOME_DEFAULT}} -DQT_GENERATE_WRAPPER_SCRIPTS_FOR_ALL_HOSTS=ON',