From dcc0e08ebb9f9d9d31d8ac944939d7310c8a2fa3 Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Sun, 1 Oct 2023 22:05:48 -0500
Subject: [PATCH] Added a direct trigger to rec pipeline

testing for eic_container
---
 .gitlab-ci.yml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5dc7085..0679927 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,6 +3,9 @@ image: ${BENCHMARKS_REGISTRY}/${BENCHMARKS_CONTAINER}:${BENCHMARKS_TAG}
 variables:
   DETECTOR: "epic"
   DETECTOR_VERSION: "main"
+  DETECTOR_REPOSITORYURL: 'https://github.com/eic/epic.git'
+  DETECTOR_CONFIG: epic_craterlake
+       
 
 workflow:
   rules:
@@ -75,6 +78,20 @@ common:detector:
     - print_env.sh
     - ls -lrth
 
+rec_benchmarks:
+  stage: benchmarks
+  rules:
+    - if: '$CI_SERVER_HOST == "eicweb.phy.anl.gov"' 
+  needs: ["common:variables"]
+  variables:
+    COMMON_BENCH_VERSION: "$COMMON_BENCH_VERSION"
+    DETECTOR: "epic"
+    DETECTOR_REPOSITORYURL: 'https://github.com/eic/epic.git'
+    DETECTOR_CONFIG: epic_craterlake
+  trigger:
+    project: EIC/benchmarks/reconstruction_benchmarks
+    strategy: depend
+
 detector_benchmarks:
   stage: benchmarks
   rules:
-- 
GitLab