Skip to content
Snippets Groups Projects
Commit b9360397 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

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

parent 96bc8ac8
Branches v24.09-stable
Tags v24.09.0-stable
1 merge request!103.gitlab-ci.yml: dispatch reconstruction and physics benchmarks with same common_bench version
...@@ -128,6 +128,7 @@ benchmarks:reconstruction: ...@@ -128,6 +128,7 @@ benchmarks:reconstruction:
variables: variables:
JUGGLER_DETECTOR: "$JUGGLER_DETECTOR" JUGGLER_DETECTOR: "$JUGGLER_DETECTOR"
JUGGLER_DETECTOR_VERSION: "$JUGGLER_DETECTOR_VERSION" JUGGLER_DETECTOR_VERSION: "$JUGGLER_DETECTOR_VERSION"
COMMON_BENCH_VERSION: "$COMMON_BENCH_VERSION"
trigger: trigger:
project: EIC/benchmarks/reconstruction_benchmarks project: EIC/benchmarks/reconstruction_benchmarks
strategy: depend strategy: depend
...@@ -138,6 +139,7 @@ benchmarks:physics: ...@@ -138,6 +139,7 @@ benchmarks:physics:
variables: variables:
JUGGLER_DETECTOR: "$JUGGLER_DETECTOR" JUGGLER_DETECTOR: "$JUGGLER_DETECTOR"
JUGGLER_DETECTOR_VERSION: "$JUGGLER_DETECTOR_VERSION" JUGGLER_DETECTOR_VERSION: "$JUGGLER_DETECTOR_VERSION"
COMMON_BENCH_VERSION: "$COMMON_BENCH_VERSION"
trigger: trigger:
project: EIC/benchmarks/physics_benchmarks project: EIC/benchmarks/physics_benchmarks
strategy: depend strategy: depend
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment