From 7562d37e666729e9c504f75b05c35d6a08fc583f Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Tue, 3 Sep 2024 12:53:45 +0200 Subject: [PATCH] platform_configs: remove a few configs in qtwayland.yaml Since Dec. 2022, qtwayland.yaml was included in qt5 integration, which has too many InsignificantTests configs, let's remove some. Change-Id: I7893578797895704bbb8d3ad05070816e30f4678 Reviewed-by: Jukka Jokiniva Reviewed-by: Tero Heikkinen (cherry picked from commit 262a798cdb98a05bd4a6a5a81f3bd23aebd8ad96) Reviewed-by: Liang Qi --- coin/platform_configs/qtwayland.yaml | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/coin/platform_configs/qtwayland.yaml b/coin/platform_configs/qtwayland.yaml index 97373aae..aad1b397 100644 --- a/coin/platform_configs/qtwayland.yaml +++ b/coin/platform_configs/qtwayland.yaml @@ -4,19 +4,6 @@ Include: [ address_sanitizer_platforms.yaml ] Configurations: -# Test on Ubuntu 22.04 Wayland -- - Id: 'ubuntu-22.04-documentation-wayland-tests' - Template: 'qtci-linux-Ubuntu-22.04-x86_64-50' - Compiler: 'GCC' - Features: ['Sccache', 'TestDocs', 'TestOnly', 'RunDependencyTests', 'InsignificantTests'] - Platform dependency: 'ubuntu-22.04-documentation' -- - Id: 'ubuntu-22.04-wayland-tests' - Template: 'qtci-linux-Ubuntu-22.04-x86_64-50' - Compiler: 'GCC' - Features: ['Sccache', 'TestOnly', 'RunDependencyTests', 'InsignificantTests'] - Platform dependency: 'ubuntu-22.04' # Test on Ubuntu 24.04 ARM64 Wayland - Id: 'ubuntu-24.04-arm64-documentation-wayland-tests' @@ -24,19 +11,7 @@ Configurations: Compiler: 'GCC' Features: ['TestOnly', 'RunDependencyTests', 'InsignificantTests'] Platform dependency: 'ubuntu-24.04-arm64-documentation' -- - Id: 'ubuntu-24.04-arm64-wayland-tests' - Template: 'qtci-linux-Ubuntu-24.04-aarch64-50' - Compiler: 'GCC' - Features: ['TestOnly', 'RunDependencyTests', 'InsignificantTests'] - Platform dependency: 'ubuntu-24.04-arm64' # Test on Ubuntu 24.04 x64 Wayland -- - Id: 'ubuntu-24.04-x64-documentation-wayland-tests' - Template: 'qtci-linux-Ubuntu-24.04-x86_64-50' - Compiler: 'GCC' - Features: ['TestOnly', 'RunDependencyTests', 'InsignificantTests'] - Platform dependency: 'ubuntu-24.04-x64-documentation' - Id: 'ubuntu-24.04-x64-wayland-tests' Template: 'qtci-linux-Ubuntu-24.04-x86_64-50'