From 6a04cf81176b4df09ccd39838188943e6f5ef0a1 Mon Sep 17 00:00:00 2001
From: gitbot <gitbot@garz-fricke.com>
Date: Mon, 20 Jun 2022 14:58:00 +0000
Subject: [PATCH] Integrate gitlab-ci/define-yamllint-explicitly

--

Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/2b2bc22010347ad46361e2d781a3d8ff745a1710

Define yamllint job explicitly in each pipeline

The yamllint job was included in the pipeline implicitly via the
inclusion of common.yml. This is not very transparent. Make the common
definition a base job and extend it explicitly in each pipeline now.

Add infrastructure stage comment header into both yaml files.
---
 .gitlab-ci     | 2 +-
 .gitlab-ci.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci b/.gitlab-ci
index 686323c6..2b2bc220 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit 686323c648881a4fa0f3f8ae6e305d17337eecf3
+Subproject commit 2b2bc22010347ad46361e2d781a3d8ff745a1710
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 90636128..69eae8ed 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
-    ref: 686323c648881a4fa0f3f8ae6e305d17337eecf3
+    ref: 2b2bc22010347ad46361e2d781a3d8ff745a1710
     file: 'manifest-integration-yocto.yml'
 
 variables:
-- 
GitLab