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
Merge requests
!2
Cleanup
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Cleanup
cleanup
into
master
Overview
0
Commits
11
Pipelines
0
Changes
1
Merged
Whitney Armstrong
requested to merge
cleanup
into
master
4 years ago
Overview
0
Commits
11
Pipelines
0
Changes
1
Expand
Working on fix for
#2 (closed)
0
0
Merge request reports
Compare
master
version 8
3e857744
4 years ago
version 7
c1476cfa
4 years ago
version 6
d56af2bc
4 years ago
version 5
fca3a018
4 years ago
version 4
2bbbfcdf
4 years ago
version 3
f4cad19f
4 years ago
version 2
162c65bc
4 years ago
version 1
f92e3804
4 years ago
master (base)
and
version 2
latest version
71e72378
11 commits,
4 years ago
version 8
3e857744
10 commits,
4 years ago
version 7
c1476cfa
9 commits,
4 years ago
version 6
d56af2bc
8 commits,
4 years ago
version 5
fca3a018
7 commits,
4 years ago
version 4
2bbbfcdf
6 commits,
4 years ago
version 3
f4cad19f
5 commits,
4 years ago
version 2
162c65bc
4 commits,
4 years ago
version 1
f92e3804
2 commits,
4 years ago
1 file
+
7
−
51
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
7
−
51
Options
@@ -134,6 +134,7 @@ roman_pot_eta:
zdc_simulation
:
stage
:
simulate
when
:
manual
needs
:
-
[
"
get_data"
]
tags
:
@@ -145,6 +146,7 @@ zdc_simulation:
zdc_benchmark
:
stage
:
benchmarks
when
:
manual
tags
:
-
sodium
needs
:
@@ -158,6 +160,7 @@ zdc_benchmark:
zdc_benchmark_info_histogram
:
stage
:
benchmarks
when
:
manual
needs
:
-
[
"
zdc_simulation"
]
tags
:
@@ -199,8 +202,10 @@ crystal_pion_simulation:
tags
:
-
sodium
script
:
-
cp topside/topside.xml ./.
-
bash calorimeters/run_simulation_crystal_pion.sh
-
cd topside && npsim --runType batch --numberOfEvents 100 \
--compactFile topside.xml \
--inputFiles ../data/emcal_electrons.hepmc \
--outputFile ../sim_output/output_emcal_electrons.root
deploy_results
:
stage
:
deploy
@@ -211,52 +216,3 @@ deploy_results:
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
Loading