mirror of https://github.com/qt/qt5.git
Make imx8 module build blocking by removing tests
These modules build, but their tests do not. Remove tests from the config to allow it to be blocking. Change-Id: I5913835b7621494aa59671bb34b1faeaeaf3442c Reviewed-by: Simo Fält <simo.falt@qt.io>
This commit is contained in:
parent
66d9437792
commit
9f6b61e3fa
|
@ -11,9 +11,10 @@ Overrides:
|
|||
-
|
||||
Id: 'vxworks-imx6-tests'
|
||||
Features: ['VMSize8', 'UseConfigure', 'BuildTestsInTest', 'TestOnly', 'InsignificantTests']
|
||||
-
|
||||
Id: 'vxworks-imx8-buildtest'
|
||||
Features: ['VMSize8', 'UseConfigure', 'DoNotRunTests', 'DoNotUploadTests', 'Insignificant']
|
||||
-
|
||||
Id: 'vxworks-x86_64-tests'
|
||||
Features: ['VMSize8', 'UseConfigure', 'BuildTestsInTest', 'TestOnly', 'InsignificantTests']
|
||||
# Remove imx8 tests.
|
||||
-
|
||||
Id: 'vxworks-imx8-buildtest'
|
||||
Features: ['VMSize8', 'UseConfigure', 'DisableTests']
|
||||
|
|
|
@ -7,7 +7,7 @@ Include: [
|
|||
]
|
||||
Configurations: []
|
||||
Overrides:
|
||||
# Make VxWorks imx8 insignificant.
|
||||
# Remove imx8 tests.
|
||||
-
|
||||
Id: 'vxworks-imx8-buildtest'
|
||||
Features: ['VMSize8', 'UseConfigure', 'DoNotRunTests', 'DoNotUploadTests', 'Insignificant']
|
||||
Features: ['VMSize8', 'UseConfigure', 'DisableTests']
|
||||
|
|
|
@ -11,9 +11,10 @@ Overrides:
|
|||
-
|
||||
Id: 'vxworks-imx6-tests'
|
||||
Features: ['VMSize8', 'UseConfigure', 'BuildTestsInTest', 'TestOnly', 'InsignificantTests']
|
||||
-
|
||||
Id: 'vxworks-imx8-buildtest'
|
||||
Features: ['VMSize8', 'UseConfigure', 'DoNotRunTests', 'DoNotUploadTests', 'Insignificant']
|
||||
-
|
||||
Id: 'vxworks-x86_64-tests'
|
||||
Features: ['VMSize8', 'UseConfigure', 'BuildTestsInTest', 'TestOnly', 'InsignificantTests']
|
||||
# Remove imx8 tests.
|
||||
-
|
||||
Id: 'vxworks-imx8-buildtest'
|
||||
Features: ['VMSize8', 'UseConfigure', 'DisableTests']
|
||||
|
|
Loading…
Reference in New Issue