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.

Pick-to: 6.3 6.4
Change-Id: I7712db05eee485692d0363326194f02e21a40b9a
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Toni Saario
2022-06-14 10:59:02 +03:00
parent 96be84d703
commit e9b5cfc634

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: []