From 2b4ab5519be9558f4c552a4dbd7a966c3ad389e4 Mon Sep 17 00:00:00 2001 From: Axel Spoerl Date: Thu, 18 Dec 2025 16:33:23 +0100 Subject: [PATCH] Add Ubuntu nightly job for baseline tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Create a nightly build for Ubuntu based baseline tests. Task-number: QTQAINFRA-7602 Change-Id: I23b8a1ac5853a98c4bc1889856c13239496163ab Reviewed-by: Tero Heikkinen Reviewed-by: Simo Fält Reviewed-by: Volker Hilsheimer --- .../nightly_ubuntu_22_04_baseline_tests.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 coin/platform_configs/nightly_ubuntu_22_04_baseline_tests.yaml diff --git a/coin/platform_configs/nightly_ubuntu_22_04_baseline_tests.yaml b/coin/platform_configs/nightly_ubuntu_22_04_baseline_tests.yaml new file mode 100644 index 00000000..d60c7a4a --- /dev/null +++ b/coin/platform_configs/nightly_ubuntu_22_04_baseline_tests.yaml @@ -0,0 +1,15 @@ +Version: 2 +Module only: True +Configurations: +- + Id: 'ubuntu-22.04-baseline-tests' + Template: 'qtci-linux-Ubuntu-22.04-x86_64-51' + Compiler: 'GCC' + Features: ['Sccache', 'UseConfigure'] + Configure arguments: '-developer-build -nomake examples' + Environment variables: [ + 'CMAKE_ARGS=-DOpenGL_GL_PREFERENCE=LEGACY', + 'CTEST_DIR=tests/baseline', + 'QT_LANCELOT_SERVER=10.9.70.11' + ] +