Skip to content
Snippets Groups Projects

.gitlab-ci.yml: dispatch reconstruction and physics benchmarks with same common_bench version

Merged Wouter Deconinck requested to merge wdconinc-master-patch-52225 into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -128,6 +128,7 @@ benchmarks:reconstruction:
variables:
JUGGLER_DETECTOR: "$JUGGLER_DETECTOR"
JUGGLER_DETECTOR_VERSION: "$JUGGLER_DETECTOR_VERSION"
COMMON_BENCH_VERSION: "$COMMON_BENCH_VERSION"
trigger:
project: EIC/benchmarks/reconstruction_benchmarks
strategy: depend
@@ -138,6 +139,7 @@ benchmarks:physics:
variables:
JUGGLER_DETECTOR: "$JUGGLER_DETECTOR"
JUGGLER_DETECTOR_VERSION: "$JUGGLER_DETECTOR_VERSION"
COMMON_BENCH_VERSION: "$COMMON_BENCH_VERSION"
trigger:
project: EIC/benchmarks/physics_benchmarks
strategy: depend
Loading