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
GitLab 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
Expand sidebar
Merged
Cleanup
cleanup
into
master
Overview
0
Commits
11
Pipelines
0
Changes
1
Merged
Cleanup
Whitney Armstrong
requested to merge
cleanup
into
master
Oct 7, 2020
Overview
0
Commits
11
Pipelines
0
Changes
1
Working on fix for
#2 (closed)
0
0
Merge request reports
Compare
master
version 8
3e857744
Oct 7, 2020
version 7
c1476cfa
Oct 7, 2020
version 6
d56af2bc
Oct 7, 2020
version 5
fca3a018
Oct 7, 2020
version 4
2bbbfcdf
Oct 7, 2020
version 3
f4cad19f
Oct 7, 2020
version 2
162c65bc
Oct 7, 2020
version 1
f92e3804
Oct 7, 2020
master (base)
and
version 1
latest version
71e72378
11 commits,
Oct 7, 2020
version 8
3e857744
10 commits,
Oct 7, 2020
version 7
c1476cfa
9 commits,
Oct 7, 2020
version 6
d56af2bc
8 commits,
Oct 7, 2020
version 5
fca3a018
7 commits,
Oct 7, 2020
version 4
2bbbfcdf
6 commits,
Oct 7, 2020
version 3
f4cad19f
5 commits,
Oct 7, 2020
version 2
162c65bc
4 commits,
Oct 7, 2020
version 1
f92e3804
2 commits,
Oct 7, 2020
1 file
+
4
−
51
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
4
−
51
View file @ f92e3804
Edit in single-file editor
Open in Web IDE
Show full file
@@ -199,8 +199,10 @@ crystal_pion_simulation:
@@ -199,8 +199,10 @@ crystal_pion_simulation:
tags
:
tags
:
-
sodium
-
sodium
script
:
script
:
-
cp topside/topside.xml ./.
-
cd topside && npsim --runType batch --numberOfEvents 100 \
-
bash calorimeters/run_simulation_crystal_pion.sh
--compactFile topside.xml \
--inputFiles ../data/emcal_electrons.hepmc \
--outputFile ../sim_output/output_emcal_electrons.root
deploy_results
:
deploy_results
:
stage
:
deploy
stage
:
deploy
@@ -211,52 +213,3 @@ deploy_results:
@@ -211,52 +213,3 @@ deploy_results:
script
:
script
:
-
echo "deploy results!"
-
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