Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Reference Detector
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
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
2b526815
Commit
2b526815
authored
4 years ago
by
Whitney Armstrong
Browse files
Options
Downloads
Plain Diff
Merge branch 'ci_fix' into 'master'
Fixing the build job See merge request
!24
parents
b167e98b
4dfe9a01
No related branches found
No related tags found
1 merge request
!24
Fixing the build job
Pipeline
#7721
passed
4 years ago
Stage: config
Stage: build
Stage: docs
Stage: test
Stage: finalize
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+21
-20
21 additions, 20 deletions
.gitlab-ci.yml
with
21 additions
and
20 deletions
.gitlab-ci.yml
+
21
−
20
View file @
2b526815
...
...
@@ -51,6 +51,7 @@ compile:
needs
:
-
[
"
env"
]
script
:
-
mkdir -p build && cd build && cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local && make -j20 && make install && cd ..
-
echo "Build successful."
.views
:
...
...
@@ -103,24 +104,24 @@ detector:config_testing:
-
cat doc/overlap_check.out
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:physics
:
stage
:
deploy
variables
:
JUGGLER_DETECTOR
:
"
$JUGGLER_DETECTOR"
JUGGLER_DETECTOR_VERSION
:
"
$JUGGLER_DETECTOR_VERSION"
trigger
:
project
:
EIC/benchmarks/physics_benchmarks
strategy
:
depend
needs
:
[
"
env"
,
"
overlap_check"
,
"
report"
]
#
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:physics:
#
stage: deploy
#
variables:
#
JUGGLER_DETECTOR: "$JUGGLER_DETECTOR"
#
JUGGLER_DETECTOR_VERSION: "$JUGGLER_DETECTOR_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