From 3f6cd616441d52352b99778e4ec20c84d6971587 Mon Sep 17 00:00:00 2001 From: Axel Spoerl Date: Tue, 24 Feb 2026 17:18:39 +0100 Subject: [PATCH] Nightly baseline run: Move -DFEATURE_xxx args to CMAKE_ARGS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Wrong to add them as configure args. Put them to the right place. This amends ab346b98dc6cd0eb0c0b4bdc793b973911f8464f. Change-Id: I5357c3d5ea0ee63f1b292974ceb9fd5792321b4b Reviewed-by: MÃ¥rten Nordheim --- .../platform_configs/nightly_ubuntu_22_04_baseline_tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coin/platform_configs/nightly_ubuntu_22_04_baseline_tests.yaml b/coin/platform_configs/nightly_ubuntu_22_04_baseline_tests.yaml index 13a3c2ba..19a1de3e 100644 --- a/coin/platform_configs/nightly_ubuntu_22_04_baseline_tests.yaml +++ b/coin/platform_configs/nightly_ubuntu_22_04_baseline_tests.yaml @@ -6,9 +6,9 @@ Configurations: Template: 'qtci-linux-Ubuntu-22.04-x86_64-51' Compiler: 'GCC' Features: ['Sccache', 'UseConfigure'] - Configure arguments: '-developer-build -nomake examples -DFEATURE_test_auto=OFF -DFEATURE_test_baseline=ON' + Configure arguments: '-developer-build -nomake examples' Environment variables: [ - 'CMAKE_ARGS=-DOpenGL_GL_PREFERENCE=LEGACY', + 'CMAKE_ARGS=-DFEATURE_test_auto=OFF -DFEATURE_test_baseline=ON -DOpenGL_GL_PREFERENCE=LEGACY', 'CTEST_DIR=tests/baseline', 'TESTARGS=-auto', 'QT_LANCELOT_SERVER=10.150.153.60'