From 80f60b898a70f7a714896946bcaa70149b9e8583 Mon Sep 17 00:00:00 2001 From: Toni Saario Date: Tue, 14 Jun 2022 10:59:02 +0300 Subject: [PATCH] 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 (cherry picked from commit e9b5cfc63462ecebfff6ae0c12596d2d66ed02b0) Reviewed-by: Qt Cherry-pick Bot --- coin/platform_configs/precheck.yaml | 6 ------ 1 file changed, 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: []