Skip to content
Snippets Groups Projects
Commit e2b78fd1 authored by GitBot's avatar GitBot
Browse files

Integrate gitlab-ci/allow_failure

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@6656c465

CI: allow failure in new jobs 'handle_artifacts' and 'report-image-diff'

It seems that these jobs are not yet completly errorsafe and we could
ignore the failure without changing the build artifacts.
parent 63aedd05
No related branches found
No related tags found
1 merge request!49Integrate gitlab-ci/allow_failure
Pipeline #123537 passed with stage
in 10 seconds
Subproject commit de9851beff4cbb43172bc3e2ad4709f8d9e00790 Subproject commit 6656c465e99431b34e9674fe504592802088d37d
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
include: include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: de9851beff4cbb43172bc3e2ad4709f8d9e00790 ref: 6656c465e99431b34e9674fe504592802088d37d
file: 'manifest-integration.yml' file: 'manifest-integration.yml'
variables: variables:
GITLAB_CI_REVISION: de9851beff4cbb43172bc3e2ad4709f8d9e00790 GITLAB_CI_REVISION: 6656c465e99431b34e9674fe504592802088d37d
BB_RECIPE_NAME: seco-show-demo BB_RECIPE_NAME: seco-show-demo
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