From 28335a188b290e26e673bdc399fc9f299db6b35a Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Wed, 14 May 2025 17:19:58 +0200 Subject: [PATCH] platform_configs: remove two tests configs on Wayland MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Qt Wayland client was moved into qtbase. We will try to enable them from qtbase to all modules in the future in dev. For 6.9 and 6.8, they are InsignificantTests, waste some CI resources. Perhaps we can fix them later, but I don't think it's worthy. Pick-to: 6.9 6.8 Change-Id: I0f26312284bec4f02da915e829d3a68aac820ceb Reviewed-by: Tor Arne Vestbø (cherry picked from commit 57340da29101de6a3e9a6c9402a8978e74ed0d7c) Reviewed-by: Qt Cherry-pick Bot --- coin/platform_configs/qtwayland.yaml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/coin/platform_configs/qtwayland.yaml b/coin/platform_configs/qtwayland.yaml index dff594bf..7e8e4a89 100644 --- a/coin/platform_configs/qtwayland.yaml +++ b/coin/platform_configs/qtwayland.yaml @@ -3,18 +3,4 @@ Include: [ cmake_platforms.yaml, address_sanitizer_platforms.yaml ] -Configurations: -# Test on Ubuntu 24.04 ARM64 Wayland -- - Id: 'ubuntu-24.04-arm64-developer-build-wayland-tests' - Template: 'qtci-linux-Ubuntu-24.04-aarch64-50' - Compiler: 'GCC' - Features: ['TestOnly', 'RunDependencyTests', 'InsignificantTests'] - Platform dependency: 'ubuntu-24.04-arm64-developer-build' -# Test on Ubuntu 24.04 x64 Wayland -- - Id: 'ubuntu-24.04-x64-wayland-tests' - Template: 'qtci-linux-Ubuntu-24.04-x86_64-50' - Compiler: 'GCC' - Features: ['TestOnly', 'RunDependencyTests', 'InsignificantTests'] - Platform dependency: 'ubuntu-24.04-x64' +Configurations: []