mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-20 20:06:32 +08:00
Adding all builds Wayland which is the default display
server for Ubuntu. Testing each module in X11, and
testing Wayland client plugin for each module in
Qt Wayland integration. [CI Platforms]
TestDocs was removed, see also QTQAINFRA-6068.
Task-number: QTQAINFRA-6322
Task-number: QTQAINFRA-6098
Task-number: QTQAINFRA-6203
Change-Id: I8db0d861940bdd558384f1cc24243c6a84e133e2
Reviewed-by: Liang Qi <liang.qi@qt.io>
(cherry picked from commit 5a79cf9168)
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
56 lines
2.0 KiB
YAML
56 lines
2.0 KiB
YAML
Version: 2
|
|
Include: [
|
|
cmake_platforms.yaml,
|
|
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'
|
|
Template: 'qtci-linux-Ubuntu-24.04-aarch64-50'
|
|
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'
|
|
Compiler: 'GCC'
|
|
Features: ['TestOnly', 'RunDependencyTests', 'InsignificantTests']
|
|
Platform dependency: 'ubuntu-24.04-x64'
|
|
# Test on Debian-11.6 Wayland
|
|
-
|
|
Id: 'debian-11.6-arm64-wayland-tests'
|
|
Template: 'qtci-linux-Debian-11.6-aarch64-50'
|
|
Compiler: 'GCC'
|
|
Features: ['Sccache', 'TestOnly', 'RunDependencyTests', 'InsignificantTests']
|
|
Environment variables: [
|
|
'CMAKE_ARGS=-DOpenGL_GL_PREFERENCE=LEGACY'
|
|
]
|
|
Platform dependency: 'debian-11.6-arm64'
|