Skip to content
Snippets Groups Projects

Added a direct trigger to rec pipeline

Open Whitney Armstrong requested to merge trig_rec into master
1 file
+ 17
0
Compare changes
  • Side-by-side
  • Inline
+ 17
0
@@ -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:
Loading