From 760cf592664fa682962669e3449082a9a62d299d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Wed, 15 Nov 2023 15:59:55 +0100 Subject: [PATCH] Stop testing macOS developer builds on x86_64 hardware Our x86_64 pool is overloaded, so we need to reduce jobs. As we're testing our packaging (universal) builds (both the one built on x86_64 and the one built on arm64) on x86_64 for all macOS platforms we support, it should be fine to remove the x86_64 tests of the developer builds. These developer builds are still tested on arm64, so the only test coverage we're losing on x86_64 are the subset of tests that depend on QT_BUILD_INTERNAL. Change-Id: Ia83964cc77d04ba796e3a59389ce000a51dcac93 Reviewed-by: Alexandru Croitor --- coin/platform_configs/macos.yaml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml index d24627a0..605793f1 100644 --- a/coin/platform_configs/macos.yaml +++ b/coin/platform_configs/macos.yaml @@ -147,36 +147,18 @@ Configurations: Compiler: 'Clang' Features: ['TestOnly'] Platform dependency: 'macos-13-arm64-developer-build' - - - Id: 'macos-12-x86_64-developer-build-tests' - Template: 'qtci-macos-12-x86_64-106' - Compiler: 'Clang' - Features: ['Sccache', 'TestOnly'] - Platform dependency: 'macos-13-x86_64-developer-build' - Id: 'macos-12-arm64-developer-build-tests' Template: 'qtci-macos-12-arm64' Compiler: 'Clang' Features: ['TestOnly'] Platform dependency: 'macos-13-arm64-developer-build' - - - Id: 'macos-13-x86_64-developer-build-tests' - Template: 'qtci-macos-13-x86_64-103' - Compiler: 'Clang' - Features: ['Sccache', 'TestOnly'] - Platform dependency: 'macos-13-x86_64-developer-build' - Id: 'macos-13-arm64-developer-build-tests' Template: 'qtci-macos-13-arm64' Compiler: 'Clang' Features: ['TestOnly'] Platform dependency: 'macos-13-arm64-developer-build' - - - Id: 'macos-14-x86_64-developer-build-tests' - Template: 'qtci-macos-14-x86_64-105' - Compiler: 'Clang' - Features: ['TestOnly'] - Platform dependency: 'macos-13-x86_64-developer-build' - Id: 'macos-14-arm64-developer-build-tests' Template: 'qtci-macos-14-arm64'