From c6730ecf3be2e84c55150b8d7994a1842c0829e7 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Thu, 6 May 2021 19:25:25 -0500 Subject: [PATCH] modified: .gitlab-ci.yml --- .gitlab-ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c3d1aac..c79cfba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -150,6 +150,19 @@ topside:config_testing: - cat doc/overlap_check.out allow_failure: true + +benchmarks:detector: + stage: deploy + rules: + - if: '$CI_SERVER_HOST == "eicweb.phy.anl.gov"' + variables: + JUGGLER_DETECTOR: "$JUGGLER_DETECTOR" + JUGGLER_DETECTOR_VERSION: "$JUGGLER_DETECTOR_VERSION" + trigger: + project: EIC/benchmarks/detector_benchmarks + strategy: depend + needs: ["common:detector","overlap_check","report"] + benchmarks:reconstruction: stage: deploy rules: -- GitLab