From 9b067849bf9dfa8a6b4c0831e3d5725d85e1b76c Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Wed, 8 Nov 2023 10:09:56 +0200 Subject: [PATCH] Add insignificant targets for Yocto builds Add few targets that can be used to do speculative builds that may fail without causing integrations to fail. Change-Id: I44b1afcf4db22be2f930e31e2a5d39fb3697d2fe Reviewed-by: Ville-Pekka Karhu --- coin/platform_configs/yocto.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/coin/platform_configs/yocto.yaml b/coin/platform_configs/yocto.yaml index c4d4568c..d7606534 100644 --- a/coin/platform_configs/yocto.yaml +++ b/coin/platform_configs/yocto.yaml @@ -41,3 +41,18 @@ Configurations: Template: 'qtci-linux-Ubuntu-22.04-x86_64-51' Compiler: 'Yocto' Target arch: 'TARGET10' + - + Template: 'qtci-linux-Ubuntu-22.04-x86_64-51' + Compiler: 'Yocto' + Features: ['Insignificant'] + Target arch: 'INSIGNIFICANT_TARGET1' + - + Template: 'qtci-linux-Ubuntu-22.04-x86_64-51' + Compiler: 'Yocto' + Features: ['Insignificant'] + Target arch: 'INSIGNIFICANT_TARGET2' + - + Template: 'qtci-linux-Ubuntu-22.04-x86_64-51' + Compiler: 'Yocto' + Features: ['Insignificant'] + Target arch: 'INSIGNIFICANT_TARGET3'