From b6dd30630169652e016f76c027a558fce796b842 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Sun, 31 Jul 2022 02:43:04 +0000 Subject: [PATCH] fix: switch from ecce to epic --- .gitlab-ci.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index be9faa8..eebb693 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -75,8 +75,8 @@ detector_benchmarks: - if: '$CI_SERVER_HOST == "eicweb.phy.anl.gov"' needs: ["common:variables"] variables: - DETECTOR: "ecce" - DETECTOR_CONFIG: "ecce" + DETECTOR: "epic" + DETECTOR_CONFIG: "epic" COMMON_BENCH_VERSION: "$COMMON_BENCH_VERSION" trigger: project: EIC/benchmarks/detector_benchmarks @@ -86,12 +86,15 @@ detector_benchmarks: - DETECTOR: 'athena' DETECTOR_CONFIG: 'athena' DETECTOR_VERSION: 'master' - - DETECTOR: 'ecce' - DETECTOR_CONFIG: 'ecce_imaging' + DETECTOR_REPOSITORYURL: 'https://eicweb.phy.anl.gov/EIC/detectors/athena.git' + - DETECTOR: 'epic' + DETECTOR_CONFIG: 'epic_imaging' DETECTOR_VERSION: 'main' - - DETECTOR: 'ecce' - DETECTOR_CONFIG: 'ecce_sciglass' + DETECTOR_REPOSITORYURL: 'https://github.com/eic/epic.git' + - DETECTOR: 'epic' + DETECTOR_CONFIG: 'epic_sciglass' DETECTOR_VERSION: 'main' + DETECTOR_REPOSITORYURL: 'https://github.com/eic/epic.git' pages: image: eicweb.phy.anl.gov:4567/containers/eic_container/alpine -- GitLab