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'