Skip to content
Snippets Groups Projects

.gitlab-ci.yml: trigger {reconstruction, physics}_benchmarks

Merged Wouter Deconinck requested to merge wdconinc-master-patch-64802 into master
1 file
+ 32
0
Compare changes
  • Side-by-side
  • Inline
+ 32
0
@@ -82,6 +82,38 @@ detector_benchmarks:
@@ -82,6 +82,38 @@ detector_benchmarks:
DETECTOR_REPOSITORYURL: 'https://github.com/eic/epic.git'
DETECTOR_REPOSITORYURL: 'https://github.com/eic/epic.git'
COMMON_BENCH_VERSION: "$COMMON_BENCH_VERSION"
COMMON_BENCH_VERSION: "$COMMON_BENCH_VERSION"
 
reconstruction_benchmarks:
 
stage: benchmarks
 
rules:
 
- if: '$CI_SERVER_HOST == "eicweb.phy.anl.gov"'
 
needs: ["common:variables"]
 
trigger:
 
project: EIC/benchmarks/reconstruction_benchmarks
 
strategy: depend
 
parallel:
 
matrix:
 
- DETECTOR: 'epic'
 
DETECTOR_CONFIG: ['epic_craterlake']
 
DETECTOR_VERSION: 'main'
 
DETECTOR_REPOSITORYURL: 'https://github.com/eic/epic.git'
 
COMMON_BENCH_VERSION: "$COMMON_BENCH_VERSION"
 
 
physics_benchmarks:
 
stage: benchmarks
 
rules:
 
- if: '$CI_SERVER_HOST == "eicweb.phy.anl.gov"'
 
needs: ["common:variables"]
 
trigger:
 
project: EIC/benchmarks/physics_benchmarks
 
strategy: depend
 
parallel:
 
matrix:
 
- DETECTOR: 'epic'
 
DETECTOR_CONFIG: ['epic_craterlake']
 
DETECTOR_VERSION: 'main'
 
DETECTOR_REPOSITORYURL: 'https://github.com/eic/epic.git'
 
COMMON_BENCH_VERSION: "$COMMON_BENCH_VERSION"
 
other_detector_benchmarks:
other_detector_benchmarks:
stage: benchmarks
stage: benchmarks
Loading