Skip to content
Snippets Groups Projects
Commit 579dcf7f authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: .gitlab-ci.yml

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