Skip to content
Snippets Groups Projects

Fixing pages pipeline on PHY server

Merged Whitney Armstrong requested to merge pages_fix into master
1 file
+ 10
0
Compare changes
  • Side-by-side
  • Inline
+ 10
0
@@ -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"
Loading