From e8fed12ba1e80950c5c257d48c2df85e3f9105d1 Mon Sep 17 00:00:00 2001 From: gitbot <gitbot@garz-fricke.com> Date: Wed, 6 Jul 2022 11:04:30 +0000 Subject: [PATCH] Integrate gitlab-ci/CI-readd-allow-failure-true -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/ea3aa8164756750f9e8fbfd642ea1ebdf871fc5a CI: Readd allow_failure:true to fix not finished pipelines According to the docs a manual job always has allow_failure set to true, but we see a lot of jobs staying in an unfinished state since the removal of the allow_failure: true keyword for the sdk and test jobs. This should fix the broken behaviour. --- .gitlab-ci | 2 +- .gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index dc0503b6..ea3aa816 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit dc0503b699bc0fe529a8ca72216b18b0a093be0a +Subproject commit ea3aa8164756750f9e8fbfd642ea1ebdf871fc5a diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e55c81d..3586e2d8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: dc0503b699bc0fe529a8ca72216b18b0a093be0a + ref: ea3aa8164756750f9e8fbfd642ea1ebdf871fc5a file: 'manifest-integration-yocto.yml' variables: -- GitLab