From e7347b9adc3cda116e817132f27efb25bc8586d3 Mon Sep 17 00:00:00 2001
From: gitbot <gitbot@garz-fricke.com>
Date: Tue, 24 May 2022 14:36:53 +0000
Subject: [PATCH] Integrate gitlab-ci/fix-port-for-lava-tests and 1 more

--

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

CI: Add fake lava test to ci-test, reduce fetch depth in update submodule

--

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

CI: Add variable containing the port for ssh access of the gitlab instance

Our server installation uses port 4444 for ssh access. The lava tests
didn't took this into account.
---
 .gitlab-ci     | 2 +-
 .gitlab-ci.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci b/.gitlab-ci
index a06956de3e293..6fbbf3388fee9 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit a06956de3e293dcce042a134765d0191c4aaa12a
+Subproject commit 6fbbf3388fee9045aea7bb4aab77700895119ff1
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5fc3cdb2110df..1803ce3e62705 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
-    ref: a06956de3e293dcce042a134765d0191c4aaa12a
+    ref: 6fbbf3388fee9045aea7bb4aab77700895119ff1
     file: 'manifest-integration.yml'
 
 variables:
-- 
GitLab