Skip to content
Snippets Groups Projects
Commit 0ab27641 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Temporarily disabling downstream pipeline triggers.

parent 5c0269a9
No related branches found
No related tags found
1 merge request!24Fixing the build job
Pipeline #7716 passed
...@@ -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"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment