From e87f981a9e17e3ae1f897ff26ed2f113c7875fcc Mon Sep 17 00:00:00 2001
From: gitbot <gitbot@garz-fricke.com>
Date: Fri, 6 May 2022 07:59:43 +0000
Subject: [PATCH] Integrate gitlab-ci/remove-dual-espresso-image-build and 5
 more

--

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

CI: Remove build for dual espresso again

The pipeline is not setup to build from different manifest and so on,
and the dual_espresso manifest will probably go to a seperate repo
to keep it private.

--

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

CI: Remove '--verbose' from deploy step

--

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

manifest: Added manifest file selection to ci-test

--

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

manifest: Added manifest file name to integration script

BCS 746-000518

--

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

build: Added DualEspresso

--

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

layers: Added nogplv3 and dual-espresso layer to CI/CD
---
 .gitlab-ci     | 2 +-
 .gitlab-ci.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci b/.gitlab-ci
index 6c3a8ff..f2b7ec9 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit 6c3a8ff7c2a5e56bdeaf3f2b1fa0c461520e9070
+Subproject commit f2b7ec9024a50695f1e4daa3e4b52fe27112d96f
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b49a059..5ab5c51 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,5 +4,5 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
-    ref: 6c3a8ff7c2a5e56bdeaf3f2b1fa0c461520e9070
+    ref: f2b7ec9024a50695f1e4daa3e4b52fe27112d96f
     file: 'manifest-integration.yml'
-- 
GitLab