Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
athena
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
detectors
athena
Commits
df744f2a
Commit
df744f2a
authored
3 years ago
by
Wouter Deconinck
Committed by
Wouter Deconinck
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Revert ordering; no effect since different stage.
parent
c6fd02a4
No related branches found
No related tags found
1 merge request
!170
Make view12/14/15 parallel (one slice per job)
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+28
-28
28 additions, 28 deletions
.gitlab-ci.yml
with
28 additions
and
28 deletions
.gitlab-ci.yml
+
28
−
28
View file @
df744f2a
...
@@ -77,34 +77,6 @@ build:simple:
...
@@ -77,34 +77,6 @@ build:simple:
-
mkdir -p build && cd build && cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local && make -j20 && make install && cd ..
-
mkdir -p build && cd build && cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local && make -j20 && make install && cd ..
-
echo "Build successful."
-
echo "Build successful."
overlap_check_tgeo
:
stage
:
test
needs
:
-
[
"
common:detector"
]
script
:
-
checkOverlaps -c ${DETECTOR_PATH}/athena.xml | tee doc/overlap_check_tgeo.out
-
echo "$(cat doc/overlap_check_tgeo.out | grep ovlp | wc -l) overlaps..."
-
if [[ "$(cat doc/overlap_check_tgeo.out | grep ovlp | wc -l)" -gt "0" ]] ; then echo "Overlaps exist!" &&
false
; fi
overlap_check_geant4:full
:
stage
:
test
needs
:
-
[
"
common:detector"
]
script
:
-
python scripts/checkOverlaps.py -c ${DETECTOR_PATH}/athena.xml | tee doc/overlap_check_geant4.out
-
echo "$(cat doc/overlap_check_geant4.out | grep GeomVol1002 | wc -l) overlaps..."
-
if [[ "$(cat doc/overlap_check_geant4.out | grep GeomVol1002 | wc -l)" -gt "0" ]] ; then echo "Overlaps exist!" &&
false
; fi
overlap_check_geant4:inner_detector
:
stage
:
test
needs
:
-
[
"
common:detector"
]
script
:
-
cp ${DETECTOR_PATH}/compact/subsystem_views/inner_detector.xml ${DETECTOR_PATH}/inner_detector.xml
-
python scripts/checkOverlaps.py -c ${DETECTOR_PATH}/inner_detector.xml | tee doc/overlap_check_geant4.out
-
echo "$(cat doc/overlap_check_geant4.out | grep GeomVol1002 | wc -l) overlaps..."
-
if [[ "$(cat doc/overlap_check_geant4.out | grep GeomVol1002 | wc -l)" -gt "0" ]] ; then echo "Overlaps exist!" &&
false
; fi
.views
:
.views
:
stage
:
docs
stage
:
docs
before_script
:
before_script
:
...
@@ -206,6 +178,34 @@ dump_constants:
...
@@ -206,6 +178,34 @@ dump_constants:
script
:
script
:
-
npdet_info dump ${DETECTOR_PATH}/athena.xml | tee doc/constants.out
-
npdet_info dump ${DETECTOR_PATH}/athena.xml | tee doc/constants.out
overlap_check_tgeo
:
stage
:
test
needs
:
-
[
"
common:detector"
]
script
:
-
checkOverlaps -c ${DETECTOR_PATH}/athena.xml | tee doc/overlap_check_tgeo.out
-
echo "$(cat doc/overlap_check_tgeo.out | grep ovlp | wc -l) overlaps..."
-
if [[ "$(cat doc/overlap_check_tgeo.out | grep ovlp | wc -l)" -gt "0" ]] ; then echo "Overlaps exist!" &&
false
; fi
overlap_check_geant4:full
:
stage
:
test
needs
:
-
[
"
common:detector"
]
script
:
-
python scripts/checkOverlaps.py -c ${DETECTOR_PATH}/athena.xml | tee doc/overlap_check_geant4.out
-
echo "$(cat doc/overlap_check_geant4.out | grep GeomVol1002 | wc -l) overlaps..."
-
if [[ "$(cat doc/overlap_check_geant4.out | grep GeomVol1002 | wc -l)" -gt "0" ]] ; then echo "Overlaps exist!" &&
false
; fi
overlap_check_geant4:inner_detector
:
stage
:
test
needs
:
-
[
"
common:detector"
]
script
:
-
cp ${DETECTOR_PATH}/compact/subsystem_views/inner_detector.xml ${DETECTOR_PATH}/inner_detector.xml
-
python scripts/checkOverlaps.py -c ${DETECTOR_PATH}/inner_detector.xml | tee doc/overlap_check_geant4.out
-
echo "$(cat doc/overlap_check_geant4.out | grep GeomVol1002 | wc -l) overlaps..."
-
if [[ "$(cat doc/overlap_check_geant4.out | grep GeomVol1002 | wc -l)" -gt "0" ]] ; then echo "Overlaps exist!" &&
false
; fi
convert_to_gdml
:
convert_to_gdml
:
stage
:
test
stage
:
test
needs
:
needs
:
...
...
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