diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dffd4618684018308d9eea5872cda1ef817d7496..5dc7085f2454d08e6b97bf46b0914ae0876c3bcb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -87,9 +87,6 @@ detector_benchmarks: strategy: depend parallel: matrix: - - DETECTOR: 'DII' - DETECTOR_VERSION: 'main' - BEAMLINE: 'ip8' - DETECTOR: 'epic' DETECTOR_CONFIG: 'epic_arches' DETECTOR_VERSION: 'main' @@ -98,3 +95,20 @@ detector_benchmarks: DETECTOR_CONFIG: 'epic_brycecanyon' DETECTOR_VERSION: 'main' DETECTOR_REPOSITORYURL: 'https://github.com/eic/epic.git' + + +other_detector_benchmarks: + stage: benchmarks + rules: + - if: '$CI_SERVER_HOST == "eicweb.phy.anl.gov"' + needs: ["common:variables"] + variables: + COMMON_BENCH_VERSION: "$COMMON_BENCH_VERSION" + trigger: + project: EIC/benchmarks/detector_benchmarks + parallel: + matrix: + - DETECTOR: 'DII' + DETECTOR_VERSION: 'main' + BEAMLINE: 'ip8' +