Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
detector_benchmarks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
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
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
EIC
benchmarks
detector_benchmarks
Commits
2373784c
Commit
2373784c
authored
4 years ago
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
modified: .gitlab-ci.yml
parent
9cbd61a6
Branches
Branches containing commit
No related tags found
1 merge request
!10
Restructure benchmarks
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+19
-18
19 additions, 18 deletions
.gitlab-ci.yml
with
19 additions
and
18 deletions
.gitlab-ci.yml
+
19
−
18
View file @
2373784c
...
...
@@ -68,18 +68,10 @@ get_data:
# - ./bin/gen_ci_config -p cal_test_ -i calorimeters > results/calorimeters_config.yml
# - ./bin/gen_ci_config -p pid_test_ -i pid > results/pid_config.yml
cal_test_3_zdc_neutrons_reader
:
stage
:
benchmarks
needs
:
-
[
"
zdc_simulation"
]
script
:
-
root -b -q benchmarks/calorimeters/zdc_neutrons_reader.cxx
allow_failure
:
true
roman_pot_simu
:
stage
:
simulate
needs
:
-
[
"
get_data"
]
-
[
"
get_data"
,
"
detector"
]
script
:
-
cp NPDet/src/detectors/trackers/compact/elements.xml ./.
-
cp NPDet/src/detectors/trackers/compact/materials.xml ./.
...
...
@@ -88,7 +80,7 @@ roman_pot_simu:
roman_pot_nhits
:
stage
:
benchmarks
needs
:
-
[
"
roman_pot_simu"
]
-
[
"
roman_pot_simu"
,
"
detector"
]
script
:
-
root -b -q benchmarks/trackers/simple_tracking.cxx+
allow_failure
:
true
...
...
@@ -96,7 +88,7 @@ roman_pot_nhits:
roman_pot_eta
:
stage
:
benchmarks
needs
:
-
[
"
roman_pot_simu"
]
-
[
"
roman_pot_simu"
,
"
detector"
]
script
:
-
root -b -q benchmarks/trackers/roman_pot_hit_eta.cxx+
allow_failure
:
true
...
...
@@ -104,16 +96,25 @@ roman_pot_eta:
zdc_simulation
:
stage
:
simulate
needs
:
-
[
"
get_data"
]
-
[
"
get_data"
,
"
detector"
]
script
:
-
cp NPDet/src/detectors/calorimeters/compact/elements.xml ./.
-
cp NPDet/src/detectors/calorimeters/compact/materials.xml ./.
-
bash benchmarks/calorimeters/run_simulation_zdc.sh
cal_test_3_zdc_neutrons_reader
:
stage
:
benchmarks
needs
:
-
[
"
zdc_simulation"
,
"
detector"
]
script
:
-
root -b -q benchmarks/calorimeters/zdc_neutrons_reader.cxx
allow_failure
:
true
zdc_benchmark
:
stage
:
benchmarks
needs
:
-
[
"
zdc_simulation"
]
-
[
"
zdc_simulation"
,
"
detector"
]
script
:
-
ls -lrth sim_output
-
root -b -q benchmarks/calorimeters/simple_checking.cxx+
...
...
@@ -122,7 +123,7 @@ zdc_benchmark:
zdc_benchmark_info_histogram
:
stage
:
benchmarks
needs
:
-
[
"
zdc_simulation"
]
-
[
"
zdc_simulation"
,
"
detector"
]
script
:
-
cp NPDet/src/detectors/calorimeters/compact/elements.xml calorimeters/
-
cp NPDet/src/detectors/calorimeters/compact/materials.xml calorimeters/
...
...
@@ -132,7 +133,7 @@ zdc_benchmark_info_histogram:
crystal_emcal_simulation
:
stage
:
simulate
needs
:
-
[
"
get_data"
]
-
[
"
get_data"
,
"
detector"
]
tags
:
-
silicon
script
:
...
...
@@ -143,7 +144,7 @@ crystal_emcal_simulation:
crystal_benchmark
:
stage
:
benchmarks
needs
:
-
[
"
crystal_emcal_simulation"
]
-
[
"
crystal_emcal_simulation"
,
"
detector"
]
script
:
-
ls -lrth sim_output
-
root -b -q benchmarks/calorimeters/simple_checking_crystal.cxx+
...
...
@@ -152,7 +153,7 @@ crystal_benchmark:
crystal_pion_simulation
:
stage
:
simulate
needs
:
-
[
"
get_data"
]
-
[
"
get_data"
,
"
detector"
]
tags
:
-
silicon
script
:
...
...
@@ -162,7 +163,7 @@ crystal_pion_simulation:
deploy_results
:
stage
:
deploy
needs
:
-
[
"
zdc_benchmark"
,
"
zdc_benchmark_info_histogram"
]
-
[
"
zdc_benchmark"
,
"
zdc_benchmark_info_histogram"
,
"
detector"
]
tags
:
-
silicon
script
:
...
...
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