aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2023-10-31 15:05:09 +0100
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2023-11-11 17:27:48 +0100
commit706155cf4b70333c97aedd7c3732a9a9dd420e37 (patch)
tree28bfb801a5cd77ef9764f077b39ace99fa4656c5 /coin/platform_configs
parentf43a26a96e8924ebed40aff9cb7390e34d67827f (diff)
coin: Make macOS 14 configurations significant
They are green on all modules now. Fixes: QTBUG-115945 Change-Id: I63838b6aa4e033938303bb13d0881f59004275c2 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Diffstat (limited to 'coin/platform_configs')
-rw-r--r--coin/platform_configs/macos.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml
index 808b4751..d24627a0 100644
--- a/coin/platform_configs/macos.yaml
+++ b/coin/platform_configs/macos.yaml
@@ -59,7 +59,7 @@ Configurations:
Id: 'macos-14-x86_64-tests'
Template: 'qtci-macos-14-x86_64-105'
Compiler: 'Clang'
- Features: ['Sccache', 'TestOnly', 'Packaging', 'Insignificant']
+ Features: ['Sccache', 'TestOnly', 'Packaging']
Platform dependency: 'macos-universal-on-x86_64'
# And arm64
@@ -80,7 +80,7 @@ Configurations:
Id: 'macos-14-arm64-tests'
Template: 'qtci-macos-14-arm64'
Compiler: 'Clang'
- Features: ['Sccache', 'TestOnly', 'Packaging', 'Insignificant']
+ Features: ['Sccache', 'TestOnly', 'Packaging']
Platform dependency: 'macos-universal-on-x86_64'
# Test the universal packaging built on arm64
@@ -107,7 +107,7 @@ Configurations:
Id: 'macos-14-arm-on-x86_64-tests'
Template: 'qtci-macos-14-x86_64-105'
Compiler: 'Clang'
- Features: ['Sccache', 'TestOnly', 'Insignificant']
+ Features: ['Sccache', 'TestOnly']
Platform dependency: 'macos-universal-on-arm64'
# =========================================================================
@@ -175,11 +175,11 @@ Configurations:
Id: 'macos-14-x86_64-developer-build-tests'
Template: 'qtci-macos-14-x86_64-105'
Compiler: 'Clang'
- Features: ['TestOnly', 'Insignificant']
+ Features: ['TestOnly']
Platform dependency: 'macos-13-x86_64-developer-build'
-
Id: 'macos-14-arm64-developer-build-tests'
Template: 'qtci-macos-14-arm64'
Compiler: 'Clang'
- Features: ['TestOnly', 'Insignificant']
+ Features: ['TestOnly']
Platform dependency: 'macos-13-arm64-developer-build'