From e05a3fe3514fbec12f9e8a6d74465d6b660e057f Mon Sep 17 00:00:00 2001 From: gitbot <gitbot@garz-fricke.com> Date: Wed, 6 Jul 2022 07:57:41 +0000 Subject: [PATCH] Integrate gitlab-ci/test-artifact-upload -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/dc0503b699bc0fe529a8ca72216b18b0a093be0a 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. --- .gitlab-ci | 2 +- .gitlab-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index f39e65ab..dc0503b6 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit f39e65ab8d6dd2d9ef1123b53ab66b2dff028481 +Subproject commit dc0503b699bc0fe529a8ca72216b18b0a093be0a diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a60a86d0..c413572a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,14 +4,14 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: f39e65ab8d6dd2d9ef1123b53ab66b2dff028481 + ref: dc0503b699bc0fe529a8ca72216b18b0a093be0a file: 'manifest-pipeline-yocto.yml' variables: MANIFEST_PROJECT_ID: 1725 MASTER_BRANCH_MANIFEST: kirkstone MASTER_BRANCH_PROJECT: kirkstone - GITLAB_CI_REVISION: f39e65ab8d6dd2d9ef1123b53ab66b2dff028481 + GITLAB_CI_REVISION: dc0503b699bc0fe529a8ca72216b18b0a093be0a CI_PARAM_IMAGE: seconorth-image CI_PARAM_DISTRO: seconorth-wayland CI_PARAM_IMAGE_FNG: fngsystem-image -- GitLab