Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Reference Detector
Manage
Activity
Members
Labels
Plan
Issues
2
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
Terraform modules
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
EIC
detectors
Reference Detector
Commits
7cdeff60
Commit
7cdeff60
authored
3 years ago
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
Added back in the benchmark triggers.
modified: .gitlab-ci.yml
parent
432e428e
Branches
upstream_trigger
No related tags found
1 merge request
!53
Added back in the benchmark triggers.
Pipeline
#8376
failed with stages
in 2 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+26
-20
26 additions, 20 deletions
.gitlab-ci.yml
with
26 additions
and
20 deletions
.gitlab-ci.yml
+
26
−
20
View file @
7cdeff60
...
@@ -42,6 +42,8 @@ env:
...
@@ -42,6 +42,8 @@ env:
echo "JUGGLER_DETECTOR_VERSION = ${CI_COMMIT_REF_NAME}"
echo "JUGGLER_DETECTOR_VERSION = ${CI_COMMIT_REF_NAME}"
echo "JUGGLER_DETECTOR_VERSION=$CI_COMMIT_REF_NAME" >> juggler.env
echo "JUGGLER_DETECTOR_VERSION=$CI_COMMIT_REF_NAME" >> juggler.env
echo "JUGGLER_DETECTOR=$JUGGLER_DETECTOR" >> juggler.env
echo "JUGGLER_DETECTOR=$JUGGLER_DETECTOR" >> juggler.env
echo "BEAMLINE_CONFIG=$BEAMLINE_CONFIG" >> juggler.env
echo "BEAMLINE_CONFIG_VERSION=$BEAMLINE_CONFIG_VERSION" >> juggler.env
fi
fi
artifacts
:
artifacts
:
reports
:
reports
:
...
@@ -113,24 +115,28 @@ detector:config_testing:
...
@@ -113,24 +115,28 @@ detector:config_testing:
-
cat doc/overlap_check.out
-
cat doc/overlap_check.out
allow_failure
:
true
allow_failure
:
true
#benchmarks:reconstruction:
benchmarks:reconstruction
:
# stage
:
deploy
stage
:
deploy
# variables
:
variables
:
# JUGGLER_DETECTOR: "$JUGGLER_DETECTOR"
JUGGLER_DETECTOR
:
"
$JUGGLER_DETECTOR"
# JUGGLER_DETECTOR_VERSION: "$JUGGLER_DETECTOR_VERSION"
JUGGLER_DETECTOR_VERSION
:
"
$JUGGLER_DETECTOR_VERSION"
# trigger:
BEAMLINE_CONFIG
:
"
$BEAMLINE_CONFIG"
# project: EIC/benchmarks/reconstruction_benchmarks
BEAMLINE_CONFIG_VERSION
:
"
$BEAMLINE_CONFIG_VERSION"
# strategy: depend
trigger
:
# needs: ["env","overlap_check","report"]
project
:
EIC/benchmarks/reconstruction_benchmarks
#
strategy
:
depend
#
needs
:
[
"
env"
,
"
overlap_check"
,
"
report"
]
#benchmarks:physics:
# stage: deploy
# variables:
benchmarks:physics
:
# JUGGLER_DETECTOR: "$JUGGLER_DETECTOR"
stage
:
deploy
# JUGGLER_DETECTOR_VERSION: "$JUGGLER_DETECTOR_VERSION"
variables
:
# trigger:
JUGGLER_DETECTOR
:
"
$JUGGLER_DETECTOR"
# project: EIC/benchmarks/physics_benchmarks
JUGGLER_DETECTOR_VERSION
:
"
$JUGGLER_DETECTOR_VERSION"
# strategy: depend
BEAMLINE_CONFIG
:
"
$BEAMLINE_CONFIG"
# needs: ["env","overlap_check","report"]
BEAMLINE_CONFIG_VERSION
:
"
$BEAMLINE_CONFIG_VERSION"
trigger
:
project
:
EIC/benchmarks/physics_benchmarks
strategy
:
depend
needs
:
[
"
env"
,
"
overlap_check"
,
"
report"
]
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