Skip to content
Snippets Groups Projects
Commit c685999c 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 2ef67d4b
No related branches found
No related tags found
1 merge request!60Integrate gitlab-ci/allow_failure
Pipeline #123508 passed with stage
in 18 seconds
Subproject commit de9851beff4cbb43172bc3e2ad4709f8d9e00790
Subproject commit 6656c465e99431b34e9674fe504592802088d37d
......@@ -4,11 +4,11 @@
# ---------------------------------------------------------------------------------------
include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: de9851beff4cbb43172bc3e2ad4709f8d9e00790
ref: 6656c465e99431b34e9674fe504592802088d37d
file: 'manifest-integration.yml'
variables:
GITLAB_CI_REVISION: de9851beff4cbb43172bc3e2ad4709f8d9e00790
GITLAB_CI_REVISION: 6656c465e99431b34e9674fe504592802088d37d
BB_RECIPE_NAME: linux-seco-mtk
# FIXME: This is only necessary due to the following GitLab limitation:
# https://gitlab.com/gitlab-org/gitlab/-/issues/209904
......
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