From 0796b73482da53369b8043efcd6dfd8c8bc309f7 Mon Sep 17 00:00:00 2001 From: Elias Toivola Date: Fri, 16 Jan 2026 14:09:58 +0200 Subject: [PATCH] Ubuntu 24.04 x86_64 x11: Set tests as blocking With disabling the desktop overview and skipping/fixing 100% blocking tests. The failed test runs for x11 have reduced significantly. Pick-to: 6.10 Task-number: QTBUG-132070 Task-number: QTQAINFRA-6098 Change-Id: I4b431235e959a352c0de851961e80336ee241ba3 Reviewed-by: Axel Spoerl Reviewed-by: Tero Heikkinen Reviewed-by: Liang Qi (cherry picked from commit f189bb9151c6d823722a07f7d6c1b983363b9bcb) Reviewed-by: Qt Cherry-pick Bot --- coin/platform_configs/cmake_platforms.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coin/platform_configs/cmake_platforms.yaml b/coin/platform_configs/cmake_platforms.yaml index 477e2cf8..aef3e4c5 100644 --- a/coin/platform_configs/cmake_platforms.yaml +++ b/coin/platform_configs/cmake_platforms.yaml @@ -122,13 +122,13 @@ Configurations: Id: 'ubuntu-24.04-x64-developer-build-x11-tests' Template: 'qtci-linux-Ubuntu-24.04-x86_64-54' Compiler: 'GCC' - Features: ['Sccache', 'TestOnly', 'InsignificantTests'] + Features: ['Sccache', 'TestOnly'] Platform dependency: 'ubuntu-24.04-x64-developer-build' - Id: 'ubuntu-24.04-x64-x11-tests' Template: 'qtci-linux-Ubuntu-24.04-x86_64-54' Compiler: 'GCC' - Features: ['Sccache', 'TestOnly', 'InsignificantTests'] + Features: ['Sccache', 'TestOnly'] Platform dependency: 'ubuntu-24.04-x64' - Id: 'opensuse-15.6-developer-build'