mirror of https://github.com/qt/qt5.git
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:
parent
c4fb89196c
commit
16a03d48a6
|
@ -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'
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
-
|
||||
|
|
|
@ -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: []
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
Version: 2
|
||||
Include: [cmake_platforms.yaml]
|
||||
Include: [
|
||||
cmake_platforms.yaml,
|
||||
macos-universal-build-tests.yaml
|
||||
]
|
||||
Configurations: []
|
||||
|
|
Loading…
Reference in New Issue