From 5e18accf7cdea0c13b972be0ffb83d700f52aecb Mon Sep 17 00:00:00 2001
From: gitbot <gitbot@garz-fricke.com>
Date: Mon, 13 Jun 2022 11:44:50 +0000
Subject: [PATCH] Integrate gitlab-ci/use-parent-child-build-jobs

--

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

Build jobs: Use parent-child jobs to generate needed build jobs

* Move all build, deploy and test stubs to the manifest-build.yml
* Create a new job to generate and trigger the build jobs dynamically
* Add the base jinja2 file for the build jobs.
* Add initial docs for the manifest pipeline
* Remove unused files
---
 .gitlab-ci     | 2 +-
 .gitlab-ci.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci b/.gitlab-ci
index 1bc683d..2e6c1b4 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit 1bc683d5b4393e4205f45c7236c0e702182256f5
+Subproject commit 2e6c1b4ff232614efbdbdcb66cabc4e33d066eb6
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6dbf7c3..15338c7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
-    ref: 1bc683d5b4393e4205f45c7236c0e702182256f5
+    ref: 2e6c1b4ff232614efbdbdcb66cabc4e33d066eb6
     file: 'manifest-integration.yml'
 
 variables:
-- 
GitLab