From ab346b98dc6cd0eb0c0b4bdc793b973911f8464f Mon Sep 17 00:00:00 2001 From: Axel Spoerl Date: Mon, 23 Feb 2026 12:09:29 +0100 Subject: [PATCH] Nightly baseline run: Add features and testarg Disable autotests. Add -auto feature for baseline tests to register discrepancies with Lancelot. Task-number: QTQAINFRA-7602 Change-Id: I1ca8130ddf5e5c88635cd1f18ecad194afe6e24c Reviewed-by: Alexandru Croitor --- coin/platform_configs/nightly_ubuntu_22_04_baseline_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 8dbd3085..13a3c2ba 100644 --- a/coin/platform_configs/nightly_ubuntu_22_04_baseline_tests.yaml +++ b/coin/platform_configs/nightly_ubuntu_22_04_baseline_tests.yaml @@ -6,7 +6,7 @@ Configurations: Template: 'qtci-linux-Ubuntu-22.04-x86_64-51' Compiler: 'GCC' Features: ['Sccache', 'UseConfigure'] - Configure arguments: '-developer-build -nomake examples' + Configure arguments: '-developer-build -nomake examples -DFEATURE_test_auto=OFF -DFEATURE_test_baseline=ON' Environment variables: [ 'CMAKE_ARGS=-DOpenGL_GL_PREFERENCE=LEGACY', 'CTEST_DIR=tests/baseline',