Skip to content
Snippets Groups Projects
Commit e8fed12b authored by GitBot's avatar GitBot Committed by Tim Jaacks
Browse files

Integrate gitlab-ci/CI-readd-allow-failure-true

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@ea3aa816

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.
parent ce63d1ef
No related branches found
No related tags found
1 merge request!243Update gitlab-ci
Subproject commit dc0503b699bc0fe529a8ca72216b18b0a093be0a Subproject commit ea3aa8164756750f9e8fbfd642ea1ebdf871fc5a
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
include: include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: dc0503b699bc0fe529a8ca72216b18b0a093be0a ref: ea3aa8164756750f9e8fbfd642ea1ebdf871fc5a
file: 'manifest-integration-yocto.yml' file: 'manifest-integration-yocto.yml'
variables: variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment