Skip to content
Snippets Groups Projects
Commit cc174188 authored by GitBot's avatar GitBot
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 d8d9dd44
No related branches found
No related tags found
1 merge request!41Integrate gitlab-ci/CI-readd-allow-failure-true
Pipeline #22769 passed with stage
in 12 seconds
Subproject commit dc0503b699bc0fe529a8ca72216b18b0a093be0a
Subproject commit ea3aa8164756750f9e8fbfd642ea1ebdf871fc5a
......@@ -4,7 +4,7 @@
# ---------------------------------------------------------------------------------------
include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: dc0503b699bc0fe529a8ca72216b18b0a093be0a
ref: ea3aa8164756750f9e8fbfd642ea1ebdf871fc5a
file: 'manifest-integration-yocto.yml'
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