From e47f74535ed61bc448134e2be60ff73022ccd560 Mon Sep 17 00:00:00 2001 From: gitbot <gitbot.north@seco.com> Date: Mon, 29 Apr 2024 12:21:26 +0000 Subject: [PATCH] Integrate gitlab-ci/allow_failure -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/6656c465e99431b34e9674fe504592802088d37d CI: allow failure in new jobs 'handle_artifacts' and 'report-image-diff' It seems that these jobs are not yet completly errorsafe and we could ignore the failure without changing the build artifacts. --- .gitlab-ci | 2 +- .gitlab-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index de9851be..6656c465 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit de9851beff4cbb43172bc3e2ad4709f8d9e00790 +Subproject commit 6656c465e99431b34e9674fe504592802088d37d diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ebb8650..b7f1f54a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,13 +4,13 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: de9851beff4cbb43172bc3e2ad4709f8d9e00790 + ref: 6656c465e99431b34e9674fe504592802088d37d file: 'manifest-pipeline-yocto.yml' variables: MANIFEST_PROJECT_ID: 1725 MASTER_BRANCH: dunfell - GITLAB_CI_REVISION: de9851beff4cbb43172bc3e2ad4709f8d9e00790 + GITLAB_CI_REVISION: 6656c465e99431b34e9674fe504592802088d37d generate-build-pipeline: variables: -- GitLab