mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-27 07:06:33 +08:00
Pick-to: 6.8 Change-Id: Ie9981ec2760780779a328370acb81fdb664e71a1 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
46 lines
1.6 KiB
YAML
46 lines
1.6 KiB
YAML
Version: 2
|
|
Include: [
|
|
cmake_platforms.yaml,
|
|
address_sanitizer_platforms.yaml
|
|
]
|
|
Configurations:
|
|
# Test on Ubuntu 22.04 Wayland
|
|
-
|
|
Id: 'ubuntu-22.04-developer-build-wayland-tests'
|
|
Template: 'qtci-linux-Ubuntu-22.04-x86_64-50'
|
|
Compiler: 'GCC'
|
|
Features: ['Sccache', 'TestOnly', 'RunDependencyTests', 'InsignificantTests']
|
|
Platform dependency: 'ubuntu-22.04-developer-build'
|
|
-
|
|
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-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'
|
|
-
|
|
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-developer-build-wayland-tests'
|
|
Template: 'qtci-linux-Ubuntu-24.04-x86_64-50'
|
|
Compiler: 'GCC'
|
|
Features: ['TestOnly', 'RunDependencyTests', 'InsignificantTests']
|
|
Platform dependency: 'ubuntu-24.04-x64-developer-build'
|
|
-
|
|
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'
|