Skip to content
Snippets Groups Projects
Commit b0b672d3 authored by GitBot's avatar GitBot Committed by Tim Jaacks
Browse files

Integrate gitlab-ci/test-artifact-upload

--

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

CI: Hardcode the artifacts path in the generated job description

Some gitlab update(?) seem to have changed the behaviour in
variable passing. In the scripts the variables are available
but in the artifacts path does not resolve them any more.
May be it has something to do with the introduction of the
trigger:forward keyword.
parent f5e70589
No related branches found
No related tags found
1 merge request!690Update gitlab-ci
Subproject commit f39e65ab8d6dd2d9ef1123b53ab66b2dff028481 Subproject commit dc0503b699bc0fe529a8ca72216b18b0a093be0a
...@@ -4,14 +4,14 @@ ...@@ -4,14 +4,14 @@
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
include: include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: f39e65ab8d6dd2d9ef1123b53ab66b2dff028481 ref: dc0503b699bc0fe529a8ca72216b18b0a093be0a
file: 'manifest-pipeline-yocto.yml' file: 'manifest-pipeline-yocto.yml'
variables: variables:
MANIFEST_PROJECT_ID: 1725 MANIFEST_PROJECT_ID: 1725
MASTER_BRANCH_MANIFEST: kirkstone MASTER_BRANCH_MANIFEST: kirkstone
MASTER_BRANCH_PROJECT: kirkstone MASTER_BRANCH_PROJECT: kirkstone
GITLAB_CI_REVISION: f39e65ab8d6dd2d9ef1123b53ab66b2dff028481 GITLAB_CI_REVISION: dc0503b699bc0fe529a8ca72216b18b0a093be0a
CI_PARAM_IMAGE: seconorth-image CI_PARAM_IMAGE: seconorth-image
CI_PARAM_DISTRO: seconorth-wayland CI_PARAM_DISTRO: seconorth-wayland
CI_PARAM_IMAGE_FNG: fngsystem-image CI_PARAM_IMAGE_FNG: fngsystem-image
......
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