Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
EIC
detectors
topside
Commits
2f614bae
Commit
2f614bae
authored
Mar 19, 2021
by
Whitney Armstrong
Browse files
modified: .gitlab-ci.yml
parent
e261be20
Pipeline
#7400
failed with stages
in 9 minutes and 39 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2f614bae
...
...
@@ -82,6 +82,8 @@ include:
report
:
stage
:
finalize
rules
:
-
if
:
'
$CI_SERVER_HOST
==
"eicweb.phy.anl.gov"'
needs
:
-
view_01
-
view_02
...
...
@@ -104,6 +106,8 @@ report:
overlap_check
:
stage
:
test
rules
:
-
if
:
'
$CI_SERVER_HOST
==
"eicweb.phy.anl.gov"'
needs
:
-
[
"
compile"
]
script
:
...
...
@@ -113,6 +117,8 @@ overlap_check:
topside:config_testing:
stage
:
test
rules
:
-
if
:
'
$CI_SERVER_HOST
==
"eicweb.phy.anl.gov"'
needs
:
-
[
"
compile"
]
script
:
...
...
@@ -122,6 +128,8 @@ topside:config_testing:
benchmarks:reconstruction:
stage
:
deploy
rules
:
-
if
:
'
$CI_SERVER_HOST
==
"eicweb.phy.anl.gov"'
variables
:
JUGGLER_DETECTOR
:
"
$JUGGLER_DETECTOR"
JUGGLER_DETECTOR_VERSION
:
"
$JUGGLER_DETECTOR_VERSION"
...
...
@@ -132,6 +140,8 @@ benchmarks:reconstruction:
benchmarks:physics:
stage
:
deploy
rules
:
-
if
:
'
$CI_SERVER_HOST
==
"eicweb.phy.anl.gov"'
variables
:
JUGGLER_DETECTOR
:
"
$JUGGLER_DETECTOR"
JUGGLER_DETECTOR_VERSION
:
"
$JUGGLER_DETECTOR_VERSION"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment