Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CTA
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cta
CTA
Commits
cbb09fea
Commit
cbb09fea
authored
1 week ago
by
Niels Bugel
Browse files
Options
Downloads
Patches
Plain Diff
Allow failure true on analysis jobs
parent
cf8d20b7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab/ci/analysis.gitlab-ci.yml
+4
-1
4 additions, 1 deletion
.gitlab/ci/analysis.gitlab-ci.yml
with
4 additions
and
1 deletion
.gitlab/ci/analysis.gitlab-ci.yml
+
4
−
1
View file @
cbb09fea
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment