From b7f2066d1b7b7fdb752443f82e45ed2d6a2ca1bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simo=20F=C3=A4lt?= Date: Mon, 4 Nov 2024 11:37:23 +0200 Subject: [PATCH] COIN: Split qsr and qsr-runtime nightly configs to separate yaml Both modules are using their own features to enable coco instructions. Task-number: QSR-2578 Change-Id: I64ba6a372f19a8f980e2e620786f10c8345f3e5b Reviewed-by: Toni Saario --- coin/platform_configs/nightly_qsr-coverage.yaml | 2 +- .../nightly_qsr-runtime-coverage.yaml | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 coin/platform_configs/nightly_qsr-runtime-coverage.yaml diff --git a/coin/platform_configs/nightly_qsr-coverage.yaml b/coin/platform_configs/nightly_qsr-coverage.yaml index 58c24dcc..7c4f4116 100644 --- a/coin/platform_configs/nightly_qsr-coverage.yaml +++ b/coin/platform_configs/nightly_qsr-coverage.yaml @@ -2,7 +2,7 @@ Version: 2 Configurations: - - Id: 'ubuntu-24.04-x64' + Id: 'ubuntu-22.04-qsr-coverity' Template: 'qtci-linux-Ubuntu-22.04-x86_64-51' Compiler: 'GCC' Features: ['Sccache', 'UseConfigure', 'DoNotRunTests', 'QSR_COVERAGE', 'AllowNightlyExport', 'Packaging'] diff --git a/coin/platform_configs/nightly_qsr-runtime-coverage.yaml b/coin/platform_configs/nightly_qsr-runtime-coverage.yaml new file mode 100644 index 00000000..5b194011 --- /dev/null +++ b/coin/platform_configs/nightly_qsr-runtime-coverage.yaml @@ -0,0 +1,14 @@ +Version: 2 +Configurations: + +- + Id: 'ubuntu-22.04-qsr-rt-coverity' + Template: 'qtci-linux-Ubuntu-22.04-x86_64-51' + Compiler: 'GCC' + Features: ['Sccache', 'UseConfigure', 'DoNotRunTests', 'QSR_RT_COVERAGE', 'AllowNightlyExport', 'Packaging'] + Configure arguments: '-nomake examples -release -force-debug-info -separate-debug-info -headersclean -qt-libjpeg -qt-libpng -qt-pcre -qt-harfbuzz -qt-doubleconversion -no-libudev -bundled-xcb-xinput' + Environment variables: [ + 'CMAKE_ARGS=-DOpenGL_GL_PREFERENCE=LEGACY', + 'COMMON_TEST_CMAKE_ARGS=-DQT_SKIP_DOCKER_COMPOSE=ON', + 'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DQT_DEPLOY_FFMPEG=TRUE -DINPUT_headersclean=ON' + ]