Precheck: Run only configs used in cmake_platforms.yaml

Most of the modules do not have all configurations from different
yamls. Using configs from yamls only used in some modules will
lead to precheck using configs which are not used on normal
integrations.

Change-Id: I7712db05eee485692d0363326194f02e21a40b9a
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
(cherry picked from commit e9b5cfc634)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Toni Saario
2022-06-14 10:59:02 +03:00
committed by Qt Cherry-pick Bot
parent b7db0810d3
commit 6e5bc38ab1

View File

@@ -9,9 +9,6 @@ Include: [
macos.yaml: [
"macos-12-arm64-tests",
],
cmake_platforms_static_tests.yaml: [
"sles-15-static"
],
cmake_platforms_target_android_host_macos.yaml: [
"android-arm64-on-macos"
],
@@ -20,9 +17,6 @@ Include: [
],
cmake_platforms_qemu_qnx710.yaml: [
"qnx-x86_64-on-ubuntu20.04"
],
integrity.yaml: [
"integrity-arm64-on-ubuntu20.04"
]
]
Configurations: []