From 403b1ca4ee7a10c9ba589623d7fcb2b89a110fdf Mon Sep 17 00:00:00 2001 From: service_account_gitbot <service_account_bfe71dedb3250ea1980d2d6c7f0d65ee@noreply.git.seco.com> Date: Fri, 14 Mar 2025 09:23:11 +0000 Subject: [PATCH] Integrate gitlab-ci/report-image-diff-pattern -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/baa7c439292990731358aad6242cea6e1a1d206c CI: report_image_diff: Fallback to rootfs.tar.gz pattern as default The default was an empty pattern before, so not working if the distro name was not handled in the code. This way it should match more cases. --- .gitlab-ci | 2 +- .gitlab-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index a912537..baa7c43 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit a91253784f4a66362d05a9f717454ffe34b8867d +Subproject commit baa7c439292990731358aad6242cea6e1a1d206c diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0975914..3fbafd8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,9 +4,9 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: a91253784f4a66362d05a9f717454ffe34b8867d + ref: baa7c439292990731358aad6242cea6e1a1d206c file: 'manifest-integration.yml' variables: - GITLAB_CI_REVISION: a91253784f4a66362d05a9f717454ffe34b8867d + GITLAB_CI_REVISION: baa7c439292990731358aad6242cea6e1a1d206c BB_RECIPE_NAME: kernel-module-touchgpio -- GitLab