aboutsummaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2023-11-15 15:59:55 +0100
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2023-11-15 18:54:50 +0100
commit760cf592664fa682962669e3449082a9a62d299d (patch)
treedeca3f3125af7c863a0fb7bf5f758ecf52293e0c /coin
parent021c7b6b0a7b31e3cce23dde1908b8a956855df3 (diff)
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 <alexandru.croitor@qt.io>
Diffstat (limited to 'coin')
-rw-r--r--coin/platform_configs/macos.yaml18
1 files changed, 0 insertions, 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
@@ -148,36 +148,18 @@ Configurations:
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'
Compiler: 'Clang'