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

feat: trigger benchmarks on internal network

parent 9110ee9d
No related branches found
No related tags found
1 merge request!916feat: trigger benchmarks on internal network
......@@ -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: "$CI_REGISTRY_IMAGE"
BENCHMARKS_REGISTRY: "eicweb:4567"
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: "$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