aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTero Heikkinen <tero.heikkinen@qt.io>2023-09-26 16:08:50 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-09-28 09:02:36 +0000
commit268d090bd75d5a729a4f0c5881358ce701058ff0 (patch)
treea5ecb08a44d1fbdf204b3fc32faf7f48122b9ad6
parentf9a336c9a99d95eb1176df2faeef6637680fbd0f (diff)
Remove InsignificantTests flags from SLES 15.5
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. Task-number: QTQAINFRA-5667 Change-Id: Icdb4ed3be8590f85c22c8b73ba6ff0543e2b6e09 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Simo Fält <simo.falt@qt.io> (cherry picked from commit fa1143e15b5e66bcba7144ccee4a59837b60a3e4) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--coin/platform_configs/cmake_platforms.yaml2
-rw-r--r--coin/platform_configs/cmake_platforms_static_tests.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/coin/platform_configs/cmake_platforms.yaml b/coin/platform_configs/cmake_platforms.yaml
index b3643d47..46bdebb2 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}}'