From 097a5e0493628dba867a2888e00b0de59d548f13 Mon Sep 17 00:00:00 2001
From: gitbot <gitbot@garz-fricke.com>
Date: Wed, 6 Jul 2022 12:51:14 +0000
Subject: [PATCH] Integrate
 gitlab-ci/CI-variable-scope-for-CI_PARAM_IMAGE-and-more

--

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

CI: pipeline yocto: Change scope of CI_PARAM_IMAGE, ... to fix fngsystem build

The variables CI_PARAM_IMAGE, CI_PARAM_DISTRO, CI_MACHINE have been
defined outside the job in the '.gitlab-ci.yml' file. This has a lower
precedence then variables defined inside the job, but it seems that
these variables are used in the scope of 'Trigger variables' when
available in the trigger job. These override the value set in the
template. As main results this made FNGSystem jobs build the normal
yocto.
---
 .gitlab-ci     | 2 +-
 .gitlab-ci.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci b/.gitlab-ci
index ea3aa816..c503a6d4 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit ea3aa8164756750f9e8fbfd642ea1ebdf871fc5a
+Subproject commit c503a6d442e77bd1761d815ffcda7e19a9f71048
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5d7ddd23..f9098d4a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,5 +4,5 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
-    ref: ea3aa8164756750f9e8fbfd642ea1ebdf871fc5a
+    ref: c503a6d442e77bd1761d815ffcda7e19a9f71048
     file: 'manifest-integration-yocto.yml'
-- 
GitLab