Skip to content

CI: Add allow_failure:true to fix not finished pipelines

Jonas Höppner requested to merge CI-readd-allow-failure-true into master

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