From aae4bb3c7e44a55aba2ed1f54700cf3ef6fb6806 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Mon, 7 Oct 2024 15:18:37 +0200 Subject: [PATCH] Add insignificant test configs for macOS 15 arm64 Change-Id: Ie0ec24faa92179d72910ce0a02e9994f9465415a Reviewed-by: Timur Pocheptsov --- 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 5da4ac23..433b4023 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-15-arm64-tests' + Template: 'qtci-macos-15-arm-104' + Compiler: 'Clang' + Features: ['TestOnly', 'Packaging', 'InsignificantTests'] + Platform dependency: 'macos-universal-on-x86_64' # Test the universal packaging built on arm64 @@ -164,3 +170,9 @@ Configurations: Compiler: 'Clang' Features: ['TestOnly'] Platform dependency: 'macos-14-arm64-developer-build' + - + Id: 'macos-15-arm64-developer-build-tests' + Template: 'qtci-macos-15-arm-104' + Compiler: 'Clang' + Features: ['TestOnly', 'InsignificantTests'] + Platform dependency: 'macos-14-arm64-developer-build'