From 9053e98de8d062833f85ff66db3b8488cd6ed352 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Wed, 28 Aug 2024 13:22:19 +0200 Subject: [PATCH] coin: Skip running Qt auto tests for the documentation warning build We only need the documentation-specific instructions to build the docs, so instruct the test instructions in qtbase to skip the auto test. Change-Id: I6cca16a584aa39fb994b45c0db68309e59bfada1 Reviewed-by: Paul Wicking --- coin/platform_configs/cmake_platforms.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/coin/platform_configs/cmake_platforms.yaml b/coin/platform_configs/cmake_platforms.yaml index fdd20db2..339601ba 100644 --- a/coin/platform_configs/cmake_platforms.yaml +++ b/coin/platform_configs/cmake_platforms.yaml @@ -291,10 +291,9 @@ Configurations: # new qdoc warnings are introduced. The resulting documentation # is not used for anything (neither online or offline docs). See # qt5.yaml for a config that builds offline docs. - # FIXME: Add feature flag that avoids running the Qt auto tests Id: 'documentation-warnings' Template: 'qtci-linux-Ubuntu-22.04-x86_64-51' Compiler: 'GCC' - Features: ['Sccache', 'TestOnly', 'TestDocs'] + Features: ['Sccache', 'TestOnly', 'TestDocs', 'DoNotRunTestsButCreateTestWorkItem'] Platform dependency: 'ubuntu-22.04'