Skip to content
Snippets Groups Projects

feat: trigger benchmarks on internal network

Closed Wouter Deconinck requested to merge benchmarks-eicweb into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -456,7 +456,7 @@ benchmarks:detector:default:
DETECTOR_REPOSITORYURL: 'https://github.com/eic/epic.git'
BENCHMARKS_TAG: "${INTERNAL_TAG}-default"
BENCHMARKS_CONTAINER: "jug_xl"
BENCHMARKS_REGISTRY: "eicweb:4567"
BENCHMARKS_REGISTRY: "eicweb:4567/containers/eic_container"
PIPELINE_NAME: "$PIPELINE_NAME_CONTAINER"
trigger:
project: EIC/benchmarks/detector_benchmarks
@@ -476,7 +476,7 @@ benchmarks:detector:nightly:
DETECTOR_REPOSITORYURL: 'https://github.com/eic/epic.git'
BENCHMARKS_TAG: "${INTERNAL_TAG}-nightly"
BENCHMARKS_CONTAINER: "jug_xl"
BENCHMARKS_REGISTRY: "eicweb:4567"
BENCHMARKS_REGISTRY: "eicweb:4567/containers/eic_container"
PIPELINE_NAME: "$PIPELINE_NAME_CONTAINER"
trigger:
project: EIC/benchmarks/detector_benchmarks
Loading