Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
detector_benchmarks
Manage
Activity
Members
Labels
Plan
Issues
21
Issue boards
Milestones
Wiki
Code
Merge requests
7
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
ecb748fd
Commit
ecb748fd
authored
4 years ago
by
Sylvester Joosten
Browse files
Options
Downloads
Patches
Plain Diff
Updated CI for v2.0.2-based container
parent
14475dc8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+0
-4
0 additions, 4 deletions
.gitlab-ci.yml
calorimeters/run_simulation_zdc.sh
+0
-2
0 additions, 2 deletions
calorimeters/run_simulation_zdc.sh
trackers/roman_pot_simu.sh
+0
-2
0 additions, 2 deletions
trackers/roman_pot_simu.sh
with
0 additions
and
8 deletions
.gitlab-ci.yml
+
0
−
4
View file @
ecb748fd
...
@@ -88,7 +88,6 @@ cal_test_3_zdc_neutrons_reader:
...
@@ -88,7 +88,6 @@ cal_test_3_zdc_neutrons_reader:
tags
:
tags
:
-
sodium
-
sodium
script
:
script
:
-
source /etc/profile
-
root -b -q calorimeters/zdc_neutrons_reader.cxx
-
root -b -q calorimeters/zdc_neutrons_reader.cxx
allow_failure
:
true
allow_failure
:
true
...
@@ -113,7 +112,6 @@ roman_pot_nhits:
...
@@ -113,7 +112,6 @@ roman_pot_nhits:
tags
:
tags
:
-
sodium
-
sodium
script
:
script
:
-
source /etc/profile
-
root -b -q trackers/simple_tracking.cxx+
-
root -b -q trackers/simple_tracking.cxx+
allow_failure
:
true
allow_failure
:
true
...
@@ -122,7 +120,6 @@ roman_pot_eta:
...
@@ -122,7 +120,6 @@ roman_pot_eta:
tags
:
tags
:
-
sodium
-
sodium
script
:
script
:
-
source /etc/profile
-
root -b -q trackers/roman_pot_hit_eta.cxx+
-
root -b -q trackers/roman_pot_hit_eta.cxx+
allow_failure
:
true
allow_failure
:
true
...
@@ -131,7 +128,6 @@ zdc_benchmark:
...
@@ -131,7 +128,6 @@ zdc_benchmark:
tags
:
tags
:
-
sodium
-
sodium
script
:
script
:
-
source /etc/profile
-
ls -lrth sim_output
-
ls -lrth sim_output
-
root -b -q calorimeters/simple_checking.cxx+
-
root -b -q calorimeters/simple_checking.cxx+
allow_failure
:
true
allow_failure
:
true
...
...
This diff is collapsed.
Click to expand it.
calorimeters/run_simulation_zdc.sh
+
0
−
2
View file @
ecb748fd
#!/bin/bash
#!/bin/bash
source
/etc/profile
ddsim
--runType
batch
--numberOfEvents
100
\
ddsim
--runType
batch
--numberOfEvents
100
\
--compactFile
./calorimeters/ZDC_example.xml
\
--compactFile
./calorimeters/ZDC_example.xml
\
--inputFiles
./data/zdc_photons.hepmc
\
--inputFiles
./data/zdc_photons.hepmc
\
...
...
This diff is collapsed.
Click to expand it.
trackers/roman_pot_simu.sh
+
0
−
2
View file @
ecb748fd
#!/bin/bash
#!/bin/bash
source
/etc/profile
ddsim
--runType
batch
-N
300
\
ddsim
--runType
batch
-N
300
\
--inputFiles
./data/forward_ions.hepmc
\
--inputFiles
./data/forward_ions.hepmc
\
--compactFile
./trackers/roman_pot.xml
\
--compactFile
./trackers/roman_pot.xml
\
...
...
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