From 67721e94a3113fac761ddac9936e3dc5b916f2e6 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] Change-Id: Ia268f974784c8f2cc0b4245041801a6442eaabce Reviewed-by: Tero Heikkinen (cherry picked from commit f8b56bf0728244d5351f3922aebe34ee6a07fdef) Reviewed-by: Qt Cherry-pick Bot --- 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 e7f2474a..bdd900da 100644 --- a/coin/platform_configs/cmake_platforms.yaml +++ b/coin/platform_configs/cmake_platforms.yaml @@ -40,6 +40,19 @@ Configurations: 'COMMON_TEST_CMAKE_ARGS=-DQT_SKIP_DOCKER_COMPOSE=ON', 'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DQT_DEPLOY_FFMPEG=TRUE -DINPUT_headersclean=ON' ] +# 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'