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

Added a direct trigger to rec pipeline

testing for eic_container
parent 72bb1511
Branches trig_rec
No related tags found
1 merge request!81Added a direct trigger to rec pipeline
...@@ -3,6 +3,9 @@ image: ${BENCHMARKS_REGISTRY}/${BENCHMARKS_CONTAINER}:${BENCHMARKS_TAG} ...@@ -3,6 +3,9 @@ image: ${BENCHMARKS_REGISTRY}/${BENCHMARKS_CONTAINER}:${BENCHMARKS_TAG}
variables: variables:
DETECTOR: "epic" DETECTOR: "epic"
DETECTOR_VERSION: "main" DETECTOR_VERSION: "main"
DETECTOR_REPOSITORYURL: 'https://github.com/eic/epic.git'
DETECTOR_CONFIG: epic_craterlake
workflow: workflow:
rules: rules:
...@@ -75,6 +78,20 @@ common:detector: ...@@ -75,6 +78,20 @@ common:detector:
- print_env.sh - print_env.sh
- ls -lrth - ls -lrth
rec_benchmarks:
stage: benchmarks
rules:
- if: '$CI_SERVER_HOST == "eicweb.phy.anl.gov"'
needs: ["common:variables"]
variables:
COMMON_BENCH_VERSION: "$COMMON_BENCH_VERSION"
DETECTOR: "epic"
DETECTOR_REPOSITORYURL: 'https://github.com/eic/epic.git'
DETECTOR_CONFIG: epic_craterlake
trigger:
project: EIC/benchmarks/reconstruction_benchmarks
strategy: depend
detector_benchmarks: detector_benchmarks:
stage: benchmarks stage: benchmarks
rules: rules:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment