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

Integrate gitlab-ci/include-not-found-message and 1 more

--

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

mirror_mr_pipeline: include pipeline-not-found message in output

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@5ee69ab9

mirror_mr_pipeline: fix error when no pipeline found

This case should trigger a new pipeline instead of reporting an error.
parent be40f550
No related branches found
No related tags found
1 merge request!117Integrate gitlab-ci/include-not-found-message and 1 more
Subproject commit e69d303eceade855375288a94d270958f3ae7785 Subproject commit ed36b4655636ee0b54edd1a282b3b7a6414815e2
...@@ -4,11 +4,11 @@ ...@@ -4,11 +4,11 @@
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
include: include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: e69d303eceade855375288a94d270958f3ae7785 ref: ed36b4655636ee0b54edd1a282b3b7a6414815e2
file: 'manifest-integration.yml' file: 'manifest-integration.yml'
variables: variables:
GITLAB_CI_REVISION: e69d303eceade855375288a94d270958f3ae7785 GITLAB_CI_REVISION: ed36b4655636ee0b54edd1a282b3b7a6414815e2
BB_RECIPE_NAME: emc-test-suite BB_RECIPE_NAME: emc-test-suite
# FIXME: This is only necessary due to the following GitLab limitation: # FIXME: This is only necessary due to the following GitLab limitation:
# https://gitlab.com/gitlab-org/gitlab/-/issues/209904 # 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