From fc1bdfef951a566c7762c87d92f8f769f62ad015 Mon Sep 17 00:00:00 2001 From: gitbot <gitbot@garz-fricke.com> Date: Tue, 10 Jan 2023 13:30:19 +0000 Subject: [PATCH] Integrate gitlab-ci/improve-debug-output and 3 more -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/c657f31f22275e773c67bf43ce320673276107e0 mirror_mr_pipeline: improve debug output -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/473f12b158c57987c13f8879f6ed40c80fdea854 mirror_mr_pipeline: add main call -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/88708b6405fe10567fc5766974967cbbaa95ac45 Convert CRLF to LF -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/169b2fa77f39eb73ff2ee3e9761da946d3e900ac Improve mirroring MR pipeline Refactor three scripts into one in order to support triggering a new pipeline in the case of a skipped MR pipeline. This was not possible to implement with the previous three-script design. The single scripts were not used in other places anyway. --- .gitlab-ci | 2 +- .gitlab-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index 897ba05..c657f31 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit 897ba05909d14939c1e044de8f71b95f0074534f +Subproject commit c657f31f22275e773c67bf43ce320673276107e0 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 973da54..77f5c5b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,11 +4,11 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: 897ba05909d14939c1e044de8f71b95f0074534f + ref: c657f31f22275e773c67bf43ce320673276107e0 file: 'manifest-integration.yml' variables: - GITLAB_CI_REVISION: 897ba05909d14939c1e044de8f71b95f0074534f + GITLAB_CI_REVISION: c657f31f22275e773c67bf43ce320673276107e0 BB_RECIPE_NAME: qt-multi-screen-compositor # FIXME: This is only necessary due to the following GitLab limitation: # https://gitlab.com/gitlab-org/gitlab/-/issues/209904 -- GitLab