From 229f0b61eb413ca76061762b67f025a1c3292ae6 Mon Sep 17 00:00:00 2001 From: service_account_gitbot <service_account_bfe71dedb3250ea1980d2d6c7f0d65ee@noreply.git.seco.com> Date: Mon, 31 Mar 2025 12:52:51 +0000 Subject: [PATCH] Integrate gitlab-ci/extend-image-diff-job-to-manifest-mrs and 1 more -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/57d1c421c31f65170740ed206724afcca42efc1c debug -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/74c367bfde0a6a378a5a3ff6f942d13acf72979d Build image diff in manifest MRs as well --- .gitlab-ci | 2 +- .gitlab-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index baa7c43..57d1c42 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit baa7c439292990731358aad6242cea6e1a1d206c +Subproject commit 57d1c421c31f65170740ed206724afcca42efc1c diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2750ced..26104b5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,9 +4,9 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: baa7c439292990731358aad6242cea6e1a1d206c + ref: 57d1c421c31f65170740ed206724afcca42efc1c file: 'manifest-integration.yml' variables: - GITLAB_CI_REVISION: baa7c439292990731358aad6242cea6e1a1d206c + GITLAB_CI_REVISION: 57d1c421c31f65170740ed206724afcca42efc1c BB_RECIPE_NAME: secure-element-examples -- GitLab