Skip to content
Snippets Groups Projects
Commit 9d16deb1 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 b0b672d3
No related branches found
No related tags found
1 merge request!690Update gitlab-ci
Subproject commit dc0503b699bc0fe529a8ca72216b18b0a093be0a Subproject commit ea3aa8164756750f9e8fbfd642ea1ebdf871fc5a
...@@ -4,14 +4,14 @@ ...@@ -4,14 +4,14 @@
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
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-pipeline-yocto.yml' file: 'manifest-pipeline-yocto.yml'
variables: variables:
MANIFEST_PROJECT_ID: 1725 MANIFEST_PROJECT_ID: 1725
MASTER_BRANCH_MANIFEST: kirkstone MASTER_BRANCH_MANIFEST: kirkstone
MASTER_BRANCH_PROJECT: kirkstone MASTER_BRANCH_PROJECT: kirkstone
GITLAB_CI_REVISION: dc0503b699bc0fe529a8ca72216b18b0a093be0a GITLAB_CI_REVISION: ea3aa8164756750f9e8fbfd642ea1ebdf871fc5a
CI_PARAM_IMAGE: seconorth-image CI_PARAM_IMAGE: seconorth-image
CI_PARAM_DISTRO: seconorth-wayland CI_PARAM_DISTRO: seconorth-wayland
CI_PARAM_IMAGE_FNG: fngsystem-image CI_PARAM_IMAGE_FNG: fngsystem-image
......
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