From 95900367dfde38a047238e38edd159aeb81113fa Mon Sep 17 00:00:00 2001 From: service_account_gitbot <service_account_bfe71dedb3250ea1980d2d6c7f0d65ee@noreply.git.seco.com> Date: Fri, 28 Feb 2025 16:08:15 +0000 Subject: [PATCH] Integrate gitlab-ci/kirkstone-spdx and 1 more -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/f6fd7340738a03a77189b8445a1e751a13827d36 changed approach for triggering spdx -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/67ff371edf115944e8cb2778d8e159dc2e7cbb53 CI: enable 'create-spdx' in pipeline builds This enables the creation of spdx json files. YT-268 --- .gitlab-ci | 2 +- .gitlab-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index 45c79259d8f0d..f6fd7340738a0 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit 45c79259d8f0d919700ea4d5311a3f8497b11fae +Subproject commit f6fd7340738a03a77189b8445a1e751a13827d36 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bff5411ed319f..58be00b588cbd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,9 +4,9 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: 45c79259d8f0d919700ea4d5311a3f8497b11fae + ref: f6fd7340738a03a77189b8445a1e751a13827d36 file: 'manifest-integration.yml' variables: - GITLAB_CI_REVISION: 45c79259d8f0d919700ea4d5311a3f8497b11fae + GITLAB_CI_REVISION: f6fd7340738a03a77189b8445a1e751a13827d36 BB_RECIPE_NAME: linux-seconorth -- GitLab