From 23fc6d392a43cfce7c4110f75cc9122758750b79 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 x86_64 Change-Id: If21e5bb4c0fa85d6c4b46f00ed6ffb6531704976 Reviewed-by: Alexandru Croitor --- 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 158a2104..9d7beb0f 100644 --- a/coin/platform_configs/macos.yaml +++ b/coin/platform_configs/macos.yaml @@ -55,6 +55,12 @@ Configurations: Compiler: 'Clang' Features: ['Sccache', 'TestOnly', 'Packaging'] Platform dependency: 'macos-universal-on-x86_64' + - + Id: 'macos-15-x86_64-tests' + Template: 'qtci-macos-15-x86_64-103' + Compiler: 'Clang' + Features: ['Sccache', 'TestOnly', 'Packaging', 'InsignificantTests'] + Platform dependency: 'macos-universal-on-x86_64' # And arm64 @@ -103,6 +109,12 @@ Configurations: Compiler: 'Clang' Features: ['Sccache', 'TestOnly'] Platform dependency: 'macos-universal-on-arm64' + - + Id: 'macos-15-arm-on-x86_64-tests' + Template: 'qtci-macos-15-x86_64-103' + Compiler: 'Clang' + Features: ['Sccache', 'TestOnly', 'InsignificantTests'] + Platform dependency: 'macos-universal-on-arm64' # ========================================================================= # Developer build. Single architecture builds.