mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
coin: Skip running Qt auto tests for the documentation warning build
Take two. The qtbase TestDoc instructions should not be complete. We only need the documentation-specific instructions to build the docs, so instruct the test instructions in qtbase to skip the auto test. This saves time during integration, and also avoids polluting test results in our Grafana dashboards with test failures in a "documentation" build. Change-Id: Ie7114816ca35a578f01deb9946a2a6bb2e577c94 Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io> Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
This commit is contained in:
@@ -297,10 +297,9 @@ Configurations:
|
||||
# new qdoc warnings are introduced. The resulting documentation
|
||||
# is not used for anything (neither online or offline docs). See
|
||||
# qt5.yaml for a config that builds offline docs.
|
||||
# FIXME: Add feature flag that avoids running the Qt auto tests
|
||||
Id: 'documentation-warnings'
|
||||
Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
|
||||
Compiler: 'GCC'
|
||||
Features: ['Sccache', 'TestOnly', 'TestDocs']
|
||||
Features: ['Sccache', 'TestOnly', 'TestDocs', 'DoNotRunTestsButCreateTestWorkItem']
|
||||
Platform dependency: 'ubuntu-22.04'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user