From fa1143e15b5e66bcba7144ccee4a59837b60a3e4 Mon Sep 17 00:00:00 2001 From: Tero Heikkinen Date: Tue, 26 Sep 2023 16:08:50 +0300 Subject: [PATCH] Remove InsignificantTests flags from SLES 15.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SLES 15.5 is added as parallel with SLES 15.4 until packaging site gives green light to remove the older version. This is following the new CI process to introduce new platforms in parallel with Insignificant flags in use. Flags removed now after flakiness has been monitored enough to give green for OS replacing. Pick-to: 6.6 Task-number: QTQAINFRA-5667 Change-Id: Icdb4ed3be8590f85c22c8b73ba6ff0543e2b6e09 Reviewed-by: Qt CI Bot Reviewed-by: Simo Fält --- coin/platform_configs/cmake_platforms.yaml | 2 +- coin/platform_configs/cmake_platforms_static_tests.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coin/platform_configs/cmake_platforms.yaml b/coin/platform_configs/cmake_platforms.yaml index 20e6ae80..6c61399b 100644 --- a/coin/platform_configs/cmake_platforms.yaml +++ b/coin/platform_configs/cmake_platforms.yaml @@ -63,7 +63,7 @@ Configurations: Id: 'sles-15_sp5-static' Template: 'qtci-linux-SLES-15_SP5-x86_64-50' Compiler: 'GCC' - Features: ['Sccache', 'DisableTests', 'UseConfigure', 'InsignificantTests'] + Features: ['Sccache', 'DisableTests', 'UseConfigure'] Configure arguments: '-nomake examples -static -no-sql-mysql' Environment variables: [ 'CMAKE_ARGS=-DOPENSSL_ROOT_DIR={{.Env.OPENSSL_HOME}}', diff --git a/coin/platform_configs/cmake_platforms_static_tests.yaml b/coin/platform_configs/cmake_platforms_static_tests.yaml index 2790aa3f..4e7eb92e 100644 --- a/coin/platform_configs/cmake_platforms_static_tests.yaml +++ b/coin/platform_configs/cmake_platforms_static_tests.yaml @@ -13,7 +13,7 @@ Configurations: Id: 'sles-15_sp5-minimal-static' Template: 'qtci-linux-SLES-15_SP5-x86_64-50' Compiler: 'GCC' - Features: ['Sccache', 'MinimalStaticTests', 'UseConfigure', 'InsignificantTests'] + Features: ['Sccache', 'MinimalStaticTests', 'UseConfigure'] Configure arguments: '-nomake examples -static -no-sql-mysql' Environment variables: [ 'CMAKE_ARGS=-DOPENSSL_ROOT_DIR={{.Env.OPENSSL_HOME}}'