From df8adcb6986370444c70178bfd22fad69f024a38 Mon Sep 17 00:00:00 2001
From: gitbot <gitbot@garz-fricke.com>
Date: Mon, 29 Aug 2022 15:26:17 +0000
Subject: [PATCH] Integrate gitlab-ci/repo-do-not-exclude-tags and 1 more

--

Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/91dc115a3aa08fdf5d48e0f88ef44661f85c90c2

repo: do not exclude tags

We have created tags in our poky repo which are needed by repo, e.g.
https://git.seco.com/seco-ne/3rd-party/yocto/poky/-/tags/seconorth%2Fkirkstone-4.0.0

Do not explicitly exclude tags in order to fetch them.

--

Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/5c2defce01299c88e288deb065f5bb3c0522c45a

CI: prepare to work also with renamed machine names lime seco-mx6
---
 .gitlab-ci     | 2 +-
 .gitlab-ci.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci b/.gitlab-ci
index ef08f4e..91dc115 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit ef08f4efda5cd346d8750db962bb6dfd066dc3f7
+Subproject commit 91dc115a3aa08fdf5d48e0f88ef44661f85c90c2
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index db9fd3d..179a51a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
-    ref: ef08f4efda5cd346d8750db962bb6dfd066dc3f7
+    ref: 91dc115a3aa08fdf5d48e0f88ef44661f85c90c2
     file: 'manifest-integration-yocto.yml'
 
 variables:
-- 
GitLab