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:
Tor Arne Vestbø
2024-11-04 14:20:35 +01:00
parent 6f0c6b1614
commit a8dd351338

View File

@@ -53,8 +53,9 @@ Configurations:
Id: 'macos-15-x86_64-tests'
Template: 'qtci-macos-15-x86_64-103'
Compiler: 'Clang'
Features: ['Sccache', 'TestOnly', 'Packaging', 'InsignificantTests']
Features: ['Sccache', 'TestOnly', 'Packaging']
Platform dependency: 'macos-universal-on-x86_64'
Environment variables: [ 'COIN_CTEST_IGNORE_EXIT_CODE=1' ]
# And arm64
@@ -74,8 +75,9 @@ Configurations:
Id: 'macos-15-arm64-tests'
Template: 'qtci-macos-15-arm-104'
Compiler: 'Clang'
Features: ['TestOnly', 'Packaging', 'InsignificantTests']
Features: ['TestOnly', 'Packaging']
Platform dependency: 'macos-universal-on-x86_64'
Environment variables: [ 'COIN_CTEST_IGNORE_EXIT_CODE=1' ]
# Test the universal packaging built on arm64
@@ -101,8 +103,9 @@ Configurations:
Id: 'macos-15-arm-on-x86_64-tests'
Template: 'qtci-macos-15-x86_64-103'
Compiler: 'Clang'
Features: ['Sccache', 'TestOnly', 'InsignificantTests']
Features: ['Sccache', 'TestOnly']
Platform dependency: 'macos-universal-on-arm64'
Environment variables: [ 'COIN_CTEST_IGNORE_EXIT_CODE=1' ]
# =========================================================================
# Developer build. Single architecture builds.
@@ -150,5 +153,6 @@ Configurations:
Id: 'macos-15-arm64-developer-build-tests'
Template: 'qtci-macos-15-arm-104'
Compiler: 'Clang'
Features: ['TestOnly', 'InsignificantTests']
Features: ['TestOnly']
Platform dependency: 'macos-14-arm64-developer-build'
Environment variables: [ 'COIN_CTEST_IGNORE_EXIT_CODE=1' ]