From abc30db1783e31a8d9e4e8b788f9d2189a6ba99b Mon Sep 17 00:00:00 2001 From: gitbot <gitbot@garz-fricke.com> Date: Wed, 6 Jul 2022 11:02:54 +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 dc0503b699bc0..ea3aa81647567 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 7d76c45611ddd..be531153c05d1 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