Skip to content
Snippets Groups Projects
Commit a201c8bb authored by Dmitry Kalinkin's avatar Dmitry Kalinkin Committed by Dmitry Kalinkin
Browse files

.gitlab-ci.yml: trigger physics_benchmarks pipelines

parent d51caf4a
Branches
Tags
1 merge request!922.gitlab-ci.yml: trigger physics_benchmarks pipelines
...@@ -444,7 +444,7 @@ jug_xl:singularity:nightly: ...@@ -444,7 +444,7 @@ jug_xl:singularity:nightly:
- jug_xl - jug_xl
benchmarks:detector:default: .benchmarks:
stage: benchmarks stage: benchmarks
needs: needs:
- version - version
...@@ -453,34 +453,46 @@ benchmarks:detector:default: ...@@ -453,34 +453,46 @@ benchmarks:detector:default:
DETECTOR: "epic" DETECTOR: "epic"
DETECTOR_CONFIG: epic_craterlake DETECTOR_CONFIG: epic_craterlake
DETECTOR_REPOSITORYURL: 'https://github.com/eic/epic.git' DETECTOR_REPOSITORYURL: 'https://github.com/eic/epic.git'
BENCHMARKS_TAG: "${INTERNAL_TAG}-default"
BENCHMARKS_CONTAINER: "jug_xl" BENCHMARKS_CONTAINER: "jug_xl"
BENCHMARKS_REGISTRY: "$CI_REGISTRY_IMAGE" BENCHMARKS_REGISTRY: "$CI_REGISTRY_IMAGE"
PIPELINE_NAME: "$PIPELINE_NAME" PIPELINE_NAME: "$PIPELINE_NAME"
allow_failure: false
benchmarks:detector:default:
extends: .benchmarks
variables:
BENCHMARKS_TAG: "${INTERNAL_TAG}-default"
trigger: trigger:
project: EIC/benchmarks/detector_benchmarks project: EIC/benchmarks/detector_benchmarks
strategy: depend strategy: depend
allow_failure: false
benchmarks:detector:nightly: benchmarks:detector:nightly:
stage: benchmarks extends: .benchmarks
rules: rules:
- !reference ['.nightly', rules] - !reference ['.nightly', rules]
needs:
- version
- jug_xl
variables: variables:
DETECTOR: "epic"
DETECTOR_CONFIG: epic_craterlake
DETECTOR_REPOSITORYURL: 'https://github.com/eic/epic.git'
BENCHMARKS_TAG: "${INTERNAL_TAG}-nightly" BENCHMARKS_TAG: "${INTERNAL_TAG}-nightly"
BENCHMARKS_CONTAINER: "jug_xl"
BENCHMARKS_REGISTRY: "$CI_REGISTRY_IMAGE"
PIPELINE_NAME: "$PIPELINE_NAME"
trigger: trigger:
project: EIC/benchmarks/detector_benchmarks project: EIC/benchmarks/detector_benchmarks
strategy: depend strategy: depend
allow_failure: false
benchmarks:phyiscs:default:
extends: .benchmarks
variables:
BENCHMARKS_TAG: "${INTERNAL_TAG}-default"
trigger:
project: EIC/benchmarks/physics_benchmarks
strategy: depend
benchmarks:physics:nightly:
extends: .benchmarks
rules:
- !reference ['.nightly', rules]
variables:
BENCHMARKS_TAG: "${INTERNAL_TAG}-nightly"
trigger:
project: EIC/benchmarks/physics_benchmarks
strategy: depend
df: df:
extends: .build extends: .build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment