From 65f3b1ca311263c029c05c4990a8067e582491e2 Mon Sep 17 00:00:00 2001 From: gitbot <gitbot.north@seco.com> Date: Tue, 7 Nov 2023 06:55:46 +0000 Subject: [PATCH] Integrate gitlab-ci/optional_fng_install and 2 more -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/9be2c52b180ef30dcfffa1b5d954f29bf4756c35 pipeline:build: Fix indentation of here-doc -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/245e65376f6ac736951bff23b1e0baec1b6aec94 pipeline:build: Make generation of install script optional The Genio 700 platform doesn't have an fng_install.sh. Currently, the pipeline fails because of the exit code in the script check. Make the generation of the install command optional and only show a warning if the script is missing. -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/8fedce8a6547a397d142f48f3e7be9e5b31a4237 pipeline:build: Add MediaTek Genio 700 SoC --- .gitlab-ci | 2 +- .gitlab-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index 6f773de..9be2c52 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit 6f773de5a46c32b2ba590828513a50703d7e3d57 +Subproject commit 9be2c52b180ef30dcfffa1b5d954f29bf4756c35 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8a2431..7aad6ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,9 +4,9 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: 6f773de5a46c32b2ba590828513a50703d7e3d57 + ref: 9be2c52b180ef30dcfffa1b5d954f29bf4756c35 file: 'manifest-integration.yml' variables: - GITLAB_CI_REVISION: 6f773de5a46c32b2ba590828513a50703d7e3d57 + GITLAB_CI_REVISION: 9be2c52b180ef30dcfffa1b5d954f29bf4756c35 BB_RECIPE_NAME: secure-element-examples -- GitLab