From 5837a0de9ce575dcc2011e8e4cf4271bdc648f3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Wed, 24 Sep 2025 01:19:37 +0200 Subject: [PATCH] Make macOS 26 non-developer build tests significant [CI Platforms] Change-Id: I00baa7984150d82fe1be0faed9e70def5f1691f2 Reviewed-by: Ville-Pekka Karhu Reviewed-by: Timur Pocheptsov --- coin/platform_configs/macos.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml index 70e59794..bebe1282 100644 --- a/coin/platform_configs/macos.yaml +++ b/coin/platform_configs/macos.yaml @@ -66,9 +66,8 @@ Configurations: Id: 'macos-26-arm64-tests' Template: 'qtci-macos-26-arm-104' Compiler: 'Clang' - Features: ['TestOnly', 'Packaging', 'DoNotAbortTestingOnFirstFailure'] + Features: ['TestOnly', 'Packaging'] Platform dependency: 'macos-universal-on-arm64' - Environment variables: [ 'COIN_CTEST_IGNORE_EXIT_CODE=1' ] # ========================================================================= # Developer build. Single architecture builds.