Skip to content
Snippets Groups Projects
Commit 6656c465 authored by Jonas Höppner's avatar Jonas Höppner
Browse files

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 de9851be
No related branches found
No related tags found
1 merge request!394CI: allow failure in new jobs 'handle_artifacts' and 'report-image-diff'
Pipeline #123374 passed with stage
in 5 minutes and 2 seconds
......@@ -71,6 +71,7 @@ report-image-diff:
- if: $CI_MERGE_REQUEST_LABELS =~ /skip build/
when: never
- if: $CI_MERGE_REQUEST_IID
allow_failure: true
script:
- cd ${CI_PROJECT_DIR}
- .gitlab-ci/scripts/report_image_diff.py
......
......@@ -145,6 +145,7 @@ handle_artifacts:
stage: artifacts
needs: ["build:merge_request"]
timeout: 1h
allow_failure: true
script:
- cd ${CI_PROJECT_DIR}
- .gitlab-ci/scripts/handle_artifacts.py
......
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