Skip to content
Snippets Groups Projects
Commit 90dc3ceb authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

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

parent 39cd1109
Branches
No related tags found
1 merge request!90.gitlab-ci.yml: trigger {reconstruction, physics}_benchmarks
Pipeline #103776 passed
......@@ -82,6 +82,38 @@ detector_benchmarks:
DETECTOR_REPOSITORYURL: 'https://github.com/eic/epic.git'
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:
stage: benchmarks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment