From c685999c15dd2e915b2aedf12235b49d74d6c865 Mon Sep 17 00:00:00 2001 From: gitbot <gitbot.north@seco.com> Date: Fri, 26 Apr 2024 09:50:33 +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 de9851beff4cb..6656c465e9943 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 b840195efb215..058cb4e98231a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,11 +4,11 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: de9851beff4cbb43172bc3e2ad4709f8d9e00790 + ref: 6656c465e99431b34e9674fe504592802088d37d file: 'manifest-integration.yml' variables: - GITLAB_CI_REVISION: de9851beff4cbb43172bc3e2ad4709f8d9e00790 + GITLAB_CI_REVISION: 6656c465e99431b34e9674fe504592802088d37d BB_RECIPE_NAME: linux-seco-mtk # FIXME: This is only necessary due to the following GitLab limitation: # https://gitlab.com/gitlab-org/gitlab/-/issues/209904 -- GitLab