From fc218937ee1b0a4964c522cdbca9b23361701295 Mon Sep 17 00:00:00 2001
From: service_account_gitbot
 <service_account_bfe71dedb3250ea1980d2d6c7f0d65ee@noreply.git.seco.com>
Date: Fri, 14 Mar 2025 09:30:14 +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 b33305f..2750ced 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: secure-element-examples
-- 
GitLab