From f8b56bf0728244d5351f3922aebe34ee6a07fdef Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Wed, 11 Jun 2025 10:30:05 +0200 Subject: [PATCH] platform_configs: add Wayland tests on Ubuntu 24.04 arm64 with Qt Wayland QPA/client were moved into qtbase. [CI Platforms] Pick-to: 6.10 Change-Id: Ia268f974784c8f2cc0b4245041801a6442eaabce Reviewed-by: Tero Heikkinen --- coin/platform_configs/cmake_platforms.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/coin/platform_configs/cmake_platforms.yaml b/coin/platform_configs/cmake_platforms.yaml index b4339eea..f2e535ad 100644 --- a/coin/platform_configs/cmake_platforms.yaml +++ b/coin/platform_configs/cmake_platforms.yaml @@ -46,6 +46,19 @@ Configurations: 'VCPKG_HOST_TRIPLET=arm64-linux-qt', 'VCPKG_TARGET_TRIPLET=arm64-linux-qt', ] +# Test on Ubuntu 24.04 ARM64 Wayland +- + Id: 'ubuntu-24.04-arm64-developer-build-wayland-tests' + Template: 'qtci-linux-Ubuntu-24.04-aarch64-52' + Compiler: 'GCC' + Features: ['TestOnly', 'InsignificantTests', 'VerboseCTestOutput'] + Platform dependency: 'ubuntu-24.04-arm64-developer-build' +- + Id: 'ubuntu-24.04-arm64-wayland-tests' + Template: 'qtci-linux-Ubuntu-24.04-aarch64-52' + Compiler: 'GCC' + Features: ['TestOnly', 'InsignificantTests', 'VerboseCTestOutput'] + Platform dependency: 'ubuntu-24.04-arm64' # Test on Ubuntu 24.04 ARM64 offscreen - Id: 'ubuntu-24.04-arm64-offscreen-tests'