Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
common_bench
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
benchmarks
common_bench
Commits
dcc0e08e
Commit
dcc0e08e
authored
1 year ago
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
Added a direct trigger to rec pipeline
testing for eic_container
parent
72bb1511
No related branches found
No related tags found
1 merge request
!81
Added a direct trigger to rec pipeline
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+17
-0
17 additions, 0 deletions
.gitlab-ci.yml
with
17 additions
and
0 deletions
.gitlab-ci.yml
+
17
−
0
View file @
dcc0e08e
...
...
@@ -3,6 +3,9 @@ image: ${BENCHMARKS_REGISTRY}/${BENCHMARKS_CONTAINER}:${BENCHMARKS_TAG}
variables
:
DETECTOR
:
"
epic"
DETECTOR_VERSION
:
"
main"
DETECTOR_REPOSITORYURL
:
'
https://github.com/eic/epic.git'
DETECTOR_CONFIG
:
epic_craterlake
workflow
:
rules
:
...
...
@@ -75,6 +78,20 @@ common:detector:
-
print_env.sh
-
ls -lrth
rec_benchmarks
:
stage
:
benchmarks
rules
:
-
if
:
'
$CI_SERVER_HOST
==
"eicweb.phy.anl.gov"'
needs
:
[
"
common:variables"
]
variables
:
COMMON_BENCH_VERSION
:
"
$COMMON_BENCH_VERSION"
DETECTOR
:
"
epic"
DETECTOR_REPOSITORYURL
:
'
https://github.com/eic/epic.git'
DETECTOR_CONFIG
:
epic_craterlake
trigger
:
project
:
EIC/benchmarks/reconstruction_benchmarks
strategy
:
depend
detector_benchmarks
:
stage
:
benchmarks
rules
:
...
...
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