From 27294e0c4e20233c8db7e774a415454410c602e3 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 (cherry picked from commit 760cf592664fa682962669e3449082a9a62d299d) Reviewed-by: Tor Arne Vestbø --- 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 b6c2af0f..1724bf5f 100644 --- a/coin/platform_configs/macos.yaml +++ b/coin/platform_configs/macos.yaml @@ -121,36 +121,18 @@ Configurations: # Test on all supported macOS versions (deployment targets) - - - Id: 'macos-11-x86_64-developer-build-tests' - Template: 'qtci-macos-11-x86_64-106' - Compiler: 'Clang' - Features: ['Sccache', 'TestOnly'] - Platform dependency: 'macos-13-x86_64-developer-build' - Id: 'macos-11-arm64-developer-build-tests' Template: 'qtci-macos-11.0-arm64' 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'