mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-23 14:51:24 +08:00
Commit 204ea530 disabled documentation testing, as 'TestDocs'
is a testing-only step, and it was combined with 'DoNotRunTests'.
Move the feature under the new test-only configurations.
Pick-to: 6.6 6.5
Change-Id: Ie458495904b102fa50bc18ea39167ecc89b7c03b
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
19 lines
602 B
YAML
19 lines
602 B
YAML
Version: 2
|
|
Include: [
|
|
cmake_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'
|