From b8623a8778d1570c8ed8a65c3cec37b8f197b53c Mon Sep 17 00:00:00 2001 From: gitbot <gitbot.north@seco.com> Date: Mon, 20 Nov 2023 09:39:12 +0000 Subject: [PATCH] Integrate gitlab-ci/generate_firmware_json -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/51e0cf67dc5961134ef4bd3e7a1b1659ab95dd63 build:stages: Add Firmware Package JSON stage The old Alphaplan stage is deprecated and was removed in a prior commit. Add new stage to generate the Firmware Package JSON files that do replace the old Alphaplan articles. --- .gitlab-ci | 2 +- .gitlab-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index 1830cb0..51e0cf6 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit 1830cb0291a866af5cebeebbfdbac32544f655c7 +Subproject commit 51e0cf67dc5961134ef4bd3e7a1b1659ab95dd63 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index edaad7e..0cac456 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,9 +4,9 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: 1830cb0291a866af5cebeebbfdbac32544f655c7 + ref: 51e0cf67dc5961134ef4bd3e7a1b1659ab95dd63 file: 'manifest-integration.yml' variables: - GITLAB_CI_REVISION: 1830cb0291a866af5cebeebbfdbac32544f655c7 + GITLAB_CI_REVISION: 51e0cf67dc5961134ef4bd3e7a1b1659ab95dd63 BB_RECIPE_NAME: seco-yocto-testsuite -- GitLab