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
Branches
No related tags found
1 merge request!394CI: allow failure in new jobs 'handle_artifacts' and 'report-image-diff'
Pipeline #123374 passed
...@@ -71,6 +71,7 @@ report-image-diff: ...@@ -71,6 +71,7 @@ report-image-diff:
- if: $CI_MERGE_REQUEST_LABELS =~ /skip build/ - if: $CI_MERGE_REQUEST_LABELS =~ /skip build/
when: never when: never
- if: $CI_MERGE_REQUEST_IID - if: $CI_MERGE_REQUEST_IID
allow_failure: true
script: script:
- cd ${CI_PROJECT_DIR} - cd ${CI_PROJECT_DIR}
- .gitlab-ci/scripts/report_image_diff.py - .gitlab-ci/scripts/report_image_diff.py
......
...@@ -145,6 +145,7 @@ handle_artifacts: ...@@ -145,6 +145,7 @@ handle_artifacts:
stage: artifacts stage: artifacts
needs: ["build:merge_request"] needs: ["build:merge_request"]
timeout: 1h timeout: 1h
allow_failure: true
script: script:
- cd ${CI_PROJECT_DIR} - cd ${CI_PROJECT_DIR}
- .gitlab-ci/scripts/handle_artifacts.py - .gitlab-ci/scripts/handle_artifacts.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment