Skip to content
Snippets Groups Projects
Commit 5fa72c3b authored by GitBot's avatar GitBot
Browse files

Integrate gitlab-ci/CI-variable-scope-for-CI_PARAM_IMAGE-and-more

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@c503a6d4

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.
parent cc174188
No related branches found
No related tags found
1 merge request!42Integrate gitlab-ci/CI-variable-scope-for-CI_PARAM_IMAGE-and-more
Pipeline #22853 passed with stage
in 10 seconds
Subproject commit ea3aa8164756750f9e8fbfd642ea1ebdf871fc5a
Subproject commit c503a6d442e77bd1761d815ffcda7e19a9f71048
......@@ -4,7 +4,7 @@
# ---------------------------------------------------------------------------------------
include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: ea3aa8164756750f9e8fbfd642ea1ebdf871fc5a
ref: c503a6d442e77bd1761d815ffcda7e19a9f71048
file: 'manifest-integration-yocto.yml'
variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment