From 74790ba07faca5555377d0fe48f1570b372843c5 Mon Sep 17 00:00:00 2001
From: gitbot <gitbot@garz-fricke.com>
Date: Tue, 13 Dec 2022 08:21:48 +0000
Subject: [PATCH] Integrate gitlab-ci/ci-test-ip and 13 more

--

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

CI:debug add timestamps

--

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

CI: Add test command to show ip settings before build

--

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

CI:deploy and uploadftp: extends infrastructe again to set the image correctly

Without this the image was not defined and the runners default image is
used. This is against the concept to store image revisions in the
commits to keep things running after an upgrade and didn't work because
the default image has no python.

--

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

Add script to query job logs filtered by status, tag, and log pattern

--

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

Update isort config

--

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

Harmonize import order in all python files via isort

--

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

Add isort job to analyze stage

isort is a Python utility to sort imports alphabetically, and
automatically separated into sections and by type.

--

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

common: add constant for default GitLab URL

--

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

common: use uppercase for constants

--

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

CI-test: add simulated SDK build

--

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

CI-test: use infrastructure runner for build simulation

--

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

CI-test build: improve build simulation

Instead of copying a packaged release from the SoftwareStore, download
artifacts from an actual build job.

--

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

build-common: add group headers

--

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

Yocto build: group commands for saving build.env
---
 .gitlab-ci     | 2 +-
 .gitlab-ci.yml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci b/.gitlab-ci
index 9982711..d5d8ebd 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit 9982711f4f5600b7031c8ee7bddefafdb1497516
+Subproject commit d5d8ebd10c4197fec45eba85150b54d56e7015bd
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 110a642..dc74e51 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,11 +4,11 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
-    ref: 9982711f4f5600b7031c8ee7bddefafdb1497516
+    ref: d5d8ebd10c4197fec45eba85150b54d56e7015bd
     file: 'manifest-integration.yml'
 
 variables:
-  GITLAB_CI_REVISION: 9982711f4f5600b7031c8ee7bddefafdb1497516
+  GITLAB_CI_REVISION: d5d8ebd10c4197fec45eba85150b54d56e7015bd
   BB_RECIPE_NAME: gfeeprom
   # FIXME: This is only necessary due to the following GitLab limitation:
   # https://gitlab.com/gitlab-org/gitlab/-/issues/209904
-- 
GitLab