From 35cb63c38f27986f5660395af4ad85bc461c051a Mon Sep 17 00:00:00 2001
From: gitbot <gitbot@garz-fricke.com>
Date: Tue, 28 Jun 2022 11:49:55 +0000
Subject: [PATCH] Integrate gitlab-ci/sdk-deployment and 5 more

--

Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/0dd147c81c6ee788b54b58ebf0fb21c9ecc1bea8

SDK: Remove package step from build sdk, add sdk to artifacts, create deploy_sdk

--

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

Manifest: include yamllint in full pipeline

--

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

Manifest pipeline: run full build pipeline when triggered via web UI

--

Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/8862b213bc46607ba394ceb051037350bd567863

Manifest refactoring: move job rules into classes

This way they can be reused instead of redefining them in each job.

--

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

Fix wrong remote name in ci-test pipeline

--

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

Fix wrong manifest project ID for ci-test pipeline
---
 .gitlab-ci     | 2 +-
 .gitlab-ci.yml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci b/.gitlab-ci
index 9b8cf51c..0dd147c8 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit 9b8cf51c0c280b8373ae3b809e3a5b24b2d61f30
+Subproject commit 0dd147c81c6ee788b54b58ebf0fb21c9ecc1bea8
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 29c8b516..0e27d4ee 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,14 +4,14 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
-    ref: 9b8cf51c0c280b8373ae3b809e3a5b24b2d61f30
+    ref: 0dd147c81c6ee788b54b58ebf0fb21c9ecc1bea8
     file: 'manifest-pipeline-yocto.yml'
 
 variables:
   MANIFEST_PROJECT_ID: 1725 
   MASTER_BRANCH_MANIFEST: kirkstone
   MASTER_BRANCH_PROJECT: kirkstone
-  GITLAB_CI_REVISION: 9b8cf51c0c280b8373ae3b809e3a5b24b2d61f30
+  GITLAB_CI_REVISION: 0dd147c81c6ee788b54b58ebf0fb21c9ecc1bea8
   CI_PARAM_IMAGE: seconorth-image
   CI_PARAM_DISTRO: seconorth-wayland
   CI_PARAM_IMAGE_FNG: fngsystem-image
-- 
GitLab