mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-07 23:46:51 +08:00
Effect of this experiment was inconclusive. In some isolated cases
limited benefit was seen, but in overall metrics no change was
observed.
Remove the feature to gain the lost computing capacity back. If the
removal causes noticeably higher flakiness etc, it can be reevaluated.
Task-number: QTQAINFRA-6702
Change-Id: I001fc2d3740a287d4546d0f597e81ded9f5449cb
(cherry picked from commit 8d51e875cb)
Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
17 lines
521 B
YAML
17 lines
521 B
YAML
Version: 2
|
|
Include: [
|
|
cmake_platforms.yaml,
|
|
address_sanitizer_platforms.yaml,
|
|
cmake_platforms_qemu_vxworks_buildtest_static.yaml,
|
|
cmake_platforms_qemu_vxworks_tests_static.yaml
|
|
]
|
|
Configurations: []
|
|
Overrides:
|
|
# Make VxWorks tests insignificant.
|
|
-
|
|
Id: 'vxworks-imx6-tests'
|
|
Features: ['VMSize8', 'UseConfigure', 'BuildTestsInTest', 'TestOnly', 'InsignificantTests']
|
|
-
|
|
Id: 'vxworks-x86_64-tests'
|
|
Features: ['VMSize8', 'UseConfigure', 'BuildTestsInTest', 'TestOnly', 'InsignificantTests']
|