From c0a8d4f5b311ebb60bc3c9a5fbbc738226189fe2 Mon Sep 17 00:00:00 2001
From: gitbot <gitbot@garz-fricke.com>
Date: Tue, 20 Dec 2022 19:23:46 +0000
Subject: [PATCH] Integrate gitlab-ci/reduce-build-artifact-expiration

--

Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/28906544c622720ab6b2141c0664567a57333b28

Reduce artifact expiration of build jobs to 1 week
---
 .gitlab-ci     | 2 +-
 .gitlab-ci.yml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci b/.gitlab-ci
index d404f25..2890654 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit d404f25753e07da8a97145706ecf7aaf5fd52f0a
+Subproject commit 28906544c622720ab6b2141c0664567a57333b28
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e461f75..51d6d37 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,11 +4,11 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
-    ref: d404f25753e07da8a97145706ecf7aaf5fd52f0a
+    ref: 28906544c622720ab6b2141c0664567a57333b28
     file: 'manifest-integration.yml'
 
 variables:
-  GITLAB_CI_REVISION: d404f25753e07da8a97145706ecf7aaf5fd52f0a
+  GITLAB_CI_REVISION: 28906544c622720ab6b2141c0664567a57333b28
   BB_RECIPE_NAME: emc-test-suite
   # FIXME: This is only necessary due to the following GitLab limitation:
   # https://gitlab.com/gitlab-org/gitlab/-/issues/209904
-- 
GitLab