From 46ba58bdc72eb3f0003cfc37e74c99d0ce471d43 Mon Sep 17 00:00:00 2001 From: gitbot <gitbot@garz-fricke.com> Date: Mon, 6 Feb 2023 10:57:40 +0000 Subject: [PATCH] Integrate gitlab-ci/include-not-found-message and 1 more -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/ed36b4655636ee0b54edd1a282b3b7a6414815e2 mirror_mr_pipeline: include pipeline-not-found message in output -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/5ee69ab9117d1b8fc00f25ca3946e84287d799dc mirror_mr_pipeline: fix error when no pipeline found This case should trigger a new pipeline instead of reporting an error. --- .gitlab-ci | 2 +- .gitlab-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index e69d303..ed36b46 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit e69d303eceade855375288a94d270958f3ae7785 +Subproject commit ed36b4655636ee0b54edd1a282b3b7a6414815e2 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3d4ff23..c07ac25 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,11 +4,11 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: e69d303eceade855375288a94d270958f3ae7785 + ref: ed36b4655636ee0b54edd1a282b3b7a6414815e2 file: 'manifest-integration.yml' variables: - GITLAB_CI_REVISION: e69d303eceade855375288a94d270958f3ae7785 + GITLAB_CI_REVISION: ed36b4655636ee0b54edd1a282b3b7a6414815e2 BB_RECIPE_NAME: gfplatdetect # FIXME: This is only necessary due to the following GitLab limitation: # https://gitlab.com/gitlab-org/gitlab/-/issues/209904 -- GitLab