Skip to content
Snippets Groups Projects

Fixing the build job

Merged Whitney Armstrong requested to merge ci_fix into master
1 file
+ 20
20
Compare changes
  • Side-by-side
  • Inline
+ 20
20
@@ -104,24 +104,24 @@ detector:config_testing:
@@ -104,24 +104,24 @@ 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:
# trigger:
project: EIC/benchmarks/reconstruction_benchmarks
# project: EIC/benchmarks/reconstruction_benchmarks
strategy: depend
# strategy: depend
needs: ["env","overlap_check","report"]
# needs: ["env","overlap_check","report"]
#
#
benchmarks:physics:
#benchmarks:physics:
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:
# trigger:
project: EIC/benchmarks/physics_benchmarks
# project: EIC/benchmarks/physics_benchmarks
strategy: depend
# strategy: depend
needs: ["env","overlap_check","report"]
# needs: ["env","overlap_check","report"]
Loading