aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/cmake_platforms_static_tests.yaml
diff options
context:
space:
mode:
authorTero Heikkinen <tero.heikkinen@qt.io>2023-06-27 18:38:07 +0300
committerTero Heikkinen <tero.heikkinen@qt.io>2023-09-14 13:59:23 +0300
commitf81b389059d3272fff543898647be8326f5ac20a (patch)
treec6e4fb840ab0cc6c80fc39c87f0152fff8f84d33 /coin/platform_configs/cmake_platforms_static_tests.yaml
parentb105bbaab14d4344f0df08ea4e8a3834dea46df5 (diff)
Add SLES 15.5 to CI with InsignificantTests flag enabled
SLES 15.5 will be added as parallel with SLES 15.4 until packaging site gives green light to remove the older version. Upgrade nodejs to commonly used 18.16.0 version This is following the new CI process to introduce new platforms in parallel with Insignificant flags in use. Flags removed later after flakiness has been monitored enough to give green for OS replacing. Pick-to: 6.6 Task-number: QTQAINFRA-5667 Change-Id: I66d325f0e20f536b8e8b61ce3eb9f1dbc6a9f204 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io>
Diffstat (limited to 'coin/platform_configs/cmake_platforms_static_tests.yaml')
-rw-r--r--coin/platform_configs/cmake_platforms_static_tests.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/coin/platform_configs/cmake_platforms_static_tests.yaml b/coin/platform_configs/cmake_platforms_static_tests.yaml
index 53b63398..2790aa3f 100644
--- a/coin/platform_configs/cmake_platforms_static_tests.yaml
+++ b/coin/platform_configs/cmake_platforms_static_tests.yaml
@@ -10,6 +10,15 @@ Configurations:
'CMAKE_ARGS=-DOPENSSL_ROOT_DIR={{.Env.OPENSSL_HOME}}'
]
-
+ Id: 'sles-15_sp5-minimal-static'
+ Template: 'qtci-linux-SLES-15_SP5-x86_64-50'
+ Compiler: 'GCC'
+ Features: ['Sccache', 'MinimalStaticTests', 'UseConfigure', 'InsignificantTests']
+ Configure arguments: '-nomake examples -static -no-sql-mysql'
+ Environment variables: [
+ 'CMAKE_ARGS=-DOPENSSL_ROOT_DIR={{.Env.OPENSSL_HOME}}'
+ ]
+-
Id: 'windows-10_22h2-minimal-static'
Template: 'qtci-windows-10_22H2-x86_64-51'
Compiler: 'MSVC2019'