From 71e8d16365fa9730b39137119c883fe870fc0978 Mon Sep 17 00:00:00 2001 From: Ville-Pekka Karhu Date: Tue, 13 Feb 2024 11:34:49 +0200 Subject: [PATCH] Platform configs: Add virtualized macOS 14 ARM tests as insignificant MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 (cherry picked from commit dffc3dd7df630c121570afdb593a7d7102830fbd) Reviewed-by: Tor Arne Vestbø --- coin/platform_configs/macos.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml index 880819a5..dbfe113c 100644 --- a/coin/platform_configs/macos.yaml +++ b/coin/platform_configs/macos.yaml @@ -82,6 +82,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 @@ -165,3 +171,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'