aboutsummaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorToni Saario <toni.saario@qt.io>2022-06-14 10:59:02 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-06-16 15:21:32 +0000
commit6e5bc38ab13d572a928c7e8fa9b262e6a808dbc6 (patch)
tree619b174fb62fee5055333e2f71b2d69572a9aa22 /coin
parentb7db0810d37d22e912c7f7009ad30f31243ea4c0 (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. Change-Id: I7712db05eee485692d0363326194f02e21a40b9a Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit e9b5cfc63462ecebfff6ae0c12596d2d66ed02b0) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'coin')
-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: []