Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
athena
Manage
Activity
Members
Labels
Plan
Issues
38
Issue boards
Milestones
Wiki
Code
Merge requests
34
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
1b6050c7
Commit
1b6050c7
authored
3 years ago
by
Chao Peng
Browse files
Options
Downloads
Patches
Plain Diff
Change the CI job for EcalEndcapN placement
parent
e0c4d842
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!127
Change the CI job for EcalEndcapN placement
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+0
-10
0 additions, 10 deletions
.gitlab-ci.yml
scripts/plot_ce_ecal_placement.py
+1
-1
1 addition, 1 deletion
scripts/plot_ce_ecal_placement.py
with
1 addition
and
11 deletions
.gitlab-ci.yml
+
0
−
10
View file @
1b6050c7
...
...
@@ -106,16 +106,6 @@ include:
-
local
:
'
views/view15.yml'
-
local
:
'
views/view20.yml'
ce_ecal_placement
:
stage
:
test
needs
:
-
common:detector
script
:
-
python scripts/ce_ecal_placement.py --save ce_ecal_crystal_glass.xml
-
mv ce_ecal_placement.png doc/ce_ecal_placement.png
-
if ! diff ce_ecal_crystal_glass.xml compact/ce_ecal_crystal_glass.xml ; then echo "ce_ecal_crystal_glaxs.xml not reproducible" &&
false
; fi
-
echo "EndcapN layout at https://eicweb.phy.anl.gov/EIC/detectors/athena/-/jobs/${CI_JOB_ID}/artifacts/raw/doc/ce_ecal_placement.png"
dump_geometry
:
stage
:
test
needs
:
...
...
This diff is collapsed.
Click to expand it.
scripts/ce_ecal_placement.py
→
scripts/
plot_
ce_ecal_placement.py
+
1
−
1
View file @
1b6050c7
...
...
@@ -93,7 +93,7 @@ def compact_constants(path, names):
if
__name__
==
'
__main__
'
:
parser
=
argparse
.
ArgumentParser
()
parser
.
add_argument
(
'
-s
'
,
'
--save
'
,
default
=
'
c
ompact/ce_ecal_crystal_glass
.xml
'
,
parser
.
add_argument
(
'
-s
'
,
'
--save
'
,
default
=
'
c
e_ecal_placement_test
.xml
'
,
help
=
'
path to save compact file.
'
)
parser
.
add_argument
(
'
-c
'
,
'
--compact
'
,
default
=
''
,
help
=
'
compact file to get contant to plot
'
)
...
...
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