coin: Make macOS on ARM packaging tests significant for a few modules

Not all modules pass yet, but we want to at least make the ones that
do blocking.

Change-Id: Ic3270bab8825c79d3315e6241d62af1bf7f62435
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
This commit is contained in:
Tor Arne Vestbø 2021-05-18 12:20:31 +02:00
parent c4fb89196c
commit 16a03d48a6
5 changed files with 16 additions and 9 deletions

View File

@ -0,0 +1,8 @@
Version: 2
Configurations:
-
Id: 'macos-11-arm64-tests'
Template: 'qtci-macos-11.0-arm64'
Compiler: 'Clang'
Features: ['Sccache', 'TestOnly']
Platform dependency: 'macos-latest-xcode-universal-packaging-build'

View File

@ -33,12 +33,6 @@ Configurations:
Compiler: 'Clang'
Features: ['Sccache', 'TestOnly']
Platform dependency: 'macos-latest-xcode-universal-packaging-build'
-
Id: 'macos-11-arm64-tests'
Template: 'qtci-macos-11.0-arm64'
Compiler: 'Clang'
Features: ['Sccache', 'TestOnly', 'InsignificantTests']
Platform dependency: 'macos-latest-xcode-universal-packaging-build'
# Build developer builds for all modules, but only run tests for qtbase and declarative.
# See macos-developer-build-tests.yaml for the tests

View File

@ -2,7 +2,8 @@ Version: 2
Include: [
cmake_platforms.yaml,
cmake_platforms_static_tests.yaml,
macos-developer-build-tests.yaml
macos-developer-build-tests.yaml,
macos-universal-build-tests.yaml
]
Configurations:
-

View File

@ -1,6 +1,7 @@
Version: 2
Include: [
cmake_platforms.yaml,
macos-developer-build-tests.yaml
macos-developer-build-tests.yaml,
macos-universal-build-tests.yaml
]
Configurations: []

View File

@ -1,3 +1,6 @@
Version: 2
Include: [cmake_platforms.yaml]
Include: [
cmake_platforms.yaml,
macos-universal-build-tests.yaml
]
Configurations: []