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

feat: trigger benchmarks on internal network

parent 091b1d14
No related branches found
No related tags found
No related merge requests found
Pipeline #93084 canceled with stages
in 4 minutes and 1 second
......@@ -561,7 +561,7 @@ benchmarks:detector:default:
DETECTOR_REPOSITORYURL: 'https://github.com/eic/epic.git'
BENCHMARKS_TAG: "${INTERNAL_TAG}-default"
BENCHMARKS_CONTAINER: "jug_xl"
BENCHMARKS_REGISTRY: "$CI_REGISTRY_IMAGE"
BENCHMARKS_REGISTRY: "eicweb:4567"
PIPELINE_NAME: "$PIPELINE_NAME_CONTAINER"
trigger:
project: EIC/benchmarks/detector_benchmarks
......@@ -581,7 +581,7 @@ benchmarks:detector:nightly:
DETECTOR_REPOSITORYURL: 'https://github.com/eic/epic.git'
BENCHMARKS_TAG: "${INTERNAL_TAG}-nightly"
BENCHMARKS_CONTAINER: "jug_xl"
BENCHMARKS_REGISTRY: "$CI_REGISTRY_IMAGE"
BENCHMARKS_REGISTRY: "eicweb:4567"
PIPELINE_NAME: "$PIPELINE_NAME_CONTAINER"
trigger:
project: EIC/benchmarks/detector_benchmarks
......
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