From 1648ea7dc25127945d1b800bcce3e6a4cea8bf13 Mon Sep 17 00:00:00 2001 From: gitbot <gitbot@garz-fricke.com> Date: Tue, 31 May 2022 15:40:58 +0000 Subject: [PATCH] Integrate gitlab-ci/allow-check-job-to-fail and 1 more -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/ad9d367e52a0f364f4a3559e5b5005ec554110cb Allow check job to fail This makes merging a project MR possible even if the manifest has received new commits since the MR pipeline build has run. The developer is responsible for deciding whether it is safe to merge it without having a build based on the latest manifest. BCS 746-000794 -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/81c2ad857633f9089b0ae8f0a173cf4c282a2e5c merge_into_manifest: fix error message if MR already exists --- .gitlab-ci | 2 +- .gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index 6fbbf33..ad9d367 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit 6fbbf3388fee9045aea7bb4aab77700895119ff1 +Subproject commit ad9d367e52a0f364f4a3559e5b5005ec554110cb diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index daeafa7..5c85cff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,5 +4,5 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: 6fbbf3388fee9045aea7bb4aab77700895119ff1 + ref: ad9d367e52a0f364f4a3559e5b5005ec554110cb file: 'manifest-integration.yml' -- GitLab