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
9f6ccabd
Commit
9f6ccabd
authored
3 years ago
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
Triggering detector benchmarks
parent
872b4806
Branches
v24.09-stable
Branches containing commit
Tags
v24.09.0-stable
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+12
-10
12 additions, 10 deletions
.gitlab-ci.yml
README.md
+4
-0
4 additions, 0 deletions
README.md
with
16 additions
and
10 deletions
.gitlab-ci.yml
+
12
−
10
View file @
9f6ccabd
...
@@ -132,19 +132,21 @@ detector:config_testing:
...
@@ -132,19 +132,21 @@ detector:config_testing:
needs
:
needs
:
-
[
"
common:detector"
]
-
[
"
common:detector"
]
script
:
script
:
-
checkOverlaps -c ${DETECTOR_PATH}/reference_detector.xml | tee doc/overlap_check.out | wc -l
-
checkOverlaps
-o 's'
-c ${DETECTOR_PATH}/reference_detector.xml | tee doc/overlap_check.out | wc -l
-
cat doc/overlap_check.out
-
cat doc/overlap_check.out
benchmarks:detector
:
stage
:
deploy
variables
:
JUGGLER_DETECTOR
:
"
$JUGGLER_DETECTOR"
JUGGLER_DETECTOR_VERSION
:
"
$JUGGLER_DETECTOR_VERSION"
trigger
:
project
:
EIC/benchmarks/detector_benchmarks
strategy
:
depend
needs
:
[
"
overlap_check"
,
"
report"
]
allow_failure
:
true
allow_failure
:
true
#benchmarks:reconstruction:
# stage
:
deploy
# variables
:
# JUGGLER_DETECTOR: "$JUGGLER_DETECTOR"
# JUGGLER_DETECTOR_VERSION: "$JUGGLER_DETECTOR_VERSION"
# trigger:
# project: EIC/benchmarks/reconstruction_benchmarks
# strategy: depend
# needs: ["env","overlap_check","report"]
#benchmarks:reconstruction:
#benchmarks:reconstruction:
# stage
:
deploy
# stage
:
deploy
# variables
:
# variables
:
...
...
This diff is collapsed.
Click to expand it.
README.md
+
4
−
0
View file @
9f6ccabd
...
@@ -12,6 +12,10 @@ The reference detector at IP6 for Electron-Ion Collider experiment.
...
@@ -12,6 +12,10 @@ The reference detector at IP6 for Electron-Ion Collider experiment.
<img
src=
"https://eicweb.phy.anl.gov/api/v4/projects/447/jobs/artifacts/master/raw/images/view01_top.png?job=report"
width=
"400px"
/>
<img
src=
"https://eicweb.phy.anl.gov/api/v4/projects/447/jobs/artifacts/master/raw/images/view01_top.png?job=report"
width=
"400px"
/>
</a>
</a>
[
Browse latest
](
https://eicweb.phy.anl.gov/EIC/detectors/reference_detector/-/jobs/artifacts/master/browse/images?job=report
)
[
Detector views
](
views/detector_views.md
)
Getting Started
Getting Started
---------------
---------------
...
...
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