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

fix: rm commented lines

parent 07e84869
No related branches found
No related tags found
1 merge request!730fix: set DETECTOR and DETECTOR_CONFIG in benchmark triggers
...@@ -484,81 +484,6 @@ benchmarks:detector:nightly: ...@@ -484,81 +484,6 @@ benchmarks:detector:nightly:
strategy: depend strategy: depend
allow_failure: true allow_failure: true
#benchmarks:reconstruction:default:
# stage: benchmarks
# needs:
# - version
# - jug_xl:default
# variables:
# DETECTOR: "${DETECTOR}"
# DETECTOR_CONFIG: "${DETECTOR_CONFIG}"
# DETECTOR_REPOSITORYURL: "${DETECTOR_REPOSITORYURL}"
# BENCHMARKS_TAG: "${INTERNAL_TAG}-default"
# BENCHMARKS_CONTAINER: "jug_xl"
# BENCHMARKS_REGISTRY: "$CI_REGISTRY_IMAGE"
# trigger:
# project: EIC/benchmarks/reconstruction_benchmarks
# strategy: depend
# allow_failure: true
#
#benchmarks:physics:default:
# stage: benchmarks
# needs:
# - version
# - jug_xl:default
# variables:
# RECO: "eicrecon"
# DETECTOR: "${DETECTOR}"
# DETECTOR_CONFIG: "${DETECTOR_CONFIG}"
# DETECTOR_REPOSITORYURL: "${DETECTOR_REPOSITORYURL}"
# BENCHMARKS_TAG: "${INTERNAL_TAG}-default"
# BENCHMARKS_CONTAINER: "jug_xl"
# BENCHMARKS_REGISTRY: "$CI_REGISTRY_IMAGE"
# trigger:
# project: EIC/benchmarks/physics_benchmarks
# strategy: depend
# allow_failure: false
#
#benchmarks:reconstruction:nightly:
# stage: benchmarks
# rules:
# - !reference ['.nightly', rules]
# needs:
# - version
# - jug_xl:nightly
# variables:
# DETECTOR: "${DETECTOR}"
# DETECTOR_CONFIG: "${DETECTOR_CONFIG}"
# DETECTOR_REPOSITORYURL: "${DETECTOR_REPOSITORYURL}"
# BENCHMARKS_TAG: "${INTERNAL_TAG}-nightly"
# BENCHMARKS_CONTAINER: "jug_xl"
# BENCHMARKS_REGISTRY: "$CI_REGISTRY_IMAGE"
# trigger:
# project: EIC/benchmarks/reconstruction_benchmarks
# strategy: depend
# allow_failure: true
#
#benchmarks:physics:nightly:
# stage: benchmarks
# rules:
# - !reference ['.nightly', rules]
# needs:
# - version
# - jug_xl:nightly
# variables:
# RECO: "eicrecon"
# DETECTOR: "${DETECTOR}"
# DETECTOR_CONFIG: "${DETECTOR_CONFIG}"
# DETECTOR_REPOSITORYURL: "${DETECTOR_REPOSITORYURL}"
# BENCHMARKS_TAG: "${INTERNAL_TAG}-nightly"
# BENCHMARKS_CONTAINER: "jug_xl"
# BENCHMARKS_REGISTRY: "$CI_REGISTRY_IMAGE"
# trigger:
# project: EIC/benchmarks/physics_benchmarks
# strategy: depend
# allow_failure: false
clean_internal_tag: clean_internal_tag:
image: alpine/curl image: alpine/curl
stage: finalize stage: finalize
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment