aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVille-Pekka Karhu <ville-pekka.karhu@qt.io>2024-05-14 16:41:08 +0300
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2024-05-15 11:48:31 +0000
commit9387c715e9cb5a4922d1f3a3f3a0d22423257bbf (patch)
tree44434f48689e726c1bfef450a4bc677513b71aaa
parentef13af8e5a00bb532f360a41f74dcc66fad386eb (diff)
Platform configs: Add virtualized macOS 13 ARM tests as insignificant
Allows us to first see how macOS 13 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: I3e77d07f224bbfcb3b4673d83fb4684ad0de4887 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io>
-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 ff2645d4..89883820 100644
--- a/coin/platform_configs/macos.yaml
+++ b/coin/platform_configs/macos.yaml
@@ -71,6 +71,12 @@ Configurations:
Features: ['TestOnly', 'Packaging']
Platform dependency: 'macos-universal-on-x86_64'
-
+ Id: 'macos-13-arm64-tart-tests'
+ Template: 'qtci-macos-13-arm-107'
+ Compiler: 'Clang'
+ Features: ['TestOnly', 'InsignificantTests']
+ Platform dependency: 'macos-universal-on-x86_64'
+ -
Id: 'macos-14-arm64-tests'
Template: 'qtci-macos-14-arm-106'
Compiler: 'Clang'
@@ -147,6 +153,12 @@ Configurations:
Features: ['TestOnly']
Platform dependency: 'macos-14-arm64-developer-build'
-
+ Id: 'macos-13-arm64-tart-developer-build-tests'
+ Template: 'qtci-macos-13-arm-107'
+ Compiler: 'Clang'
+ Features: ['TestOnly', 'InsignificantTests']
+ Platform dependency: 'macos-14-arm64-developer-build'
+ -
Id: 'macos-14-arm64-developer-build-tests'
Template: 'qtci-macos-14-arm-106'
Compiler: 'Clang'