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

Integrate gitlab-ci/improve-debug-output and 3 more

--

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

mirror_mr_pipeline: improve debug output

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@473f12b1

mirror_mr_pipeline: add main call

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@88708b64

Convert CRLF to LF

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@169b2fa7

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.
parent ed893de4
No related branches found
No related tags found
1 merge request!68Integrate gitlab-ci/improve-debug-output and 3 more
Pipeline #49014 passed with stage
in 16 seconds
Subproject commit 897ba05909d14939c1e044de8f71b95f0074534f
Subproject commit c657f31f22275e773c67bf43ce320673276107e0
......@@ -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: touchcal-conv
# FIXME: This is only necessary due to the following GitLab limitation:
# https://gitlab.com/gitlab-org/gitlab/-/issues/209904
......
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