IAP GITLAB

Skip to content
Snippets Groups Projects
Commit eeb45701 authored by Ralf M Ulrich's avatar Ralf M Ulrich
Browse files

allow failure

parent 629b125f
No related branches found
No related tags found
1 merge request!214use of rules
Checking pipeline status
......@@ -288,11 +288,13 @@ release-full-u-18_04:
- if: '$CI_MERGE_REQUEST_LABELS =~ /Ready for code review/' # run on merge requests, if label 'Ready for code review' is set
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when: manual
allow_failure: true
- if: $CI_MERGE_REQUEST_ID
when: manual
allow_failure: true
- if: $CI_COMMIT_TAG
when: manual
- allow_failure: true
allow_failure: true
# artifacts:
# when: always
# expire_in: 3 days
......@@ -325,11 +327,13 @@ release-full-clang-8:
- if: '$CI_MERGE_REQUEST_LABELS =~ /Ready for code review/' # run on merge requests, if label 'Ready for code review' is set
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when: manual
allow_failure: true
- if: $CI_MERGE_REQUEST_ID
when: manual
allow_failure: true
- if: $CI_COMMIT_TAG
when: manual
- allow_failure: true
allow_failure: true
# artifacts:
# when: always
# expire_in: 3 days
......@@ -363,9 +367,10 @@ coverage:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_MERGE_REQUEST_ID
when: manual
allow_failure: true
- if: $CI_COMMIT_TAG
when: manual
- allow_failure: true
allow_failure: true
# artifacts:
# expire_in: 1 year
# paths:
......@@ -391,11 +396,13 @@ documentation:
- if: '$CI_MERGE_REQUEST_LABELS =~ /Ready for code review/' # run on merge requests, if label 'Ready for code review' is set
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when: manual
allow_failure: true
- if: $CI_MERGE_REQUEST_ID
when: manual
allow_failure: true
- if: $CI_COMMIT_TAG
when: manual
- allow_failure: true
allow_failure: true
# artifacts:
# expire_in: 3 weeks
# paths:
......@@ -419,8 +426,10 @@ sanity:
- if: '$CI_MERGE_REQUEST_LABELS =~ /Ready for code review/' # run on merge requests, if label 'Ready for code review' is set
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when: manual
allow_failure: true
- if: $CI_MERGE_REQUEST_ID
when: manual
allow_failure: true
- if: $CI_COMMIT_TAG
when: manual
- allow_failure: true
allow_failure: true
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