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
No related branches found
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}
variables:
DETECTOR: "epic"
DETECTOR_VERSION: "main"
DETECTOR_REPOSITORYURL: 'https://github.com/eic/epic.git'
DETECTOR_CONFIG: epic_craterlake
workflow:
rules:
......@@ -75,6 +78,20 @@ common:detector:
- print_env.sh
- 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:
stage: benchmarks
rules:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment