aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVille-Pekka Karhu <ville-pekka.karhu@qt.io>2024-05-16 13:39:24 +0300
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2024-05-16 17:56:17 +0000
commit4a4c5c1615e18696466be8d9319d46d8a379fdd3 (patch)
treed319e1378f52d56561bade73b15021696f7383a7
parentae82c1ab181d80b6e18f41dfe11c73efe63d9267 (diff)
Platform configs: Add virtualized macOS 12 ARM tests as insignificant
Allows us to first see how macOS 12 tests in Tart on production works before starting to move the blocking arm targets to Tart. Later configs will be directly replaced and original ids will be used. Change-Id: Ia4c64641af2dcdbe145e42f7aed97f5e98ef8fab Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
-rw-r--r--coin/platform_configs/macos.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml
index 89883820..9af04ac8 100644
--- a/coin/platform_configs/macos.yaml
+++ b/coin/platform_configs/macos.yaml
@@ -65,6 +65,12 @@ Configurations:
Features: ['TestOnly', 'Packaging']
Platform dependency: 'macos-universal-on-x86_64'
-
+ Id: 'macos-12-arm64-tart-tests'
+ Template: 'qtci-macos-12-arm-102'
+ Compiler: 'Clang'
+ Features: ['TestOnly', 'InsignificantTests']
+ Platform dependency: 'macos-universal-on-x86_64'
+ -
Id: 'macos-13-arm64-tests'
Template: 'qtci-macos-13-arm64'
Compiler: 'Clang'
@@ -92,6 +98,12 @@ Configurations:
Features: ['TestOnly']
Platform dependency: 'macos-universal-on-arm64'
-
+ Id: 'macos-12-arm-on-arm64-tart-tests'
+ Template: 'qtci-macos-12-arm-102'
+ Compiler: 'Clang'
+ Features: ['TestOnly', 'InsignificantTests']
+ Platform dependency: 'macos-universal-on-arm64'
+ -
Id: 'macos-12-arm-on-x86_64-tests'
Template: 'qtci-macos-12-x86_64-106'
Compiler: 'Clang'
@@ -147,6 +159,12 @@ Configurations:
Features: ['TestOnly']
Platform dependency: 'macos-14-arm64-developer-build'
-
+ Id: 'macos-12-arm64-tart-developer-build-tests'
+ Template: 'qtci-macos-12-arm-102'
+ Compiler: 'Clang'
+ Features: ['TestOnly', 'InsignificantTests']
+ Platform dependency: 'macos-14-arm64-developer-build'
+ -
Id: 'macos-13-arm64-developer-build-tests'
Template: 'qtci-macos-13-arm64'
Compiler: 'Clang'