mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-21 04:16:39 +08:00
coin: Make macOS 15 test configurations conditionally significant
By removing the InsignificantTests flag and adding the COIN_CTEST_IGNORE_EXIT_CODE env var we can control the significance at the module level. Change-Id: I89171f6dbed8c38aed279aec01e3bad36a157f5e Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
@@ -53,8 +53,9 @@ Configurations:
|
|||||||
Id: 'macos-15-x86_64-tests'
|
Id: 'macos-15-x86_64-tests'
|
||||||
Template: 'qtci-macos-15-x86_64-103'
|
Template: 'qtci-macos-15-x86_64-103'
|
||||||
Compiler: 'Clang'
|
Compiler: 'Clang'
|
||||||
Features: ['Sccache', 'TestOnly', 'Packaging', 'InsignificantTests']
|
Features: ['Sccache', 'TestOnly', 'Packaging']
|
||||||
Platform dependency: 'macos-universal-on-x86_64'
|
Platform dependency: 'macos-universal-on-x86_64'
|
||||||
|
Environment variables: [ 'COIN_CTEST_IGNORE_EXIT_CODE=1' ]
|
||||||
|
|
||||||
# And arm64
|
# And arm64
|
||||||
|
|
||||||
@@ -74,8 +75,9 @@ Configurations:
|
|||||||
Id: 'macos-15-arm64-tests'
|
Id: 'macos-15-arm64-tests'
|
||||||
Template: 'qtci-macos-15-arm-104'
|
Template: 'qtci-macos-15-arm-104'
|
||||||
Compiler: 'Clang'
|
Compiler: 'Clang'
|
||||||
Features: ['TestOnly', 'Packaging', 'InsignificantTests']
|
Features: ['TestOnly', 'Packaging']
|
||||||
Platform dependency: 'macos-universal-on-x86_64'
|
Platform dependency: 'macos-universal-on-x86_64'
|
||||||
|
Environment variables: [ 'COIN_CTEST_IGNORE_EXIT_CODE=1' ]
|
||||||
|
|
||||||
# Test the universal packaging built on arm64
|
# Test the universal packaging built on arm64
|
||||||
|
|
||||||
@@ -101,8 +103,9 @@ Configurations:
|
|||||||
Id: 'macos-15-arm-on-x86_64-tests'
|
Id: 'macos-15-arm-on-x86_64-tests'
|
||||||
Template: 'qtci-macos-15-x86_64-103'
|
Template: 'qtci-macos-15-x86_64-103'
|
||||||
Compiler: 'Clang'
|
Compiler: 'Clang'
|
||||||
Features: ['Sccache', 'TestOnly', 'InsignificantTests']
|
Features: ['Sccache', 'TestOnly']
|
||||||
Platform dependency: 'macos-universal-on-arm64'
|
Platform dependency: 'macos-universal-on-arm64'
|
||||||
|
Environment variables: [ 'COIN_CTEST_IGNORE_EXIT_CODE=1' ]
|
||||||
|
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
# Developer build. Single architecture builds.
|
# Developer build. Single architecture builds.
|
||||||
@@ -150,5 +153,6 @@ Configurations:
|
|||||||
Id: 'macos-15-arm64-developer-build-tests'
|
Id: 'macos-15-arm64-developer-build-tests'
|
||||||
Template: 'qtci-macos-15-arm-104'
|
Template: 'qtci-macos-15-arm-104'
|
||||||
Compiler: 'Clang'
|
Compiler: 'Clang'
|
||||||
Features: ['TestOnly', 'InsignificantTests']
|
Features: ['TestOnly']
|
||||||
Platform dependency: 'macos-14-arm64-developer-build'
|
Platform dependency: 'macos-14-arm64-developer-build'
|
||||||
|
Environment variables: [ 'COIN_CTEST_IGNORE_EXIT_CODE=1' ]
|
||||||
|
|||||||
Reference in New Issue
Block a user