Skip to content
Snippets Groups Projects
Commit cbb09fea authored by Niels Bugel's avatar Niels Bugel
Browse files

Allow failure true on analysis jobs

parent cf8d20b7
No related branches found
No related tags found
No related merge requests found
cppcheck: cppcheck:
allow_failure: true
rules: rules:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
when: never when: never
...@@ -23,6 +24,7 @@ cppcheck: ...@@ -23,6 +24,7 @@ cppcheck:
# based on https://gitlab.com/ahogen/cppcheck-codequality # based on https://gitlab.com/ahogen/cppcheck-codequality
cppcheck_report: cppcheck_report:
allow_failure: true
rules: rules:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
when: never when: never
...@@ -59,7 +61,7 @@ clang_format: ...@@ -59,7 +61,7 @@ clang_format:
name: gitlab-registry.cern.ch/linuxsupport/alma9-base name: gitlab-registry.cern.ch/linuxsupport/alma9-base
entrypoint: [""] entrypoint: [""]
script: script:
# Remove CC7-specific repos copied by defalt:before_script in .gitlab-ci.yml # Remove CC7-specific repos copied by defalt:before_script in .gitlab-ci.yml
- rm -rf /etc/yum.repos.d/centos-cernonly.repo - rm -rf /etc/yum.repos.d/centos-cernonly.repo
- rm -rf /etc/yum.repos.d/cta-ci.repo - rm -rf /etc/yum.repos.d/cta-ci.repo
- rm -rf /etc/yum.repos.d/eos-quarkdb.repo - rm -rf /etc/yum.repos.d/eos-quarkdb.repo
...@@ -71,6 +73,7 @@ clang_format: ...@@ -71,6 +73,7 @@ clang_format:
- clang-format.output - clang-format.output
catalogue_schema_version_check: catalogue_schema_version_check:
allow_failure: true
rules: rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event" - if: $CI_PIPELINE_SOURCE == "merge_request_event"
when: never when: never
......
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