Skip to content

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

GitBot requested to merge integrate/gitlab-ci/CI-readd-allow-failure-true into dunfell

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.

Merge request reports