From 5acf70ec3037e27b2ae84237adc88a248a0a6321 Mon Sep 17 00:00:00 2001
From: gitbot <gitbot@garz-fricke.com>
Date: Tue, 12 Jul 2022 07:32:51 +0000
Subject: [PATCH] Integrate gitlab-ci/share-build-and-test-job-basics

--

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

Refactoring: share build and test job basics for ci-test and Yocto

This shares YAML code for the following procedures:
- Build environment
- Source code checkout via repo
- SSH key and known hosts setup
- LAVA test submission
- Docker check if build folder is empty
---
 .gitlab-ci     | 2 +-
 .gitlab-ci.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci b/.gitlab-ci
index 6508e80..075aecc 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit 6508e800125713ebb7efc6f3c1547fe1e52eca8f
+Subproject commit 075aeccbcc116de5ff05de53460f5db3fd40802d
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f2c10eb..05cc1ff 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
-    ref: 6508e800125713ebb7efc6f3c1547fe1e52eca8f
+    ref: 075aeccbcc116de5ff05de53460f5db3fd40802d
     file: 'manifest-integration-yocto.yml'
 
 variables:
-- 
GitLab