Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
scdaq
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
scouting-demonstrator
scdaq
Commits
797623f7
Commit
797623f7
authored
4 months ago
by
Giovanna Lazzari Miotto
Browse files
Options
Downloads
Patches
Plain Diff
ci: Bump scdaq-builder and devtools images
parent
46cf7d4a
No related branches found
No related tags found
No related merge requests found
Pipeline
#8514118
passed
4 months ago
Stage: check
Stage: build
Stage: run
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+9
-9
9 additions, 9 deletions
.gitlab-ci.yml
with
9 additions
and
9 deletions
.gitlab-ci.yml
+
9
−
9
View file @
797623f7
image
:
gitlab-registry.cern.ch/scouting-demonstrator/scouting-docker-images/scdaq-builder:
scdaq-python3-support-9d9a61d8
image
:
gitlab-registry.cern.ch/scouting-demonstrator/scouting-docker-images/scdaq-builder:
2.0.5
check_formatting
:
check_formatting
:
stage
:
check
stage
:
check
when
:
manual
when
:
manual
image
:
gitlab-registry.cern.ch/scouting-demonstrator/scouting-docker-images/scouting-devtools:1.2.
0
image
:
gitlab-registry.cern.ch/scouting-demonstrator/scouting-docker-images/scouting-devtools:1.2.
2
script
:
script
:
-
find src/ -iname '*.h' -o -iname '*.cc' | xargs clang-format --style=file --dry-run -Werror || (printf "Please reformat your code using the command\ngit clang-format\n\nafter staging your files with \`git add\` or\n\nclang-format -i [your files]\n" && exit 1)
-
find src/ -iname '*.h' -o -iname '*.cc' | xargs clang-format --style=file --dry-run -Werror || (printf "Please reformat your code using the command\ngit clang-format\n\nafter staging your files with \`git add\` or\n\nclang-format -i [your files]\n" && exit 1)
code_quality-cppcheck
:
code_quality-cppcheck
:
stage
:
check
stage
:
check
when
:
manual
when
:
manual
image
:
gitlab-registry.cern.ch/scouting-demonstrator/scouting-docker-images/scouting-devtools:1.2.
0
image
:
gitlab-registry.cern.ch/scouting-demonstrator/scouting-docker-images/scouting-devtools:1.2.
2
script
:
script
:
-
cppcheck --xml --enable=all --suppress=missingIncludeSystem --inline-suppr --check-level=exhaustive --std=c++14 ./src 2> cppcheck_out.xml
-
cppcheck --xml --enable=all --suppress=missingIncludeSystem --inline-suppr --check-level=exhaustive --std=c++14 ./src 2> cppcheck_out.xml
-
cppcheck-codequality --input-file cppcheck_out.xml --output-file cppcheck.json
-
cppcheck-codequality --input-file cppcheck_out.xml --output-file cppcheck.json
...
@@ -21,7 +21,7 @@ code_quality-cppcheck:
...
@@ -21,7 +21,7 @@ code_quality-cppcheck:
code_quality-lizard
:
code_quality-lizard
:
stage
:
check
stage
:
check
when
:
manual
when
:
manual
image
:
gitlab-registry.cern.ch/scouting-demonstrator/scouting-docker-images/scouting-devtools:1.2.
0
image
:
gitlab-registry.cern.ch/scouting-demonstrator/scouting-docker-images/scouting-devtools:1.2.
2
script
:
script
:
-
statick --config=/tmp/statick.yaml --level=gitlab src/
-
statick --config=/tmp/statick.yaml --level=gitlab src/
-
sed -i 's#/builds/scouting-demonstrator/scdaq/##g' src-gitlab.code-climate.json
-
sed -i 's#/builds/scouting-demonstrator/scdaq/##g' src-gitlab.code-climate.json
...
@@ -47,7 +47,7 @@ build_rpm_tag:
...
@@ -47,7 +47,7 @@ build_rpm_tag:
build_rpm_dev
:
build_rpm_dev
:
stage
:
build
stage
:
build
when
:
manual
when
:
manual
except
:
except
:
-
tags
-
tags
script
:
script
:
-
BUILD_SYSTEM=cmake bash scripts/scdaqrpm.sh
-
BUILD_SYSTEM=cmake bash scripts/scdaqrpm.sh
...
@@ -62,8 +62,8 @@ run_filetest:
...
@@ -62,8 +62,8 @@ run_filetest:
stage
:
run
stage
:
run
script
:
script
:
-
bash scripts/test_filedma.sh
-
bash scripts/test_filedma.sh
stages
:
stages
:
-
check
-
check
-
build
-
build
-
run
-
run
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