aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs
diff options
context:
space:
mode:
authorVille-Pekka Karhu <ville-pekka.karhu@qt.io>2024-02-13 11:34:49 +0200
committerToni Saario <toni.saario@qt.io>2024-02-14 06:11:03 +0000
commitdffc3dd7df630c121570afdb593a7d7102830fbd (patch)
tree90738c8cad67bd82fb7cb75265c98c1e5ad09d5b /coin/platform_configs
parent231d089553e3924bd75e3adf9802bb1c7478c760 (diff)
Platform configs: Add virtualized macOS 14 ARM tests as insignificant
Allows us to first see tart on production load before starting to move the blocking arm targets to tart. Later configs will be directly replaced and original ids will be used. Change-Id: I865e6fe46b61828b6123b69973a2a4d209697c5f Reviewed-by: Toni Saario <toni.saario@qt.io>
Diffstat (limited to 'coin/platform_configs')
-rw-r--r--coin/platform_configs/macos.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml
index d7aeedc1..e0ace71b 100644
--- a/coin/platform_configs/macos.yaml
+++ b/coin/platform_configs/macos.yaml
@@ -76,6 +76,12 @@ Configurations:
Compiler: 'Clang'
Features: ['TestOnly', 'Packaging']
Platform dependency: 'macos-universal-on-x86_64'
+ -
+ Id: 'macos-14-arm64-tart-tests'
+ Template: 'qtci-macos-14-arm-106'
+ Compiler: 'Clang'
+ Features: ['TestOnly', 'Packaging', 'InsignificantTests']
+ Platform dependency: 'macos-universal-on-x86_64'
# Test the universal packaging built on arm64
@@ -152,3 +158,9 @@ Configurations:
Compiler: 'Clang'
Features: ['TestOnly']
Platform dependency: 'macos-13-arm64-developer-build'
+ -
+ Id: 'macos-14-arm64-tart-developer-build-tests'
+ Template: 'qtci-macos-14-arm-106'
+ Compiler: 'Clang'
+ Features: ['TestOnly', 'InsignificantTests']
+ Platform dependency: 'macos-13-arm64-developer-build'