From dffc3dd7df630c121570afdb593a7d7102830fbd Mon Sep 17 00:00:00 2001 From: Ville-Pekka Karhu Date: Tue, 13 Feb 2024 11:34:49 +0200 Subject: 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 --- coin/platform_configs/macos.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'coin/platform_configs/macos.yaml') 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' -- cgit v1.2.3