aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToni Saario <toni.saario@qt.io>2022-06-14 10:59:02 +0300
committerToni Saario <toni.saario@qt.io>2022-06-16 13:58:58 +0300
commite9b5cfc63462ecebfff6ae0c12596d2d66ed02b0 (patch)
treeaa429905a4d759446eb4013ea30be3c1e92bcb86
parent96be84d703fb6b0c9ab95040b53c3b78b7a06ce7 (diff)
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>
-rw-r--r--coin/platform_configs/precheck.yaml6
1 files changed, 0 insertions, 6 deletions
diff --git a/coin/platform_configs/precheck.yaml b/coin/platform_configs/precheck.yaml
index b0c63450..9445c652 100644
--- a/coin/platform_configs/precheck.yaml
+++ b/coin/platform_configs/precheck.yaml
@@ -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: []