Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
physics_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
physics_benchmarks
Commits
ccc58e1b
Commit
ccc58e1b
authored
4 years ago
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
new file: .gitlab-ci.yml
modified: README.md
parent
361f74ee
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+251
-0
251 additions, 0 deletions
.gitlab-ci.yml
README.md
+0
-4
0 additions, 4 deletions
README.md
with
251 additions
and
4 deletions
.gitlab-ci.yml
0 → 100644
+
251
−
0
View file @
ccc58e1b
image
:
eicweb.phy.anl.gov:4567/containers/eic_container/eic:latest
default
:
artifacts
:
expire_in
:
10 mins
paths
:
-
results/
-
datasets/
-
sim_output/
-
data
# exclude
:
# - .git/
# - datasets/.git/
before_script
:
-
git clone https://eicweb.phy.anl.gov/EIC/NPDet.git
# - cd NPDet/build && cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local && make -j10 && make install
# - cd ../..
stages
:
-
data_init
# - ci_gen
-
simulate
-
benchmarks
-
deploy
#- others
get_data
:
stage
:
data_init
tags
:
-
sodium
script
:
-
git clone https://eicweb.phy.anl.gov/EIC/datasets.git datasets
-
ln -s datasets/data
-
mkdir -p results
-
mkdir -p sim_output
#generate_config:
# stage: ci_gen
# tags:
# - sodium
# script:
# - ./bin/gen_ci_config -p track_test_ -i trackers > results/trackers_config.yml
# - ./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_sim_1_dummy_test2
:
stage
:
simulate
tags
:
-
sodium
needs
:
-
[
"
get_data"
]
script
:
-
echo "here we run simulation"
cal_test_1_dummy_test2
:
stage
:
benchmarks
needs
:
-
[
"
cal_sim_1_dummy_test2"
]
tags
:
-
sodium
script
:
-
bash calorimeters/dummy_test2.sh
allow_failure
:
true
#cal_test_2_dummy_test:
# stage: benchmarks
# tags:
# - sodium
# script:
# - bash calorimeters/dummy_test.sh
# allow_failure: true
cal_test_3_zdc_neutrons_reader
:
stage
:
benchmarks
tags
:
-
sodium
needs
:
-
[
"
zdc_simulation"
]
script
:
-
root -b -q calorimeters/zdc_neutrons_reader.cxx
allow_failure
:
true
pid_test_1_dummy_test
:
stage
:
benchmarks
tags
:
-
sodium
needs
:
-
[
"
cal_sim_1_dummy_test2"
]
script
:
-
bash pid/dummy_test.sh
allow_failure
:
true
track_test_1_dummy_test
:
stage
:
benchmarks
needs
:
-
[
"
cal_sim_1_dummy_test2"
]
tags
:
-
sodium
script
:
-
bash trackers/dummy_test.sh
allow_failure
:
true
roman_pot_simu
:
stage
:
simulate
needs
:
-
[
"
get_data"
]
tags
:
-
sodium
script
:
-
cp NPDet/src/GenericDetectors/trackers/compact/elements.xml ./.
-
cp NPDet/src/GenericDetectors/trackers/compact/materials.xml ./.
-
bash trackers/roman_pot_simu.sh
roman_pot_nhits
:
stage
:
benchmarks
needs
:
-
[
"
roman_pot_simu"
]
tags
:
-
sodium
script
:
-
root -b -q trackers/simple_tracking.cxx+
allow_failure
:
true
roman_pot_eta
:
stage
:
benchmarks
tags
:
-
sodium
needs
:
-
[
"
roman_pot_simu"
]
script
:
-
root -b -q trackers/roman_pot_hit_eta.cxx+
allow_failure
:
true
zdc_simulation
:
stage
:
simulate
needs
:
-
[
"
get_data"
]
tags
:
-
sodium
script
:
-
cp NPDet/src/GenericDetectors/calorimeters/compact/elements.xml ./.
-
cp NPDet/src/GenericDetectors/calorimeters/compact/materials.xml ./.
-
bash calorimeters/run_simulation_zdc.sh
zdc_benchmark
:
stage
:
benchmarks
tags
:
-
sodium
needs
:
-
[
"
zdc_simulation"
]
dependencies
:
-
zdc_simulation
script
:
-
ls -lrth sim_output
-
root -b -q calorimeters/simple_checking.cxx+
allow_failure
:
true
zdc_benchmark_info_histogram
:
stage
:
benchmarks
needs
:
-
[
"
zdc_simulation"
]
tags
:
-
sodium
dependencies
:
-
zdc_simulation
script
:
-
cp NPDet/src/GenericDetectors/calorimeters/compact/elements.xml calorimeters/
-
cp NPDet/src/GenericDetectors/calorimeters/compact/materials.xml calorimeters/
-
root -b -q calorimeters/simple_info_plot_histograms.cxx+
allow_failure
:
true
crystal_emcal_simulation
:
stage
:
simulate
needs
:
-
[
"
get_data"
]
tags
:
-
sodium
script
:
-
cp NPDet/src/GenericDetectors/calorimeters/compact/elements.xml ./.
-
cp NPDet/src/GenericDetectors/calorimeters/compact/materials.xml ./.
-
bash calorimeters/run_simulation_crystal.sh
crystal_benchmark
:
stage
:
benchmarks
tags
:
-
sodium
needs
:
-
[
"
crystal_emcal_simulation"
]
script
:
-
ls -lrth sim_output
-
root -b -q calorimeters/simple_checking_crystal.cxx+
allow_failure
:
true
deploy_results
:
stage
:
deploy
needs
:
-
[
"
zdc_benchmark"
,
"
zdc_benchmark_info_histogram"
]
tags
:
-
sodium
script
:
-
echo "deploy results!"
# artifacts
:
# paths:
# - datasets
#track_test1:
# stage: detectors
# tags:
# - sodium
# script:
# - bash trackers/dummy_test.sh
# allow_failure: true
#
#cal_test1:
# stage: detectors
# tags:
# - sodium
# script:
# - bash calorimeters/dummy_test.sh
# allow_failure: true
#
#cal_test2:
# stage: detectors
# tags:
# - sodium
# script:
# - root -b -q calorimeters/zdc_neutrons_reader.cxx
# allow_failure: true
#pid_test1:
# stage: detectors
# tags:
# - sodium
# script:
# - bash pid/dummy_test.sh
# allow_failure: true
#pages:
# image: alpine
# when: manual
# stage: build
# script:
# - apk update && apk add doxygen graphviz ttf-ubuntu-font-family
# - cd doc && doxygen Doxyfile && mv doxygen_output/html/ ../public/
# artifacts:
# paths:
# - public # only:
# - master
This diff is collapsed.
Click to expand it.
README.md
+
0
−
4
View file @
ccc58e1b
...
...
@@ -2,10 +2,6 @@ Physics Benchmarks for the EIC
==============================
[

](https://eicweb.phy.anl.gov/jihee.kim/benchmarks/-/commits/master)
## Adding new benchmarks
### Pass/Fail tests
...
...
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